Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 1.3 (Data structures (Variable holds data (global scope v local…
Chapter 1.3
Data structures
Variable holds data
global scope v local scope
Array contains list of values
Objects (contain properties & methods)
Modularisation
Smaller independent units
[Functions]
Control structures
Iteration (loops)
Selection (Conditional)
Machines read binary instructions
Human readable code compiled to assembly / machine code
Algorithm
Steps taken to process input to output
Pseudocode
Language agnostic logic plan
Desk check
Table of results to check if output is correct
Event listeners
Activate code on event trigger
Input Process Output