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 ▸

Describe the difference between passing parameters into a function by reference and by value? Indicating how this may lead to unexpected outputs.


Given an unlimited number of light bulbs (that break at a certain height), and a building with 100 floors, how do you determine the height that the light bulb breaks?


Explain a bubble sort. You may use pseudocode and/or diagrams to help demonstrate your answer.


Describe the difference between a CPU and a GPU with relation to processing power and ability to perform tasks.