Algorithms 2

Algorithms 2

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Pseudocode Writing-Sequential Control

Pseudocode Writing-Sequential Control

10th Grade

10 Qs

Pseudocode -9CG Quiz

Pseudocode -9CG Quiz

9th Grade

12 Qs

Computer Science

Computer Science

7th - 12th Grade

12 Qs

Programming - Algorithms in Pseudocode & Flow Diagrams

Programming - Algorithms in Pseudocode & Flow Diagrams

1st - 12th Grade

10 Qs

A - Sequence, Selection and Iteration - WSM

A - Sequence, Selection and Iteration - WSM

7th - 12th Grade

14 Qs

Pseudocode

Pseudocode

8th - 9th Grade

9 Qs

Control Structures in Python

Control Structures in Python

11th - 12th Grade

13 Qs

21-22 Algorithms KS3

21-22 Algorithms KS3

9th 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