Question
The average age of 20 girls is 54 years. If the age of
two more girls is added the average decreases by half a year. What is the sum of the age of new girls?Solution
Total age of 20 girls = 20 × 54 = 1080 years If the age of two more girls is added the average decreases by half a year, ∴ Total age of 22 girls = 53.5 × 22 = 1177 Now, sum of the age of new girls = 1177 – 1080 = 97 years
When debugging a recursive function that processes a `Tree` data structure, what is a common strategy to identify infinite recursion or incorrect base c...
A system is in a safe state when:
Which deadlock prevention scheme allows older transactions to preempt younger ones?
Shadow paging in recovery eliminates the need for:
Which normal form eliminates transitive dependency?
Query optimization heuristics often include:
A PL/SQL `TRIGGER` is a stored program that automatically executes in response to:
Examine the following Java-like code:Â
  ```java
  class Parent {
    String name = "Parent";
    p...
Bitmap indexes are most efficient when:
In two-phase locking, a transaction releases its locks: