MOCK Exam 2

MOCK Exam 2

7th - 11th Grade

80 Qs

quiz-placeholder

Similar activities

Unit 6:  Algorithms (APCSP '24-'25 code.org)

Unit 6: Algorithms (APCSP '24-'25 code.org)

9th - 12th Grade

85 Qs

Careers/Resumes/Cover Letters/ Job Interview/Life

Careers/Resumes/Cover Letters/ Job Interview/Life

8th Grade

76 Qs

APCS Principles Practice Exam

APCS Principles Practice Exam

8th Grade - University

75 Qs

🤖 Physical Computing - Final Assessment

🤖 Physical Computing - Final Assessment

8th Grade

75 Qs

Year 9 - End of Year Assessment

Year 9 - End of Year Assessment

7th - 9th Grade

85 Qs

UTS-XII-TKJ

UTS-XII-TKJ

11th Grade

75 Qs

Bài 1,2,3,4 Lớp 7

Bài 1,2,3,4 Lớp 7

6th - 8th Grade

80 Qs

MOCK Exam 2

MOCK Exam 2

Assessment

Quiz

Computers

7th - 11th Grade

Practice Problem

Medium

Created by

Laura Boyd

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?