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?
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.
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.
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?
Q65
MCQ
CUET-PG
COMPUTER SCIENCE (MCA)
Medium
4 Marks
2025
Programming & Data Structures → Graph basics