Algorithms 2

Algorithms 2

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Checkpoint - Representing Algorithms with Pseudocode

Checkpoint - Representing Algorithms with Pseudocode

9th Grade

10 Qs

Algorithms Quiz

Algorithms Quiz

12th Grade

13 Qs

Understanding Pseudocode Basics

Understanding Pseudocode Basics

6th Grade - University

10 Qs

SC025: Control Structures Lecture Quiz

SC025: Control Structures Lecture Quiz

12th Grade

10 Qs

21-22 Algorithms KS3

21-22 Algorithms KS3

9th Grade

10 Qs

Pseudocode Writing-Sequential Control

Pseudocode Writing-Sequential Control

10th Grade

10 Qs

ICT Terms

ICT Terms

7th - 10th Grade

12 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