SV
StudyVirus
Get our free app!Download Free

Data Structures — Set 3

Computers · डेटा संरचनाएं · Questions 2130 of 50

00
0/10
1

Which condition occurs when a user tries to remove an element from an empty data structure like a Stack?

2

A 'Spanning Tree' of a graph is a subgraph that includes all vertices and is also a?

3

What is the maximum number of children a node can have in a Binary Tree?

4

Which linear data structure stores elements in a fixed-size block of memory?

5

What is the term for a situation where two different keys produce the same hash index in a Hash Table?

6

Which data structure is most efficient for implementing the 'Back' button feature in a web browser?

7

In a graph, what is a path that starts and ends at the same vertex called?

8

Which specialized tree data structure is commonly used to implement a dictionary for fast word lookups?

9

What is the 'degree' of a vertex in an undirected graph?

10

Which data structure is usually used to handle interruptions in a computer system?