Question
What is the rate of interest per annum ? I.
Difference between CI and SI for 2 years on an amount of Rs. 15,000 at the rate is Rs. 96. II. The amount double itself at simple interest in 5 years. Each of the questions below consists of a question and two statements numbered I and II given below it. You have to decide whether the data provided in the statements are sufficient to answer the question. Read both the statements and give answer –Solution
From (i), Difference = PR²/100² ⇒ 96 = (15000 ×R²)/10000 ⇒ R² = (96 ×10000)/15000 = 64 ∴ R = 8% p.a. From (ii), R = (x ×100)/(x × 5) = 20% Hence, we can find the answer from either statement (i) or statement (ii).
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?