Exams
Subjects
Classes
Home
Exams
Data Science A.I Cyber Security and Computer Sci.
Programming and Data Structures
which of the following is...
Question:
medium
Which of the following is not a non linear data structure ?
Show Hint
Non-linear = Branching (Trees, Graphs). Linear = Straight line (Arrays, Lists).
CUET (PG) - 2026
CUET (PG)
Updated On:
Jun 6, 2026
Binary tree
Heap
Graph
char
Show Solution
The Correct Option is
D
Solution and Explanation
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
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:
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