Question
Arjun sells an article at profit of 8%. If he had bought
it at 5% less and sold it for ₹120 more he would have made a profit of 20%. what will be the the initial cost price of the article. (in Rs.)Solution
ATQ Let CP be taken as = 100 Then SP will be as = 108 So, New CP will be = 95 therefore New SP = 95 × (120/100) = 114 hence Difference will be = 114-108 = 6 so, Initial CP = (120/6) x 100 = Rs.2000
Shadow paging in recovery eliminates the need for:
Which normal form eliminates transitive dependencies?
A "diamond" shape in an E-R Diagram typically represents a:
What will re.findall(r'\d+', 'abc123def45ghi') return?
What is the output of the following pseudo-code?
```
count = 0
for i from 1 to 3:
for j from 1 t...
In the context of database transactions, which isolation level allows "non-repeatable reads" but prevents "dirty reads"?
Which of the following schedules is serializable?
In PL/SQL, a `CURSOR` is used to:
Which stage involves evaluating the project's practicality, cost, and resources before proceeding further?
A programmer is trying to debug an issue where an `ArrayList` (or equivalent dynamic array) in their Java/Python code unexpectedly throws an `IndexOut...