Data Structures - Tree

Data Structures - Tree

University - Professional Development

20 Qs

quiz-placeholder

Similar activities

Introduction to Tree Data Structure (TDS)

Introduction to Tree Data Structure (TDS)

University

20 Qs

Data Structure

Data Structure

University

15 Qs

Data Structures

Data Structures

10th Grade - University

18 Qs

Data Structures -Trees & Sorting

Data Structures -Trees & Sorting

University

15 Qs

DSA - QA3

DSA - QA3

University

20 Qs

Data Structures Quiz

Data Structures Quiz

University

20 Qs

DSAA Quiz

DSAA Quiz

University

15 Qs

Data Structures and Algorithm

Data Structures and Algorithm

University

20 Qs

Data Structures - Tree

Data Structures - Tree

Assessment

Quiz

Computers

University - Professional Development

Medium

Created by

Sajina Paulose

Used 1K+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A tree is composed of ____ connected by edges or lines.
Fruit 
Leaf Node
Root Node
Nodes

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Kind of tree where every node in a tree can have at most two children.
Binary Tree
Binary Expression Tree
Tree
Binary Search Tree

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the value of the ROOT node in this Tree?

35

24

42

20

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Root

data structure similar to a graph, with no loops.

an object in a graph also known as a vertex

a join of relationship between nodes - also know as an arc

the starting node in a rooted tree structure from which all other nodes branch off./

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tree

data structure similar to a graph, with no loops.

an object in a graph also known as a vertex

a join of relationship between nodes - also know as an arc

the starting node in a rooted tree structure from which all other nodes branch off./

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Binary TREE

data structure similar to a graph, with no loops.

an object in a graph also known as a vertex

a join of relationship between nodes - also know as an arc

a tree where each node can only have 2 child nodes attached to it

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In preorder traversal of a binary tree the second step is ____________

traverse the right subtree

traverse the left subtree

traverse right subtree and visit the root

visit the root

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?