Why would you use Assembly Language instead of a normal programming language?

Although assembly language is much more difficult to program in, it runs much faster and takes up less storage space. You would generally use it if you need something to happen very very quickly, like in a safety system, or if you need it to run on something that doesn't have much storage space, like a microwave. You can also use it to write your own programming language. If you were working with some very specialised hardware, it might not be able to run anything made in a normal high level programming language, so you'd need to write assembly code to tell it what to do.

CH

Related Computing A Level answers

All answers ▸

What do the logical operators AND, OR, XOR and NOT do?


What is the difference between simplex, half duplex and full duplex?


A computer stores floating point numbers of size 1 byte, with 3 bits for the mantissa and 5 bits for the exponent. State what the effects would be on the stored numbers if instead 5 bits were used for the mantissa and 3 bits were used for the exponent.


Explain the difference between lossless and lossy data compression techniques.