why don't we all program in high level languages all the time if they are so much easier?

High level languages may seem easier to use when you start programming but they do not offer the same degree of flexibility and efficiency which can be provided by using assembly or machine code. using these 2 allows you to code every instruction as you want it to be, and so is a lot better for small programs such as integrated circuits. high level are faster and so more commonly used for games and software which contains too many instructions for a programmer to be expected to enter each seperately without the need for a higher level language. 

TG

Related Computing GCSE answers

All answers ▸

James would like to store a video clip that is 20 frames per second and has a duration of 76 seconds. The resolution of this video is 1280x720 with a colour depth of 24 bits. Calculate the storage requirement for the uncompressed video clip.


How do I convert decimal to binary?


Convert 10101101 from binary to both decimal and hexadecimal


What is the difference between a high- and a low-level programming languages?