Question
‘A’ and ‘B’ can do a piece of work in 20 days
and 32 days, respectively. If they started the work together and worked on it for 9 days, then find the time taken by ‘B’ alone to complete the remaining work.Solution
Let total amount of work be 160 units Efficiency of ‘A’ = 160/20 = 8 units/day Efficiency of ‘B’ = 160/32 = 5 units/day Amount of work done by ‘A’ and ‘B’ together in 9 days = (8 + 5) × 9 = 117 units Time taken by B to complete remaining work = (160 – 117)/5 = 8.6 days
What is the purpose of a lock in concurrency control?
Which SQL keyword is used to remove rows from a table?
In syntax-directed translation, what are attributes associated with?
The Master-Slave JK flip-flop overcomes the problem of race conditions by:
What is the purpose of the "JOIN" clause in an SQL query?
Which of the following is not a commonly used lock-based concurrency control protocol in a DBMS?
Which of the following is NOT an example of a common cybersecurity threat?
Which statement is true about Python indentation?
A spanning tree isÂ
What does PHP stand for?