Binary Search Tree

Binary Search Tree

11th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Practice for AP Java Quiz #13 Sorting

Practice for AP Java Quiz #13 Sorting

9th - 12th Grade

20 Qs

iGCSE Computer Science: Problem Solving

iGCSE Computer Science: Problem Solving

9th - 12th Grade

20 Qs

Searching and Sorting

Searching and Sorting

10th - 12th Grade

20 Qs

Arrays in Java

Arrays in Java

9th - 12th Grade

20 Qs

19.1 Algorithms Cambridge iA 9618

19.1 Algorithms Cambridge iA 9618

12th Grade

20 Qs

Quiz on Standard Algorithms

Quiz on Standard Algorithms

10th Grade - University

20 Qs

CS J277 Unit 6 Algorithms

CS J277 Unit 6 Algorithms

11th Grade

24 Qs

laila comel tummy busuk

laila comel tummy busuk

9th - 12th Grade

20 Qs

Binary Search Tree

Binary Search Tree

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Bryan Campbell

Used 77+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

In which of the following cases, binary search algorithm is used?​

To search an element in an unordered list.​

To search an element in a list of few elements.

To search an element in any ordered list with large number of elements.​

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which figure below represent the binary tree of the following values: { 25, 18, 6, 12, 30, 27, 22, 32 }

Media Image
Media Image
Media Image
Media Image

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

On average, which searching algorithm is more efficient?
Binary Search
Linear Search

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which figure below represent the binary tree of the following values: { 18, 6, 12, 22, 25, 30, 20, 2 }

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which figure below represent the binary tree of the following values:{ 20, 30, 18, 22, 25, 6, 2 }

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is meant by the time complexity of an algorithm?
The amount of time required to solve a particular problem
How difficult a problem is to solve
How many lines of code are required to solve a problem
How quickly a solution can be developed

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How does a binary search algorithm works?​

Dividing the list into halves until the item is matched with one in the list.​

Starts with the first element and checks the next element consecutively until a match is found.

​ None of the above​

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?