Which is the fast language hll or machine language?
Answers
Answered by
1
Answer:
Machine language or machine code consists of binary code and is the only language that is directly understood by the computer. Both machine code and assembly languages are hardware specific. A high level language is a programming language that uses English and mathematical symbols in its instructions.
Answered by
0
Answer:
Low level languages are faster as compared To High Level Languages
Explanation:
Low level languages are written in binary i.e 0 and 1 so there is no use of middle man like compiler or interpreter.While HLL have english type syntax
so middle man are used like compiler or interpreter.That's why Low level Languages are fast to be processed than HLL but to learn them is harder and tough than HLL
Similar questions