Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

20 Qs

quiz-placeholder

Similar activities

Linked list 1

Linked list 1

University

20 Qs

Trees and Binary Trees

Trees and Binary Trees

University

15 Qs

Exploring Binary Trees in C#

Exploring Binary Trees in C#

University

20 Qs

1 Binary Search Trees

1 Binary Search Trees

University

20 Qs

DSA_Quiz_3

DSA_Quiz_3

University

20 Qs

SciPy

SciPy

University

19 Qs

SMARTICUS

SMARTICUS

University

20 Qs

TECH FUED ROUND-1

TECH FUED ROUND-1

University

20 Qs

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Navkiran Gill

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a non-linear data structure?

Array

Linked List

Tree

Stack

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a binary tree, a node with no children is called:

Root

Leaf

Parent

Sibling

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum number of children a node can have in a binary tree?

1

2

3

Any number

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A graph with no cycles is called a:

Directed graph

Acyclic graph

Cyclic graph

Complete graph

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which traversal technique processes the root before its subtrees?

Inorder

Preorder

Postorder

Level-order

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a graph, what does an edge represent?

A path between two nodes

A type of node

A cycle

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The degree of a node in a graph refers to:

The number of edges connected to it

Its position in a traversal

Its value

The number of neighbors

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?