answersLogoWhite

0


Best Answer

A machine language is called as machine code and it is represented as binary numbers 0 and 1

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is machine language called and what numerals represent this language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Are machine language and assembly language the same?

No, they are not the same. Assembly language uses mnemonic words to REPRESENT machine language; to be able to actually run it, a special program - a so-called assembler - then needs to convert it into machine language.


A branch of mathematics that use letters to represent numbers called what?

It is algebra that uses letters to represent numbers and also Roman numerals.


What is the other name of machine language?

it is also called as binary language


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

machine language


How c language convert into machine language?

With a compiler, which is a program that "knows" how to transform the programming language logic in to machine code and make it perform from that.


How would you define assembly language?

assembly language uses abbreviation called menmonics.it is a bit easier to write computer programs in assembly language as compared to machine language but still requires skill and experienci.A program called assembler is used to convert an assembly language into machine language.


What device is used in computer for converting a high level language to machine language is called?

Compiler.


What is the process of writing specific instructions in computer language called?

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.


The brach of mathematics that uses letters called variables in place of numerals?

Algebra uses variables to represent the unknown numeral.


The branch of mathemematics that nuses letter called variables in places of numerals?

Algebra uses letters to represent unknown numbers.


What is difference between machine code and assembly language?

Machine language is the actual instructions in computer memory that are fetched into the processor and executed. It is directly executable and consists of what look to most human beings like a bunch of hexadecimal numbers, though a few geeks such as myself can tell it is code instead of numbers. For example, the instructions executing interrupt 21, service 10, are: B410 CD21 Assembly language is a human readable as mnemonics, it translates on a one for one basis into machine language. The computer cannot execute assembly language directly, but human beings who are trained can understand it. The assembly language equivalent of the above instructions is: MOV AH,10 ; prepare for service 10 by putting 10 into AH INT 21 ; vectors into code established in the interrupt table


What is polymorphic viruses.?

The process by which program code is converted into machine language is called?