Please enable JavaScript.
Coggle requires JavaScript to display documents.
computer science-paper 2, - Coggle Diagram
computer science-paper 2
-
programming constructs
-
-
iteration
is repeating code, repetition of code like loops
Data types
integer: A whole number (e.g.1,-7,1071
-
-
-
-
High Level Language: Aimed at humans/programmers so they can understand it. Has a English like structure/syntax. Must be translated/complied/interpreted. Allows programmer to deal with the problem instead of considering the underlying hardware/ and abstraction.
-
Algorithm
Flowchart: A diagram that depicts a process, system or computer algorithm.
-
Decomposition: Breaking down a complex problem or system into smaller parts that are more manageable and easier to understand
-
-
-
-
-