Please enable JavaScript.
Coggle requires JavaScript to display documents.
Revision for CS - Test 1 - Python - 18.11.24 - Coggle Diagram
Revision for CS - Test 1 - Python - 18.11.24
Definitions
Sequence
The order in which instructions. occur and are processed.
Algorithm
A set of instructions that is designed to accomplish a task.
Representations of Algorithm
Pseudocode
Trace tables
Flowcharts
Decomposition
Breaking down a complex problem or system into smaller parts that are more manageable and easier to understand.
Operations in Python:
Mathematical
+
Adding
-
Subtracting
/
Real Division
*
Multiplication
div
Integer Division
Mod
Remainder
Boolean
[<=]
[>]
[>=]
[<]
!=
==