ONE 6th FORM BST and Binary Tree

ONE 6th FORM BST and Binary Tree

11th Grade

20 Qs

quiz-placeholder

Similar activities

Unit 2 Introduction to CS

Unit 2 Introduction to CS

9th - 12th Grade

20 Qs

ONE 6th FORM Binary Search Tree

ONE 6th FORM Binary Search Tree

11th Grade

15 Qs

remedial PPJ, ASJ

remedial PPJ, ASJ

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

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

10th - 12th Grade

15 Qs

Practice for AP Java Quiz #13 Sorting

Practice for AP Java Quiz #13 Sorting

9th - 12th Grade

20 Qs

3.1 Pembangunan algoritma

3.1 Pembangunan algoritma

11th - 12th Grade

17 Qs

ONE 6th FORM BST and Binary Tree

ONE 6th FORM BST and Binary Tree

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Lorna Jarrett

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

Which of the following is TRUE about the given tree?

This tree is a binary tree only

This tree is a binary search tree only

This is a non-binary tree

This tree is both a binary tree and a binary search tree

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

A tree is composed of ____ connected by edges or lines.

a point 

a leaf node

a root node

nodes

3.

FILL IN THE BLANK QUESTION

1 min • 5 pts

A type of node that is located on the topmost part of the tree is called a _____.

4.

FILL IN THE BLANK QUESTION

1 min • 5 pts

A type of node that doesn't consist any children is called a ____.

5.

MULTIPLE SELECT QUESTION

1 min • 5 pts

Select the statement(s) that is/are TRUE about a binary search tree?

Each parent node has a maximum of two child nodes.

The value in a left child node is less than the value in the parent node.

The value in the right child node is greater than the value in the parent node.

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

Is this a Binary Search Tree?

Yes 

No

7.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

Could this be a Binary Search Tree?

What is the order of complexity for traversal?

Yes, O(log(n))

No, O(n)

Yes, O(n)

No, O(log(n))

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?