answersLogoWhite

0

The binary translation process is the complex procedure in which a computer converts binary into commands to run the computer. Learning how to use this function is one the most difficult parts of programming.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How is math used in computer networking?

In computer networking Math and binary operation are used in calculating subnet masks or in subnetting or in supernetting etc.


Computers process binary numbers which are composed of?

Binary numbers, with or without a computer are a series of 1's and 0's.


How does the ASCII and Unicode work How does it help the computer function?

They convert the signals from your keyboard into binary strings, so that your computer can process them.


What is process control in information processing?

process control is the processing of relevant information that is read by the computer but first has to be transferred to binary language to be read.


What is a sentence for the word translate?

The geometric process of translation relocates all of the points of a set. The translation of hieroglyphics was improved by the discovery of the Rosetta Stone. The meaning of the Spanish idiom is often lost in a literal translation.


What is the name of the counting system that uses just ones and zeroes?

That is called binary. It is used a lot in computer science.That is called binary. It is used a lot in computer science.That is called binary. It is used a lot in computer science.That is called binary. It is used a lot in computer science.


What is binary code languagethe-program-generated-by-the-compiler-after-translation-is-called?

Binary code is a system of representing data using two symbols, typically 0 and 1, which corresponds to the on and off states of a computer's electrical signals. The program generated by the compiler after translation is called "machine code" or "object code." This machine code is what the computer's processor can execute directly, as it is tailored to the specific architecture of the machine.


What was the earliest computer languages and were they Binary Code FORTRAN COBOL.?

The oldest computer language is machine code and all computer languages are binary encoded. It's unavoidable on binary machines.


Importance of binary nnumber in comp?

If there was no binary, there would be no computer.


Everything in a computer is?

binary


What computer language uses 0 and 1?

The computer language that primarily uses 0 and 1 is binary, which is the foundational language of computers. Binary code represents data and instructions in a format that computers can process, where each digit (bit) corresponds to a power of two. Higher-level programming languages, like Python or Java, are ultimately compiled or interpreted into binary for execution by the computer's hardware.


What does Binary code use to create a type of Morse code that the computer understands?

Binary code is the native language of the machine; no translation is necessary. However, the binary encoded data may be abstract, high-level instruction code (program source code) that must be compiled or interpreted in order to produce the required machine code the computer understands. A software program is used to perform this translation; each programming language provides its own compiler and/or interpreter specific to each machine type and operating system (the platform).