answersLogoWhite

0

Modifies and Programmed for general computing purposses.

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Performing Arts

What is difference between machine language and assembly language?

Machine language is the actual bits used to control the processor in the computer, usually viewed as a sequence of hexadecimal numbers (typically bytes). The processor reads these bits in from program memory, and the bits represent "instructions" as to what to do next.Thus machine language provides a way of entering instructions into a computer (whether through switches, punched tape, or a binary file).Assembly language is a more human readable view of machine language. Instead of representing the machine language as numbers, the instructions and registers are given names (typically abbreviated words, or mnemonics, eg ld means "load"). Unlike a high level language, assembler is very close to the machine language. The main abstractions (apart from the mnemonics) are the use of labels instead of fixed memory addresses, and comments.An assembly language program (ie a text file) is translated to machine language by an assembler. A disassemblerperforms the reverse function (although the comments and the names of labels will have been discarded in the assembler process).machine language faster than assembly language even than assembly language depend upon machine language


What is language processor in system software?

It is a type of software that convert programe into machine language


What is an assembler in operating system?

an assembler is aroutine program that translates assemly language source code to a machine language object code


What is i' shortened for in shakespeare language?

i' in shakespearean language mean I've


What does sposse mean?

There is no such word in the English language, but I can guess what it is sposse to mean.

Related Questions

What does ATM mean in text language?

Automated Teller Machine


What do you mean by compiler?

Which converts high level language into machine understandable codes!


What do you mean by compile?

Which converts high level language into machine understandable codes!


What are the Feature of machine language?

what are the features of machine language?


What does oleo mean?

It means hydraulic oil but its written in the language of the machine's manufacturing country.


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 does oleo-hydraulic mean?

It means hydraulic oil but its written in the language of the machine's manufacturing country.


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.