Algorithms 2

Algorithms 2

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Sains Komputer Tingkatan 5 - 3.1.3 Menggunakan pemalar..

Sains Komputer Tingkatan 5 - 3.1.3 Menggunakan pemalar..

10th - 12th Grade

12 Qs

Dasar-Dasar Algoritma

Dasar-Dasar Algoritma

10th - 12th Grade

10 Qs

Number System

Number System

11th - 12th Grade

10 Qs

Python Basic files

Python Basic files

10th - 12th Grade

10 Qs

Binary Search GCSE

Binary Search GCSE

10th Grade

11 Qs

IGCSE Computer Science - Chapter 9: Problem-Solving and Design

IGCSE Computer Science - Chapter 9: Problem-Solving and Design

9th - 10th Grade

10 Qs

40. Algorithm  - Algorithm Efficiency Quiz

40. Algorithm - Algorithm Efficiency Quiz

9th - 12th Grade

11 Qs

3c (i) OCR Exam Reference Language

3c (i) OCR Exam Reference Language

12th Grade

14 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