Programming Paradigms
Programming Paradigms
Machine code :
- least abstract
- closest to what actually happens on a computer
- programs directly in 1s and 0s
- these translate into matching electrical signals (high voltage for 1,
low for 0)
Assemble language:
- uses mnemonics
- each mnemonics matches a specific sequence of 1s and 0s
- one-to-one relationship
- written in assembly language and translated by a specific assembler
High-level languages: