Unit 2: Algorithms Unit 3: Programming Unit 4: Data representation
Maaari Mo Ring Magustuhan
SS 1 Biology
Alphabet (ABC) Songs by CoComelon
SS 3 Chemistry
JS 1 Mathematics
Primary 2 Mathematics
Primary 4 English
JS 1 Science & Technology
Learn English with Movies
PrePrimary English
SSS10 Biology
SS 3 Physical
KS1 English
Songs for Kids
Introduction To Cybersecurity Course Online
Learn Christmas English with TV Series and Movies
Learn to Read for Kids
Preschool Videos with Ms Rachel
Learn To Read with Ms Rachel
KS4 Maths
Learn British English with TV Series
Learn English with Celebrities
Baby Learning with Ms Rachel - Videos for Babies
Nursery Rhymes & Kids Songs
Year 10 Spanish
Mga Komento
6 Mga Komento
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.
