What is low level - (Generation 1)?
Machine code
What is Machine code?
Machine code is the set of binary instructions that are used by the CPU to perform a task. Machine code is processor dependent.
What is low level - (Generation 2)
What is Assembly language?
Assembly language is a low-level programming language which is processor-dependent; each instruction is one machine operation.
What is High level language?
High-level language is a computer programming language based on natural language or mathematical notation.
What are examples of high level language?
Examples: C#, Python, Java
What is declarative language?
Declarative high-level languages are also based on natural language and are used to declare the necessary information to produce the required result.
What are examples of declarative language?
Examples: SQL, CSS, Prolog
What are procedural languages?
These languages, sometimes known as procedural languages, make use of subroutines and functions to aid readability and hence maintainability.
How do High level languages include imperative languages?
High-level languages include imperative languages, which is where the program statements or instructions are executed in a sequence or order as defined by the programmer.
How are low level languages imperative?
Low-level languages are imperative as all instructions are executed in a set sequence; each statement in an imperative high level is translated into numerous machine code statements prior to the execution of the code
What are the advantages of low level language compared to high level languages?
What are the disadvantages of low level language compared to high level languages?