Please enable JavaScript.
Coggle requires JavaScript to display documents.
Year 9 Computing - Coggle Diagram
Year 9 Computing
Subprograms
Turtle module (import)
Shapes
square()
pentagon()
Iteration
Small code - specific task
Call
def (define / name)
add()
Python
Debug
Comments
Mu - code and run
Syntax
Variables
Data types
Integre
Boolean
Float
String
Selection
IF THEN ELSE
Colon: Indent
Choices / decisions
Import random
Computational Thinking
Decomposition
Abstraction
Pattern recoconition
Algorithmic design
Iteration
For loop (Count)
While loop (Condition)
Repeat / loop
Lists
1D / 2D array
Index position
length of list
Operators
Arithmetic + - * /
Modulus $ (remainder)
Integer division //
Relational ==, >, <, !=, >=, <=
True / False (Boolean)
Equal to, not equal to , greater than , etc
String manipulation
Slicing
upper/lower