Search
Question: If a graph has 5 vertices and 7 edges, what is the maximum number of edges in a simple und..
Question: A car travels at a speed of 80 km/h. How long will it take to cover 200 km? (2019)Options:..
Question: If a rectangle has a length of 8 m and a width of 3 m, what is its perimeter? (2021)Option..
Question: What does the author imply about the role of peer discussions in CAT preparation?Options: ..
Question: Which of the following is a key takeaway from the passage regarding CAT preparation?Option..
Question: What is the significance of time management as mentioned in the passage?Options: It is les..
Question: In the context of the passage, what does the term \'mock tests\' refer to?Options: Practic..
Question: What can be inferred about the CAT exam from the passage?Options: It is primarily focused ..
Question: Based on the passage, which of the following strategies is NOT recommended for CAT prepara..
Question: In which scenario is Dijkstra\'s algorithm most efficient?Options: When all edge weights a..
Question: Which of the following is a key step in Dijkstra\'s algorithm?Options: Updating the distan..
Question: In a graph represented as an adjacency list, what is the space complexity?Options: O(V + E..
Question: If a graph has negative weight edges, which algorithm should be used instead of Dijkstra\'..
Question: In Dijkstra\'s algorithm, what data structure is commonly used to keep track of the nodes ..
Question: What will happen if Dijkstra\'s algorithm is run on a graph with negative weight edges?Opt..
Question: What is the time complexity of Dijkstra\'s algorithm when using a priority queue implement..
Question: In Python, which library can be used to implement Dijkstra\'s algorithm efficiently?Option..
Question: What is the primary purpose of the priority queue in Dijkstra\'s algorithm?Options: To sto..
Question: In the context of Dijkstra\'s algorithm, what does the \'relaxation\' process involve?Opti..
Question: If a graph has 5 vertices and 10 edges, what is the maximum number of iterations Dijkstra\..
Question: If vector A = 5i + 12j and vector B = 12i - 5j, what is the value of A × B?Options: -85850..
Question: What is the projection of vector A = 3i + 4j onto vector B = 2i + 2j?Options: 5432Correct ..
Question: If vector A = 4i + 3j and vector B = -3i + 4j, what is the angle between them?Options: 90 ..
Question: Which of the following vectors is orthogonal to the vector A = 2i + 3j?Options: 3i - 2j-3i..
Question: If the position vector of point P is given by r = 3i + 4j, what is the distance of point P..
Question: What is the cross product of vectors A = i + 2j + 3k and B = 4i + 5j + 6k?Options: -3i + 6..
Question: Find the angle between the vectors A = i + j and B = i - j.Options: 0 degrees45 degrees90 ..
Question: If vector A = 2i + 3j and vector B = 4i + 6j, are the vectors A and B parallel?Options: Ye..
Question: What is the magnitude of the vector C = 5i - 12j?Options: 1312517Correct Answer: 13Solutio..
Question: If vector A = 3i + 4j and vector B = 2i - j, what is the dot product A · B?Options: 10578C..