MOCK Exam 2

MOCK Exam 2

7th - 11th Grade

80 Qs

quiz-placeholder

Similar activities

GCSE J277 - 1.6 - Impacts Mega Quiz

GCSE J277 - 1.6 - Impacts Mega Quiz

7th Grade

80 Qs

Python Turtle Quiz

Python Turtle Quiz

5th - 12th Grade

75 Qs

AP Computer Science Principles Semester 1 Python

AP Computer Science Principles Semester 1 Python

10th - 12th Grade

75 Qs

GCSE Computer Science Easter Recap

GCSE Computer Science Easter Recap

9th - 12th Grade

80 Qs

APCSP Unit Algorithm

APCSP Unit Algorithm

9th - 12th Grade

85 Qs

Algorithm Unit

Algorithm Unit

9th - 12th Grade

85 Qs

IBCS: Computer Organization

IBCS: Computer Organization

11th Grade

83 Qs

Assessment 3

Assessment 3

11th Grade

75 Qs

MOCK Exam 2

MOCK Exam 2

Assessment

Quiz

Computers

7th - 11th Grade

Medium

Created by

Laura Boyd

Used 8+ times

FREE Resource

80 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define what is meant by the term 'algorithm'
Step by step instructions or rules to solve a problem.
Code for a specific task.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of lists or data sets are linear searching algorithms used for?

Unsorted lists or data sets

Sorted lists or data sets

Sorted or Unsorted lists or data sets

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of lists or data sets are binary searching algorithms used for?
Unsorted lists or data sets
Sorted lists or data sets

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the best description to explain what a linear search algorithm is.
Put the elements in order, check each item in turn.
Put the elements in order, compare with the middle value, split the list in order and repeat.
Elements do not need to be in order, check each item in turn.
Elements do not need to be in order, compare to the middle value, split the list in order and repeat

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the best description to explain what a binary search algorithm is.

Put the elements in order, check each item in turn.

Put the elements in order, compare with the middle value, split the list in order and repeat.

Elements do not need to be in order, check each item in turn.

Elements do not need to be in order, compare to the middle value, split the list in order and repeat

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Describe an advantage of a linear search algorithm
Data does not need to be in order.
Performs well over large ordered lists.
Can only work on an ordered list.  If unordered must use a linear search.
Slow with large data sets.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Describe a disadvantage of a linear search algorithm
Data does not need to be in order.
Performs well over large ordered lists.
Can only work on an ordered list.  If unordered must use a linear search.
Slow with large data sets.

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