What are the two kinds of Programming Languages, and what is their main difference?
High-Level Programming Languages are made to resemble human language, whilst Low-Level Languages are closer to what a computer might understand.
What are the Low-Level Programming Languages?
What are the High-Level Programming Languages?
What are the Advantages and Disadvantages of a High-Level Programming Language?
Advantages:
Disadvantages:
What are the Advantages and Disadvantages of a Low-Level Programming Language?
Advantages:
Disadvantages:
What is Assembly Language?
Assembly Language uses Mnemonics, although it is Low-Level, it still needs to be translated. it is also specific to hardware.
What is a Translator and the three kinds?
A translator converts code from one language into the equivalent code for another language. The kinds are:
What are Assemblers? And what do they do?
Assemblers convert assembly code into machine code.
What are Compilers? And what do they do?