Question
30 men can complete a work in 12 days. After 9 days, 15
more men joined them. How many days will they now take to complete the remaining work?Solution
Let, the efficiency of a man = y ATQ- (30 x y x 9) + (45 x y x D) = 30 x y x 12 (45 x y x D) = 360y-270y 45Dy=90y D = 90y/45y D=2 days.
State True/False
With a data mart, teams can access data and gain insights faster, because they don’t have to spend time searching within a ...
Which I/O scheduling algorithm prevents starvation of requests?
Predict the correct output of below code in python
Greeting = lambda : print('Welcome to Ixambee’)
Greeting()
Which of the following conditions is NOT required for a deadlock to occur?
Which of the following HTTP methods is idempotent and used to completely replace a resource on the server?Â
In data communication networks, which protocol is responsible for ensuring reliable data transfer between devices over a network?   Â
...Which of the following best describes the primary function of Network Address Translation (NAT)?Â
An ATM (Automated Teller Machine) typically uses which type of computer system to perform its dedicated functions?
Divide and conquer is used by
Consider a Binary Search Tree (BST) where every node stores a key and two child pointers. What is the time complexity of finding the Lowest Common Ances...