2.1 - Algorithms OCR

2.1 - Algorithms OCR

KG - University

34 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

8th Grade

31 Qs

Year 9 Summer 2023 (2)

Year 9 Summer 2023 (2)

9th Grade

38 Qs

Computer Algorithm

Computer Algorithm

10th Grade

39 Qs

2.1 Computational Thinking & Algorithms Essential Knowledge

2.1 Computational Thinking & Algorithms Essential Knowledge

9th - 12th Grade

30 Qs

CSP 1.1.1-1.1.5 Vocabulary Quiz

CSP 1.1.1-1.1.5 Vocabulary Quiz

9th - 12th Grade

34 Qs

Python Advanced Assessment

Python Advanced Assessment

10th Grade

35 Qs

Revision session 2 (algorithms, programming and data rep)

Revision session 2 (algorithms, programming and data rep)

9th Grade

30 Qs

Introduction to Problem Solving and Algorithms

Introduction to Problem Solving and Algorithms

10th - 12th Grade

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