2.1 - Algorithms MCQ

2.1 - Algorithms MCQ

Assessment

Quiz

Computers

KG - University

Medium

Created by

Alex Booth

Used 64+ times

FREE Resource

Student preview

quiz-placeholder

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?

Discover more resources for Computers