Unit 2: Algorithms Unit 3: Programming Unit 4: Data representation
قد يعجبك أيضًا
Year7 Computer Science
Year9 Computer Science
Year2 Computing
SS 1 Biology
Primary 4 English
PrePrimary English
Primary 5 English
SS 3 Literature
SS 2 Government
SS 1 Business & Finance
Learn To Talk with Ms Rachel
KS3 Music
Songs for Kids
Preschool Videos with Ms Rachel
Learn English with PODCASTS
Enterprise skills
KS3 English
Learn Colors, Numbers, Shapes and Letters with Ms Rachel
Learn English with Celebrities
Baby Learning with Ms Rachel - Videos for Babies
KS1 Citizenship
Nursery Rhymes & Kids Songs
30+ Blippi Wonders | Fun and Educational Cartoons For Kids |
Videos for Kids
التعليقات
6 تعليق
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.
