answersLogoWhite

0

Bianary

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you speak CPU language?

The computer language to directly communicate with the CPU is known as Machine language, or Binary. Its closest relative language would be Assembler which is more programmer-friendly. In general, any programming language speaks to the CPU, but is converted into its lowest form through an interpreter.


What do you understand by CPU-IO burst?

Waiting of IO burst called cpu burst


What CPU language uses binary instructions?

The CPU primarily uses machine language, which consists of binary instructions. Machine language is the lowest-level programming language, represented in binary code (0s and 1s) that the CPU can directly execute. Higher-level programming languages are ultimately translated into this binary format so that the CPU can perform the specified operations.


The language that the CPU understands consisting of a sequence of bits is called?

machine language


What is a difference between high level language and low level languagei n computer?

A low level language would be "Machine Code". In simplistic terms coding operations are performed directly into CPU hardware registers which the CPU understands without any translation. These codes must adhere to recognised instruction sets hardcoded into the CPU architecture. High Level languages have an interface which isolates the programmer and translates the programmers code on the fly/after compilation into instruction sets a CPU can understand.


What part of the CPU carries out the calculations?

All of it. A CPU is an integrated circuit. You need to understand electronics to fully understand how such a thing works.


What languages do computers understand?

They only understand machine language, which most people associate with binary code. But it's more than just binary digits. A certain sequence of some of them equates to a specific instruction for the CPU to execute. You could see this in assembly language.


Functions of computer processing?

if u mean CPU then well it processes the info send to it from devices in 1's and 0's and converts them to the "human" language for us to see and understand on a monitor


What is the relationship of assembly language to computer architecture?

Each class of CPU has its own assembly language.


What is a command interpretation?

The CPU needs to understand a command keyed in by a user. The CPU can interpret only binary code, i.e. the code containing 0's and 1's. A command keyed in by user has to be translated to binary code for the CPU to understand it. An operating system performs this task.


Why machine language program written from one computer will not run on another computer with different CPU?

I'm assuming it has to do with the architecture of the CPU.


What is the name of the translator used by Assembly Language?

Assembly language does not use a traditional translator; instead, it uses an assembler to convert its mnemonics into machine code. The assembler translates the assembly instructions into binary code that the computer's CPU can understand and execute.