Question
What is the present age of mother? I. The
difference between the ages of mother and daughter is 45 years. II. The present age of daughter is 1/4th of the present age of the mother. III. The sum of the ages of mother and daughter is 75 years. Each of the questions below consists of a question and three statements numbered I, II and III given below it. You have to decide whether the data provided in all the three statements are sufficient to answer the question. Read all the statements and give answer –Solution
From (II), Let the mother’s age be x and daughter’s age be (x )/4. From (I) &(II), x - (x )/4 = 45 (3x )/4 = 45 ∴x = 60 years. From (II) & (III), x + (x )/4 = 75 (5x )/4 = 75 ∴x = 60 years. From (I) & (III), x-y = 45 and x+y = 75 By solving will get the value of x i.e. the answer.
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?