Algorithms 2

Algorithms 2

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Data Representation - Converting Denary to Binary

Data Representation - Converting Denary to Binary

3rd - 12th Grade

10 Qs

Pseudocode-Quiz

Pseudocode-Quiz

12th Grade

10 Qs

ICT Terms

ICT Terms

7th - 10th Grade

12 Qs

Flowchart

Flowchart

11th Grade

10 Qs

SC 025 Topical Test 3 - Design a Solution

SC 025 Topical Test 3 - Design a Solution

12th Grade

13 Qs

10 CS // Pseudocode

10 CS // Pseudocode

9th - 11th Grade

10 Qs

Search and Sorting Algorithms

Search and Sorting Algorithms

12th Grade

10 Qs

Algorithms 2

Algorithms 2

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

E Green

Used 21+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A loop which is always carried out at least once.
Post-Test Loop
Pre-Test Loop
Binary Selection
Case Selection

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A control structure in which each step is carried out in order of its position.
Binary Selection
Flowchart
Sequence
Case Selection

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An algorithm where choice is made between 2 alternatives.
Binary Selection
Flowchart
Sequence
Case Selection

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Selection statement involving more than 2 choices.
Binary Selection
Flowchart
Sequence
Case Selection

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A loop which may not be carried out if the condition is met on first being tested.
Post-Test Loop
Pre-Test Loop
Binary Selection
Case Selection

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Key words written in English for solving problems.
IF....THEN
....ENDIF
Algorithm
Pseudocode
Sequence

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Binary selection keywords in pseudocode.
IF....THEN
....ENDIF
Algorithm
Pseudocode
Sequence

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Set of steps to solve a problem.
IF....THEN
....ENDIF
Algorithm
Pseudocode
Sequence

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A visual way of presenting an algorithm.
Pseudocode
Sequence
Flowchart
IF....THEN
....ENDIF