Tree Data Structure Quiz

Tree Data Structure Quiz

University

10 Qs

quiz-placeholder

Similar activities

Binary Search Tree and Hashing Quiz

Binary Search Tree and Hashing Quiz

University

15 Qs

NSF'21 QUIZ-A-THON

NSF'21 QUIZ-A-THON

University

5 Qs

CC104 2A

CC104 2A

University

10 Qs

Group 2 - Trees

Group 2 - Trees

University

11 Qs

CP-II

CP-II

University

10 Qs

AlgoWhiz Quiz

AlgoWhiz Quiz

University

15 Qs

Exploring C++, Data Structures, and HTML

Exploring C++, Data Structures, and HTML

12th Grade - University

10 Qs

DS Quiz

DS Quiz

University

12 Qs

Tree Data Structure Quiz

Tree Data Structure Quiz

Assessment

Quiz

Other

University

Hard

Created by

Jhunel Peñaflorida

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the root node in a tree data structure?

The last node of the tree

The first node of the tree

A node with only one child

A node with no child

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the connecting link of any two nodes in a tree data structure called?

Path

Edge

Branch

Link

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the node that is the predecessor of any node known as in a tree data structure?

Child

Leaf node

Parent node

Siblings

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the total number of children of a node called in a tree data structure?

Degree

Height

Depth

Level

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the type of tree where there are no constraints on the hierarchical structure?

Binary Search Tree

AVL Tree

Binary Tree

General Tree

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the property of a binary search tree that states the value of a left child node should be less than or equal to the parent node value?

Binary property

Binary search property

Unique property

Search property

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the type of tree that is a more constricted extension of a binary tree data structure?

AVL Tree

General Tree

Binary Search Tree

Binary Tree

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?