Page 1 of 1

Data Structures PRL Quiz 1.

Read the paper following paper to answer the quiz below.
Dutta, S., Chowdhury, A., Debnath, I., Sarkar, R., Dey, H., & Dutta, A. (2020). THE ROLE OF DATA STRUCTURES IN DIFFERENT FIELDS OF COMPUTER-SCIENCE: A REVIEW. Journal of Mathematical Sciences & Computational Mathematics, 1(3), 363-373.

Question 1: What is the primary purpose of data structures in computer science?

A
B
C
D

Question 2: What are the two main categories of data structures mentioned in the paper?

A
B
C
D

Question 3: How are arrays described in the context of data structures?

A
B
C
D

Question 4: What is a significant characteristic of linear data structures as mentioned in the paper?

A
B
C
D

Question 5: What is the principle of operation for a stack in data structures?

A
B
C
D

Question 6: Which of the following best describes the operation of a circular queue?

A
B
C
D

Question 7: Which of the following is a common application of queues in operating systems?

A
B
C
D

Question 8. In a linked list, what does each node typically consist of?

A
B
C
D

Question 9. What is the primary advantage of using tree data structures in computer systems?

A
B
C
D

Question 10. What is a graph data structure mainly used for in computer science?

A
B
C
D

Question 11. What graph-based approach is used for efficient complex timetable scheduling?

A
B
C
D

Question 12. Which algorithm is crucial in applications such as Google Maps for finding the shortest path between two cities?

A
B
C
D