Question
Find the compound interest earned on Rs. 35000 at 11% per
annum, compounded half yearly, after 1 year.Solution
ATQ,
Effective rate of interest = 11 × (6/12) = 5.5%
Effective time or number of terms = 2 half years
Or, amount received = 35000 × {1 + (5.5/100)}² = 35000 × (105.5/100) × (105.5/100) = Rs. 38961.63
Therefore, interest received = 38961.63 - 35000 = Rs. 3961.63
In paging, the page size is defined by:
A system is in a safe state when:
If every non-key attribute is functionally dependent on the primary key, the relation will be in
A program needs to process elements from a `Queue` until it becomes empty. Which control flow structure is most suitable for this task?Â
Which operation is NOT part of relational algebra?
Consider the following Java code snippetÂ
public class Car {
  private String model;
  private int year;
  publ...
In relational algebra, the operation that combines tuples from two relations using common attribute values is:
What is a table joined with itself called?
Which SQL command is used to retrieve data from a table?
In a relational schema, which normal form eliminates transitive dependencies (i.e., non-prime attribute depends on another non-prime attribute)?