PYQBOOK

Filter Questions

Found 475 question(s)

Q61 MCQ CUET-PG COMPUTER SCIENCE (MCA) Easy 4 Marks 2025
Operating Systems → Disk scheduling
Which disk scheduling algorithm looks for the track closest to the current head position?
Choose One:
Q62 MCQ CUET-PG COMPUTER SCIENCE (MCA) Medium 4 Marks 2025
Programming & Data Structures → Graph basics
Consider finding the shortest path in an unweighted graph using BFS and DFS. Which statements are true? (A) BFS always finds the shortest path. (B) DFS always finds the shortest path. (C) DFS does not guarantee finding the shortest path. (D) BFS does not guarantee finding the shortest path.
Choose One:
Q63 MCQ CUET-PG COMPUTER SCIENCE (MCA) Easy 4 Marks 2025
Programming & Data Structures → Graph basics
Match List-I with List-II: (Algorithm) (A) BFS (B) DFS (C) Heap sort (D) Storage on secondary devices with (Data Structure) (I) Stack (II) B Trees (III) Priority Queue (IV) Queue.
Choose One:
Q64 MCQ CUET-PG COMPUTER SCIENCE (MCA) Medium 4 Marks 2025
Programming & Data Structures → Graph basics
Which of the following is not an application of DFS?
Choose One:
Q65 MCQ CUET-PG COMPUTER SCIENCE (MCA) Medium 4 Marks 2025
Programming & Data Structures → Graph basics
Which of the following statements are TRUE, where |E| represents the number of edges. (A) In directed graph, sum of lengths of all adjacency list is |E| (B) For undirected graph, sum of lengths of all adjacency list is 2|E| (C) For dense graph, adjacency matrix representation is preferable (D) Memory requirement of adjacency matrix depends on number of edges
Choose One: