Searching Algorithm

Searching Algorithm

9th - 12th Grade

30 Qs

quiz-placeholder

Similar activities

ULANGAN HARIAN 2D

ULANGAN HARIAN 2D

11th Grade

25 Qs

informatika, Algoritma dan pemrograman

informatika, Algoritma dan pemrograman

11th Grade

25 Qs

ANIMASI 2D PAS GANJIL KISI-KISI 2023

ANIMASI 2D PAS GANJIL KISI-KISI 2023

11th Grade

25 Qs

Ulangan Harian Komputer Akuntansi

Ulangan Harian Komputer Akuntansi

12th Grade

25 Qs

Enkripsi Data kl 8 smt 1

Enkripsi Data kl 8 smt 1

11th Grade

25 Qs

UH 1-MYOB Manufaktur

UH 1-MYOB Manufaktur

12th Grade

25 Qs

Programming in Python

Programming in Python

9th Grade

25 Qs

Searching Algorithm

Searching Algorithm

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Moses Balogun

Used 64+ times

FREE Resource

AI

Enhance your content in a minute

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

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 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

1 min • 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

3.

MULTIPLE CHOICE QUESTION

1 min • 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

1 min • 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

1 min • 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

1 min • 1 pt

A linear search is to be performed on the list:
12   6   8  1  3
How many comparisons would it take to find number 1?
1
2
3
4

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A binary search is to be performed on the list:
3  5  9  10  23
How many comparisons would it take to find number 9?
0-1
2-3
4-5
I can't find the number 9

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?