Question
P, Q and R together can complete a work in 12 days. All
of them worked together for 6 days and then P left. How much time will Q and R together take to complete the remaining work? Â I: If P completes a work in X number of days, then Q and R together complete the work in X number of days. Â II: After leaving the work, P completed another work in 10 days.Solution
From statement I, it is clear that had P not left the work, the remaining work would have been completed in 6 days. Now since, P’s efficiency is equal to (Q + R)’s efficiency, now the work will completed in 12 days. Statement II is not related to the question.
A view in SQL is:
Consider a `LinkedList` data structure. Which control flow statement is most appropriate for iterating through all elements of the list from head to tai...
HTTPS ensures which of the following?
Which of the following is a type of phishing attack?
In the Relational Database Model, data is organized into:
What is context switching?
Which of the following is a common technique for concurrency control in databases?
Consider the following Java code snippetÂ
public class Car {
  private String model;
  private int year;
  publ...
What does normalization in DBMS achieve?
Which SQL command is used to retrieve data from a table?