Test-1 S.Y.B.Sc.(CS)Div.-A DS-II

Test-1 S.Y.B.Sc.(CS)Div.-A DS-II

12th Grade

12 Qs

quiz-placeholder

Similar activities

Exploring Graph Theory: A Quiz

Exploring Graph Theory: A Quiz

9th - 12th Grade

11 Qs

Graph Representation Quiz (AQA CS A-level)

Graph Representation Quiz (AQA CS A-level)

12th Grade

10 Qs

COMP 210 Final.helper

COMP 210 Final.helper

12th Grade

13 Qs

Week 11 Networks and Routing

Week 11 Networks and Routing

10th Grade - Professional Development

15 Qs

Merkel Tree & Gas Limit

Merkel Tree & Gas Limit

12th Grade

15 Qs

Revision - Communications & Networks

Revision - Communications & Networks

10th Grade - University

14 Qs

Unreal Engine 5

Unreal Engine 5

12th Grade

12 Qs

Network Security Module 1

Network Security Module 1

9th Grade - Professional Development

15 Qs

Test-1 S.Y.B.Sc.(CS)Div.-A DS-II

Test-1 S.Y.B.Sc.(CS)Div.-A DS-II

Assessment

Quiz

Computers

12th Grade

Medium

Created by

varsha ikhe

Used 5+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the root node in a tree data structure?

The node with no children

The node with the least children

The node with the most children

The topmost node

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the height of a node in a tree?

The number of edges to the deepest leaf

The number of children it has

The level of the node

The distance from the root node

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Full Binary Tree?

A tree with all levels filled with nodes

A tree with only one child per node

A tree with multiple roots

A tree with no children

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Left Skewed Binary Tree?

A tree with no children

A tree with both left and right children

A tree with only right children

A tree with only left children

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Binary Search Tree (BST)?

A tree where left child is less than parent and right child greater than parent

A tree where right child is less than parent

All nodes in tree place as left and right

A tree where left child is greater than parent

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the nodes in a Graph sometimes referred to as?

Arcs

Edges

Vertices

Lines

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the formula for the number of edges in a complete graph with 'n' nodes?


n*(n-1)

n*(n-1)/2

n*(n+1)

n^2

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?