Unit 2: Algorithms Unit 3: Programming Unit 4: Data representation
Tap a card below to continue exploring more entertainment picks.
You Might Also Like
Year7 Computer Science
Year4 Computing
Year9 Computer Science
Year2 Computing
Year9 ICT
Year7 ICT
Year8 ICT
Year3 Computing
Year6 Computing
SS 3 Chemistry
SS 2 Physics
CoComelon - Happy Holidays
Primary 6 English
Primary 3 Mathematics
CoComelon Dance Party | Dance Along & Kids Songs
Nursery Rhymes | Words & Sounds
SS 3 Government
Level 1 English | Little Fox
Learn English with Movies
JS 3 English
Classic Fairy Tales: Season 1
KS3 German
What is Data Science?
KS2 Computing
Comments
6 Comments
Computers use binary to process data. There are simple techniques to convert between binary and denary and to add two binary numbers together.
When designing programs, there may be some instructions that need repeating. This is known as iteration, and is implemented in programming using FOR and WHILE statements.
When designing programs, there are often points where a decision must be made. This decision is known as selection, and is implemented in programming using IF statements.
When designing algorithms, there may be some steps that need repeating. This is known as iteration, and can be displayed in pseudocode or flowcharts.
When designing algorithms, there are many steps where decisions must be made. This decision is known as selection, and can be displayed in pseudocode or flowcharts.
When designing algorithms, it is important to make sure that all the steps are presented in the correct order. This is known as sequencing, and can be displayed in pseudocode or flowcharts.
