Please enable JavaScript.
Coggle requires JavaScript to display documents.
Languages (High Level (Written very closely to english, Follow strict…
Languages
High Level
Written very closely to english
Follow strict syntax rules
Must be translated to machine code
Low Level
Specific to the processor's instruction set
Usually written in assembly language
Must be translated to machine code
Procedural
Written in blocks
Procedures
Functions
Sub-routines
Instructions happen one at a time
Each section is called as it is needed
Declarative
Written as logical statements
Tries to find logical conclusions to the statements
Object-Oriented
Made up of classes
Includes
Variables
Store information on the objects
Methods
Procedures which define the object's behaviour
Objects
Objects created are known as instances of a class
Objects created will inherit data required to define it from its class