Question on: SS3 ICT - Basic Programming IV
In what scenarios would you choose to use a Low-Level Language like assembly over a High-Level Language like BASIC?
View related lesson
Ask EduPadi AI for a detailed answer
Low-Level Languages like assembly are chosen when precise control over hardware is required, such as in embedded systems, device drivers, or real-time systems. They are used when efficiency, minimal memory usage, or direct access to hardware registers are crucial. In contrast, High-Level Languages like BASIC are chosen for ease of development, portability, and when the efficiency of code execution is not the top priority.
Add your answer
Please share this, thanks!
No responses