Question
Currently, the average age of individuals 'A' and 'B' is
27 years. If the present ages of 'B' and 'C' maintain a ratio of 10:11, determine the age of 'C', given that 'A' is 24 years old today.Solution
Present age of ‘A’ = 24 years Present age of ‘B’ = 27 × 2 – 24 = 30 years Present age of ‘C’ = (30/10) × 11 = 33 years
In an operating system, which of the following scheduling algorithms minimizes the average waiting time for all processes?Â
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...
In an operating system, which of the following system calls is most likely to cause a process to enter a waiting state due to synchronization with anoth...
What will be the output of the following code snippet demonstrating composition in Java?
class Engine {
void start() {
    ...
Consider a Binary Search Tree (BST) with the following values inserted in sequence: 45, 32, 50, 15, 40, 47, 60. What will be the in-order traversal of t...
Which of the following cloud service models provides the most control over the underlying infrastructure to the user?Â
Which of the following best describes the main advantage of a Management Information System (MIS)?
In the context of Intelligent Systems, which of the following algorithms is primarily used for real-time pathfinding in robotics?
 Which one of the following given statements possibly contains the error?
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â