Unit 2: Algorithms Unit 3: Programming Unit 4: Data representation
Maaari Mo Ring Magustuhan
Year7 Computer Science
Year9 Computer Science
Year2 Computing
KS1 Drama
Primary 3 Mathematics
ABC Songs for Kids - CoComelon Nursery Rhymes
BabyBus Best Nursery Rhymes, Kids Songs, and Cartoon for Kids!
Primary 3 English
Learn English with Movies
CoComelon & Friends Holiday and Christmas Videos for Kids | Little Baby Bum | Go Buster and More!
Let's learn about.... English Vocabulary for Kids
PrePrimary English
SSS10 Chemistry
Masha & the Bear
Test Your English with TV Series and Movies
SS 2 Government
Bengali Kids Cartoon Videos
Learn To Talk with Ms Rachel
Songs for Kids
Create the User Interface in Android Studio
Learn Christmas English with TV Series and Movies
Learn English with PODCASTS
Sex & Relationships
Learn English with Music
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.
