Unit 2: Algorithms Unit 3: Programming Unit 4: Data representation
اضغط على إحدى البطاقات بالأسفل لاكتشاف المزيد من اختيارات الترفيه.
قد يعجبك أيضًا
SS 1 Physics
SS 3 Mathematics
SS 2 Biology
BabyBus Best Nursery Rhymes, Kids Songs, and Cartoon for Kids!
Learn English with Movies
Primary 5 Mathematics
PrePrimary English
JS 3 Science & Technology
PrePrimary Maths
SS 2 Government
Learn With Ms Rachel - Learn To Talk - Baby, Toddler and Preschool Learning
Pry1 English
KS3 Music
Learn To Talk with Ms Rachel
Learn Christmas English with TV Series and Movies
Learn English with Music
KS4 English
Songs for Kids
KS1 Religious Education
Learn English with PODCASTS
Preschool Videos with Ms Rachel
Learn To Read with Ms Rachel
Year 7 Math
Learn Colors, Numbers, Shapes and Letters with Ms Rachel
التعليقات
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.
