>
Exams
>
Data Science A.I Cyber Security and Computer Sci.
>
Programming and Data Structures
>
match list i with list iilist ilist ii a circular
Question:
Match List I with List II
LIST I
LIST II
(A) Circular Linked List
(I) Recursive Function Calls
(B) Doubly Linked List
(II) Round Robin Queue in CPU
(C) Stack
(III) Hash Tables
(D) Singly Linked List
(IV) Undo and Redo Functionality
Choose the correct answer from the options given below:
Show Hint
Match data structures with their practical usage scenarios to answer such questions effectively.
CUET (PG) - 2024
CUET (PG)
Updated On:
Dec 29, 2024
(A) - (I), (B) - (II), (C) - (III), (D) - (IV)
(A) - (II), (B) - (III), (C) - (IV), (D) - (I)
(A) - (II), (B) - (IV), (C) - (I), (D) - (III)
(A) - (III), (B) - (II), (C) - (I), (D) - (IV)
Hide Solution
Verified By Collegedunia
The Correct Option is
B
Solution and Explanation
- Circular Linked List is used in Round Robin Queues. - Doubly Linked List is used in Undo and Redo operations. - Stack is used for managing Recursive Function Calls. - Singly Linked List is commonly used in Hash Tables.
Download Solution in PDF
Was this answer helpful?
0
0
Top Questions on Programming and Data Structures
In a double hashing scheme, \( h_1(k) = k \mod 11 \) and \( h_2(k) = 1 + (k \mod 7) \) are the auxiliary hash functions. The size \( m \) of the hash table is 11. The hash function for the \( i \)-th probe in the open address table is \( [h_1(k) + i \cdot h_2(k)] \mod m \). The following keys are inserted in the given order: 63, 50, 25, 79, 67, 24.
The slot at which key 24 gets stored is:
GATE CS - 2025
Computer Science and IT Engineering
Programming and Data Structures
View Solution
In object-oriented programming, which of the following is true about "Polymorphism"?
Karnataka PGCET - 2025
Computer Science and IT Engineering
Programming and Data Structures
View Solution
Match List-I with List-II:
\[\begin{array}{|c|c|}\hline \textbf{List-I} & \textbf{List-II} \\ \hline (A)\ \text{BFS} & (IV)\ \text{Queue} \\ \hline (B)\ \text{DFS} & (I)\ \text{Stack} \\ \hline (C)\ \text{Heap Sort} & (III)\ \text{Priority Queue} \\ \hline (D)\ \text{Storage on secondary storage devices} & (II)\ \text{B Trees} \\ \hline \end{array}\] Choose the correct answer from the options given below:
CUET (PG) - 2025
Computer Science
Programming and Data Structures
View Solution
Which of the following data structures is most suitable for implementing a priority queue?
Karnataka PGCET - 2025
Computer Science and IT Engineering
Programming and Data Structures
View Solution
Which of the following is the correct sequence of memory hierarchy from fastest to slowest?
Karnataka PGCET - 2025
Computer Science and IT Engineering
Programming and Data Structures
View Solution
View More Questions
Questions Asked in CUET PG exam
Find the missing word (?) which is similar to the given words.
CUET (PG) - 2025
Analogies
View Solution
What should be the minimum Hamming distance \( d_{\text{min}} \) to guarantee correction of up to p errors in a given block code?
CUET (PG) - 2025
Error Detection and Correction
View Solution
Match List-I with List-II
CUET (PG) - 2025
Constitutional Laws
View Solution
Identify the difference between the sugars in DNA and RNA.
CUET (PG) - 2025
Carbohydrates
View Solution
Study the following bar-graph carefully and answer the following question. The bar-graph shows the number of pens (in thousand) sold by three shopkeepers X, Y and Z in 5 different years. The total number of pens sold by shopkeeper X in years 2020 and 2022 taken together is what percentage less than the total number of pens sold by shopkeeper Z in years 2021 and 2024 taken together? (correct to two decimal places)
CUET (PG) - 2025
Bar Graph
View Solution
View More Questions