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

Networking Vocab

Networking Vocab

9th - 12th Grade

17 Qs

Crash Course Computer Science #14 - Data Structures

Crash Course Computer Science #14 - Data Structures

9th - 12th Grade

15 Qs

Graph Traversals

Graph Traversals

12th Grade

17 Qs

Binary Trees

Binary Trees

12th Grade

10 Qs

Technical Terms - Internet (A-Z) - DOM

Technical Terms - Internet (A-Z) - DOM

12th Grade

10 Qs

Y13 Graph Traversal

Y13 Graph Traversal

9th Grade - University

16 Qs

Data Structures

Data Structures

12th Grade

15 Qs

Graph Traversal Algorithms Quiz

Graph Traversal Algorithms Quiz

12th Grade - University

13 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?