Binary Search Tree

Binary Search Tree

11th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Big Idea 2: Data Questions

Big Idea 2: Data Questions

9th - 12th Grade

20 Qs

AQA GCSE Computer Science Paper 1

AQA GCSE Computer Science Paper 1

9th - 11th Grade

20 Qs

Searching & sorting algorithms

Searching & sorting algorithms

10th - 12th Grade

21 Qs

Algorithms

Algorithms

10th - 11th Grade

20 Qs

AP Sort and Search

AP Sort and Search

9th - 12th Grade

21 Qs

Searching Algorithm

Searching Algorithm

12th Grade

21 Qs

Big O Notation Quiz

Big O Notation Quiz

11th - 12th Grade

21 Qs

Week 6 - ECS

Week 6 - ECS

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?