Question
βMβ is 60% more efficient than βNβ. βNβ
started the work alone and worked for 20 days and after that βNβ is replaced by βMβ. If the total work is completed in 44 days, find the time taken by βMβ to finish the same work alone?Solution
Let the efficiency of βNβ = β5xβ units/day Efficiency of βMβ = β8xβ units/day Time taken by βMβ to complete the remaining work = 44 β 20 = 24 days Total work = 20 Γ 5x + 24 Γ 8x = 292x units Desired time = 292x/8x = 36.5 days
Which of the following is true about a view in SQL?
Which command is used to remove all records from a table without deleting the table structure?
What is early binding in the context of OOP?
Which OOP principle allows a single interface to represent different underlying forms or data types?
The concept of "data hiding" is primarily achieved through which OOP principle?
Which SQL keyword is used to sort the result set?
Which of the following statements about abstract classes is true?
In C++, if a base class has a virtual function, and a derived class overrides that function, which mechanism ensures that the correct derived class func...
Which of the following is used to eliminate redundancy and anomalies in a database?
Which of the following prevents inheritance in C++?