NTheNkiri
Year8 Computer Science

Year8 Computer Science

MovieComputing

2024 · 5m

Synopsis

Unit 2: Algorithms Unit 3: Programming Unit 4: Data representation

You Might Also Like

Comments

6 Comments

Data representation: Binary
Data representation: BinarySep 25, 2024

Computers use binary to process data. There are simple techniques to convert between binary and denary and to add two binary numbers together.

Programming: Iteration in programming
Programming: Iteration in programmingSep 25, 2024

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.

Programming: Selection in programming
Programming: Selection in programmingSep 25, 2024

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.

Algorithms: Iteration
Algorithms: IterationSep 25, 2024

When designing algorithms, there may be some steps that need repeating. This is known as iteration, and can be displayed in pseudocode or flowcharts.

Algorithms: Selection
Algorithms: SelectionSep 25, 2024

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.

Algorithms: Sequencing
Algorithms: SequencingSep 25, 2024

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.

Watch Year8 Computer Science - Free HD Online | TheNkiri