Unit 2: Algorithms Unit 3: Programming Unit 4: Data representation
नीचे दिए गए कार्ड पर टैप करके और एंटरटेनमेंट पिक्स देखें।
आपको ये भी पसंद आ सकते हैं
Primary 1 English
SS 3 Mathematics
JS 2 Mathematics
JS 3 Mathematics
KS3 Computing
KS2 Computing
KS4 Computing
Year6 Computing
Kids Songs by CoComelon
CoComelon
Learn Colors with CoComelon!
Year1 English
Alphabet (ABC) Songs by CoComelon
CocoMelon | Little Baby Bum | Blippi - Nursery Rhymes & Kids TV Shows
Learn English With Disney Movies
CoComelon - Happy Holidays
Year8 Computer Science
Year7 Computer Science
Learn English with Akili and Me!
Year4 English
SS 2 Government
Learn With Ms Rachel - Learn To Talk - Baby, Toddler and Preschool Learning
Electrical engineering
Learn Christmas English with TV Series and Movies
टिप्पणियाँ
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.
