Question
A man works twice as efficiently as a woman and three
times as efficiently as a child. If 3 men and 4 children can complete a task in 18 days, how long would it take for 6 women to finish the same task?Solution
Let the efficiency of a child be '2x' units/day So, efficiency of a man = 2x X 3 = '6x' units/day And, efficiency of a woman = 6x ÷ 2 = '3x' units/day Work done by 3 men and 4 children in 18 days = {(6x X 3) + (4 X 2x)} X 18 = (18x + 8x) X 18 = '468x' units So, time taken by 6 women to do the same work = 468x ÷ (3x X 6) = 26 days
Given a singly linked list with 'n' nodes, what is the time complexity to delete the last node?
Which I/O scheduling algorithm is most suitable for minimizing seek time in hard drives?
Which type of database join returns only the matching rows from two tables based on a condition?
- Which of the following is the primary characteristic of Infrastructure as a Service (IaaS) in cloud computing?
Which of the following is a primary advantage of using a star schema in a data warehouse design?
Tarjan’s algorithm is used to find:
To insert a new node at the beginning of a singly linked list, which of the following operations is typically performed?
Which of the following accurately describes the role of a "foreign key" in a relational database system?
What is the primary purpose of an abstract class?
Which SQL query will retrieve the second highest salary from an Employee table?