Question
A train that is 360 metres long passes a signal post in
18 seconds. How long will it take to pass a bridge that is 240 metres long?Solution
ATQ,
Speed of train = 360 ÷ 18 = 20 m/s Time taken to cross the bridge = (360 + 240) ÷ 20 = 600 ÷ 20 = 30 seconds
Which of the following conditions is NOT required for a deadlock to occur?
Which of the following statements about Classless Inter-Domain Routing (CIDR) is NOT true?Â
Predict the  program output
void main ()
{
 int x = 128;
 printf ("n%d", 1 + x++);
}
In the design and analysis of algorithms, which of the following algorithms is based on the greedy approach?
What will be the output of the following code snippet?
class Animal:
  def sound(self):
    return "Some sound"
...
Which database management system feature helps ensure that all transactions are completed successfully and consistently? Â Â
...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...
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 is not a method of inter-process communication (IPC) in modern operating systems?Â
In the context of containerization, what is the role of an orchestration tool?Â