Unit 4 - Features and Characteristics of Programming Languages
Unit 4 - Features and Characteristics of Programming Languages
CHARACTERISTICS OF
PROGRAMMING
LANGUAGES
Computer can process low-level language
easier as its instructions talk directly to the CPU.
Whereas with high-level language must be
translated into machine code by
HIGH AND LOW a compiler for the CPU to execute instructions.
LEVEL Low-level languages provides control over
computer hardware, but it is time consuming
LANGUAGES and complex to use.
High-Level Languages abstracts
the difficulties of talking to the hardware
directly which makes it faster and easier to use.
PROCEDURAL - All programming Languages are procedural