answersLogoWhite

0

Examples of machine language

Updated: 8/11/2023
User Avatar

Wiki User

9y ago

Best Answer

Machine code is the ONLY example of machine language. However, every machine architecture has its own version of machine code; it is the native language of the machine. If you want to examine machine code upon your own machine, use a hex editor. This will show you every byte of the code in hexadecimal form.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

16y ago

The common example for low level languages is assambly language. The common example for low level languages is assambly language. The common example for low level languages is assambly language.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

It's in binary, but it's usually represented in hexadecimal and it would look something like this: 12 34 56 78 9A BC DE F0

The language is specific for each chip, and is dependent on the design of the chip.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

Machine code, Assembly, Autocode

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Examples of machine language
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Examples of Low-Level Programming Language?

Machine code & Assembly language.


What are the five examples computer language?

Machine code, assembly language, COBOL, FORTRAN and C. Machine code is the only language that is native to the machine. All others must be converted to machine code.


What are the examples of low level language?

It are machine code and Assembly.


What is a programming language and with three example?

A programming language is a language in which a human can tell a machine to do something, three examples include: C, C++ and C#.


What are the examples of compiler?

basically compiler is that convert an object code in to machine code and machine code is directly understood by a computer. assembler and interpreter are the examples of compilers. assembler is used to convert object code of assmebly language in machine code.


What are the Feature of machine language?

what are the features of machine language?


Machine language is what generation language?

Machine language is a first generation language.


What is meant by machine language?

A language at the level of the machine it runs on. AKA Machine code, it's the underlying language that computer CPU's speak.


What is machine language called and what numerals represent this language?

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


What is meant by Machine level language?

A language at the level of the machine it runs on. AKA Machine code, it's the underlying language that computer CPU's speak.


What are the language of the processor?

Machine language.


What is the difference between high level language and machine language?

The difference between high level languages and machine languages are as follows: 1)Machine language uses binary numbers/codes but high level languages(HLL) use key words similar to English and are easier to write. 2)Machine Language is a Low level language and is machine dependant while HLLs are not.