Please enable JavaScript.
Coggle requires JavaScript to display documents.
Programming language - Coggle Diagram
Programming language
-
Sorters
Interpreter
It reads code line by line, converts it into machine code and then executes it
Compiler
It reads all the code in one go, if no errors converts it into machine code
-
-
Machine code
It is composed of 1s and 0s, composed of two parts- operand, opcode, is a low-level programming code
The processor contains a so called instruction decoder, which reads the native binary number by number and for each opcode it reads it gives power to the circuit of the CPU that implement this particular opcode. there are opcodes, that address memory, opcodes that load data from memory into registers and so on
Assembly Language
-
Main uses are direct hardware manipulation, access to specialized processor instructions, or to address critical performance issues