You can prepare effectively for Computer Science Engineering (CSE) GATE Computer Science Engineering(CSE) 2027 Mock Test Series with this dedicated MCQ Practice Test (available with solutions) on the important topic of "Test: Arrays, Stack, Queues & Linked List- 2". These 15 questions have been designed by the experts with the latest curriculum of Computer Science Engineering (CSE) 2026, to help you master the concept.
Test Highlights:
Sign up on EduRev for free to attempt this test and track your preparation progress.
The information about an array that is used in a program wiil be stored in
Detailed Solution: Question 1
Which of the following expressions accesses the (i, j)th entry of a (m x n) matrix stored in column major form?
Detailed Solution: Question 2
Detailed Solution: Question 3
The postfix equivalent of the prefix * + ab - cd is
Detailed Solution: Question 4
Detailed Solution: Question 5
The postfix expression for the infix expression: A + B* (C + D) / F + D * E is:
Detailed Solution: Question 6
In a circularly linked list organization, insertion of a record involves the modification of
Detailed Solution: Question 7
Detailed Solution: Question 8
Which of the following is useful in implementing quick sort?
Detailed Solution: Question 9
The process of accessing data stored in tape is similar to manipulating data on a
Detailed Solution: Question 10
Linked lists are not suitable for implementing
Detailed Solution: Question 11
The following sequence of operations is performed on a stack,
PUSH(10), PUSH (20), POP, PUSH (10), PUSH (20), POP, POP, POP, PUSH(20), POP
The sequence of values popped out is
Detailed Solution: Question 12
Which of the following operations is performed more efficiently by double linked list than by linear linked list?
Detailed Solution: Question 13
The smallest element of an array’s index is called its
Detailed Solution: Question 14
Detailed Solution: Question 15