Unit 2: Algorithms Unit 3: Programming Unit 4: Data representation
Entertainment picks lampas sa MovieBox
May mga partner destination din kami para sa fans ng casual games at short drama. Buksan ang alinman sa isang tap lang.
Maaari Mo Ring Magustuhan
Year8 Computer Science
Signal in catalog
Year7 Computer Science
Signal in catalog
Year9 Computer Science
Signal in catalog
Year2 Computing
Signal in catalog
SS 1 Biology
Signal in catalog
SS 1 Chemistry
Signal in catalog
SS 2 Mathematics
Signal in catalog
Primary 1 Mathematics
Signal in catalog
Primary 3 English
Signal in catalog
Learn English with Movies
Signal in catalog
SS 1 English
Signal in catalog
CoComelon #shorts
Signal in catalog
SS 3 Literature
Signal in catalog
JS 3 Science & Technology
Signal in catalog
SS 1 Government
Signal in catalog
JS 1 Science & Technology
Signal in catalog
SS 1 Business & Finance
Signal in catalog
Songs for Kids
Signal in catalog
Learn To Talk with Ms Rachel
Signal in catalog
KS3 Music
Signal in catalog
KS1 Art and Design
Signal in catalog
Preschool Videos with Ms Rachel
Signal in catalog
Learn English with PODCASTS
Signal in catalog
Learn English with Music
Signal in catalog
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.
