Exams
Subjects
Classes
Home
Exams
Data Science A.I Cyber Security and Computer Sci.
Programming and Data Structures
match list i with list ii...
Question:
medium
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:
Mar 11, 2026
(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)
Show Solution
The Correct Option is
B
Solution and Explanation
- Round Robin Queues utilize Circular Linked Lists. - Undo and Redo operations employ Doubly Linked Lists. - Stacks manage Recursive Function Calls. - Hash Tables frequently incorporate Singly Linked Lists.
Download Solution in PDF
Was this answer helpful?
0
Top Questions on Programming and Data Structures
A hash function f defined as f(key) = key mod 7, with linear probing, is used to insert the keys 37, 38, 72, 48, 98, 11, 56 into a table indexed from 0 to 6. What will be the location of key 11?
CUET (PG) - 2024
Data Science A.I Cyber Security and Computer Sci.
Programming and Data Structures
View Solution
The worst-case time complexity of inserting a node in a doubly linked list is:
CUET (PG) - 2024
Data Science A.I Cyber Security and Computer Sci.
Programming and Data Structures
View Solution
Consider the given two statements:
S1: Kruskal’s Algorithm might produce a non-minimal spanning tree.
S2: Kruskal’s Algorithm can be efficiently implemented using the disjoint set data structure.
Choose the correct answer from the options given below:
CUET (PG) - 2024
Data Science A.I Cyber Security and Computer Sci.
Programming and Data Structures
View Solution
Which of the following permutations can be obtained in the output (in the same order) using a stack assuming that the input is the sequence 1, 2, 3, 4, 5 in that order?
(A) 2
(B) 3
(C) 1
(D) 4
(E) 5
Choose the correct answer from the options given below:
CUET (PG) - 2024
Data Science A.I Cyber Security and Computer Sci.
Programming and Data Structures
View Solution
Want to practice more? Try solving extra ecology questions today
View All Questions
Questions Asked in CUET (PG) exam
A trade-off is:
CUET (PG) - 2024
Trade-offs
View Solution
If a Production Function is given as Q(x,y) = Axay, where (a + b) = 2, the function is said to display:
CUET (PG) - 2024
Production Theory
View Solution
In an oligopolistic market, firm i and firm j have constant marginal cost = c for an identical good. They compete to set prices Pi and Pj. The demand for total market demand Q, where if
\(P_i > P_j\)
, the demand for firm i is 0. If
\(P_i < P_j\)
, the demand for firm i is Q. If
\(P_₁ = P_j\)
, then they share the market equally and hence the demand for firm i is
\(\frac{Q}{2}\)
. In equilibrium, the prices of firms i and j are:
CUET (PG) - 2024
Oligopoly
View Solution
If Y = F(L,K) is a linear homogeneous production function, then multiplying all inputs by a constant factor α = 2 results in output increasing by a factor of:
CUET (PG) - 2024
Production Function
View Solution
In the table below, firm 1 and firm 2 can cooperate to share market profits or compete with each other. The figures in the cells represent the profits in crores of INR. They can either cooperate with each other where they share INR 10 crores equally. Alternatively, they can compete, which lowers the market output to INR 4 crores, which they share equally. If one of the firms competes while the other cooperates, the former obtains INR 10 crore of profit while the other makes zero profit. In equilibrium, firm A and firm B should respectively:
Firm 2
Cooperate
Compete
Firm 1
5, 5
0, 10
Compete
10,0
2, 2
CUET (PG) - 2024
Game theory
View Solution