ONE 6th FORM Binary Search Tree

ONE 6th FORM Binary Search Tree

11th Grade

15 Qs

quiz-placeholder

Similar activities

Code.org - Unit 6 Review

Code.org - Unit 6 Review

9th - 12th Grade

15 Qs

Practice for AP Java Quiz #13 Sorting

Practice for AP Java Quiz #13 Sorting

9th - 12th Grade

20 Qs

Unit 3 Problem Solving Quiz- Part 2

Unit 3 Problem Solving Quiz- Part 2

9th - 12th Grade

20 Qs

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

10th - 12th Grade

15 Qs

Binary Search Tree (Recap 1)

Binary Search Tree (Recap 1)

11th Grade - University

13 Qs

A-level binary tree algorithms

A-level binary tree algorithms

11th Grade

20 Qs

1.4.2 Data Structures

1.4.2 Data Structures

11th Grade

20 Qs

8525 AQA GCSE  3.1.3 Searching and 3.1.4 Sorting Algorithms

8525 AQA GCSE 3.1.3 Searching and 3.1.4 Sorting Algorithms

10th - 11th Grade

18 Qs

ONE 6th FORM Binary Search Tree

ONE 6th FORM Binary Search Tree

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Lorna Jarrett

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the left subtree of a node in a Binary Search Tree contain?

Elements with duplicate keys

Elements equal to the node

Elements smaller than the node

Elements greater than the node

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operation is used to find a key in a Binary Search Tree?

remove(x)

insert(x)

update(x)

search(x)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is insertion into a Binary Search Tree done?

Recursively

Using a stack

Using a queue

Iteratively

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is the correct algorithm for deletion in a Binary Search Tree?

Find the successor and remove it

Find the predecessor and remove it

Delete the root node

Delete the leaf nodes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the property of Binary Search Tree that makes searching easy?

Elements are sorted in descending order

Elements are sorted in ascending order

Elements are randomly arranged

Elements are stored in a linked list

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the right subtree of a node in a Binary Search Tree contain?

Elements greater than the node

Elements smaller than the node

Elements equal to the node

Elements with duplicate keys

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which traversal method is described as "Left, Root, Right"?

Pre-order

In-order

Post-order

Level-order

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?