2.1 - Algorithms OCR

2.1 - Algorithms OCR

KG - University

34 Qs

quiz-placeholder

Similar activities

2.1 Computational Thinking and Search Algorithms Quiz

2.1 Computational Thinking and Search Algorithms Quiz

11th Grade

33 Qs

iGCSE 7 Algorithm design and problem solving

iGCSE 7 Algorithm design and problem solving

8th Grade

31 Qs

Algorithms

Algorithms

KG - 3rd Grade

35 Qs

Cse

Cse

9th - 11th Grade

30 Qs

Coding Quiz

Coding Quiz

KG

39 Qs

Unit 1 - Fundamentals of Algorithms

Unit 1 - Fundamentals of Algorithms

9th - 11th Grade

30 Qs

GCSE Computer Science - 2.1: Algorithms

GCSE Computer Science - 2.1: Algorithms

9th - 11th Grade

31 Qs

UNIT 2.1 ALGORITHMS

UNIT 2.1 ALGORITHMS

10th Grade

32 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?