Please enable JavaScript.
Coggle requires JavaScript to display documents.
Languages (High Level (written very closely to english, follows strict…
Languages
High Level
written very closely to english
follows strict syntax rules
must be translated to machine code
Low Level
specific to the processor
usually written in assembly language
must be translated into machine code
Procedural
written In blocks
Procedures
Functions
Sub-routines
instructions are carried out one at a time
Each section is called as it is needed
Declarative
written as logical statments
Tries to find logical conclusions to the statements
Object-Oriented
made up of classes
has one main class and many subclasses that inherits data defined in other classes
methods
special procedures which define how the object behaves
variables
store information on the object