Start learning 50% faster. Sign in now
ATQ, Time taken by Tina alone = 24 days Time taken by Suresh alone = 24 × 1.5 = 36 days Pawan & Raju ---> 12 6 Tina ----> 24 } 72 { 3 Suresh ----> 36 2 Efficiency of Qureshi & Raju = (72 × 0.78)/5.4 - (3 + 2) = 10.4 - 5 = 5.4 Individual efficiency of Pawan, Qureshi & Raju cannot be determined hence Time taken by Qureshi & Raju together to complete the work = 72/5.4 = 13.33 days Hence, Only II statement is possible
Which of the following best describes Third Normal Form (3NF) in a relational database?
Given the following code snippet implementing a Round Robin CPU scheduling algorithm, what will be the output when the processes are scheduled?
d...
What will be the output of the following code when implementing the SCAN I/O scheduling algorithm?
def scan(requests, head, direction):
...
Which of the following best describes supervised learning in machine learning?
The first line in any shell script begins with a _____
Dynamic programming is used by
Which algorithm is most suitable for solving optimization problems in Numerical and Statistical Computing?
Which of the following statements about Classless Inter-Domain Routing (CIDR) is NOT true?
What will be the output of the following code snippet implementing the Least Recently Used (LRU) page replacement algorithm?
def lru(pages, capac...
Which data structure is most suitable for implementing a priority queue?