2.1 - Algorithms OCR

2.1 - Algorithms OCR

KG - University

34 Qs

quiz-placeholder

Similar activities

Program Efficiency

Program Efficiency

12th Grade

30 Qs

ALGO - Chapter 1-2

ALGO - Chapter 1-2

University

30 Qs

First Term Year Two

First Term Year Two

2nd Grade

30 Qs

Algorithm

Algorithm

10th Grade

37 Qs

CS Unit1 : Problem Solving

CS Unit1 : Problem Solving

10th Grade

30 Qs

Unit 1 - Fundamentals of Algorithms

Unit 1 - Fundamentals of Algorithms

9th - 11th Grade

30 Qs

Python Prerequisite

Python Prerequisite

University

39 Qs

iGCSE 7 Algorithm design and problem solving

iGCSE 7 Algorithm design and problem solving

8th Grade

31 Qs

2.1 - Algorithms OCR

2.1 - Algorithms OCR

Assessment

Quiz

Computers

KG - University

Hard

Used 675+ times

FREE Resource

34 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm is described by: split a list into individual lists, then combine these, two lists at a time.
Merge
Bubble
Insertion
None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm is described by taking each item in turn, compare it to the items in the sorted list and place it in the ordered position in the sorted list?
Merge
Bubble
Insertion
None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following list is to be sorted using a bubble sort:
12  6  8  1  3
What will the list look like after the first iteration through the list?
6  8  1  3  12
6 12  1  8   3
1  3  6  8  12
6  8  1  12  3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm splits a list of items into individual lists?
Merge
Bubble
Insertion
None of them do

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm takes an item from the list, and puts it in the correct place in a sorted list?
Merge
Bubble
Insertion
None of them do

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Identify the purpose of the following flowchart symbol:
Input/Output
Sub-process
Process
Decision

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many arrows should come out of a decision symbol in a flowchart?
0
1
2
3

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?