I'm assuming it has to do with the architecture of the CPU.
upload: send a copy from source (yours) to another destination, usually a different machine download: copy from another machine (or web site) to yours (pc, pda, etc) Not all computer language have this abstraction, not even copy.
A machine code program. Machine code is the native language of the machine and the only language actually understood by the machine. However, program instructions can be written using a high-level programming language that the computer can translate into machine code using another machine code program called a compiler.
Machine Language
Machine language is a high level language and that laguage is understand by the computer.
A language at the level of the machine it runs on. AKA Machine code, it's the underlying language that computer CPU's speak.
Machine language
because computer can only understand the language of machine what we write( either any language) is first converted into machine language by compiler so it is necessary to design a microchip in machine language so that computer can understand what we are trying to ask
Machine language is what the computer hardware understands. Everything else has to be translated to machine language before it can be executed.
A language at the level of the machine it runs on. AKA Machine code, it's the underlying language that computer CPU's speak.
Translator is defined as a computer program that converts instructions written in one language to another without changing the initial logic in terms of computer language.
Machine language.
computer language translators are programming tools that translate high level languages into the machine language. they include:1)assembler-translates assembly language into machine language. 2)compiler-translates the high level languages into the machine language.