πŸ“š

GATE CS - Previous Year Questions

Actual GATE CS exam questions from previous years (2020-2025)

142 questionsÒ€’15 pagesÒ€’~213 min

Use this quiz track to strengthen recall, speed, and exam-style decision making. Attempt one page first, review explanations, and then re-attempt incorrect questions without notes.

A good scoring strategy is to mark uncertain questions, finish known ones quickly, and return with elimination logic. This improves accuracy while keeping momentum under time constraints.

Progress: 0 / 1420%
Page 6 of 15 β€’ Questions 51-60 of 142
Q51medium

[GATE CS 2025 Set-2 Q28] Which of the following is/are part of an Instruction Set Architecture of a processor?

Q52medium

[GATE CS 2025 Set-2 Q29] Which of the following statements regarding Breadth First Search (BFS) and Depth First Search (DFS) on an undirected simple graph G is/are TRUE?

Q53medium

[GATE CS 2025 Set-2 Q30] Consider the two lists List I and List II given below: List I List II (i) Context free languages (a) Closed under union (ii) Recursive languages (b) Not closed under complementation (iii) Regular languages (c) Closed under intersection For matching of items in List I with those in List II, which of the following option(s) is/are CORRECT?

Q54medium

[GATE CS 2025 Set-2 Q31] Consider the following logic circuit diagram. Which is/are the CORRECT option(s) for the output function 𝐹?

Q55medium

[GATE CS 2025 Set-2 Q36] Suppose we are transmitting frames between two nodes using Stop-and-Wait protocol. The frame size is 3000 bits. The transmission rate of the channel is 2000 bps (bits/second) and the propagation delay between the two nodes is 100 milliseconds. Assume that the processing times at the source and destination are negligible. Also, assume that the size of the acknowledgement packet is negligible. Which ONE of the following most accurately gives the channel utilization for the above scenario in percentage?

Q56medium

[GATE CS 2025 Set-2 Q37] Let 𝐺 be an edge-weighted undirected graph with positive edge weights. Suppose a positive constant 𝛼 is added to the weight of every edge. Which ONE of the following statements is TRUE about the minimum spanning trees (MSTs) and shortest paths (SPs) in 𝐺 before and after the edge weight update?

Q57medium

[GATE CS 2025 Set-2 Q38] A meld operation on two instances of a data structure combines them into one single instance of the same data structure. Consider the following data structures: P: Unsorted doubly linked list with pointers to the head node and tail node of the list. Q: Min-heap implemented using an array. R: Binary Search Tree. Which ONE of the following options gives the worst-case time complexities for meld operation on instances of size 𝑛 of these data structures?

Q58medium

[GATE CS 2025 Set-2 Q39] For a direct-mapped cache, 4 bits are used for the tag field and 12 bits are used to index into a cache block. The size of each cache block is one byte. Assume that there is no other information stored for each cache block. Which ONE of the following is the CORRECT option for the sizes of the main memory and the cache memory in this system (byte addressable), respectively?

Q59medium

[GATE CS 2025 Set-2 Q40] Given a Context-Free Grammar 𝐺 as follows: 𝑆 β†’ π΄π‘Ž | 𝑏𝐴𝑐 | 𝑑𝑐 | π‘π‘‘π‘Ž 𝐴 β†’ 𝑑 Which ONE of the following statements is TRUE?

Q60medium

[GATE CS 2025 Set-2 Q41] An array 𝐴 of length 𝑛 with distinct elements is said to be bitonic if there is an index 1 ≀ 𝑖 ≀ 𝑛 such that 𝐴[1..𝑖] is sorted in the non-decreasing order and 𝐴[𝑖 +1 ..𝑛] is sorted in the non-increasing order. Which ONE of the following represents the best possible asymptotic bound for the worst-case number of comparisons by an algorithm that searches for an element in a bitonic array 𝐴?

......

Quiz Pages

Navigate directly to paginated quiz sets. These links help you revise by page and make every page discoverable.