大象传媒

Principles of programming - EduqasChoosing low-level or high-level

Programming languages can be categorised as high-level and low-level. They each have very different characteristics and are used for different purposes. Machine code and assembly languages are very different to the languages most programmers use.

Part of Computer ScienceUnderstanding Computer Science

Choosing low-level or high-level

The most appropriate level of computer language for a particular task depends on the requirements.

are used when speed is essential, for example anything that interacts with the directly. are written in low-level languages.

are used for more common, everyday applications that need a lot of programming code and where speed is not essential during program execution. Word processing packages are written in high-level languages.