Question
Suresh earned an interest of Rs. 1290 on principal
amount of Rs. 4000 at some rate of compound interest in 2 years. How much more/less interest would he have earned on Rs. 4450 at the same rate of simple interest for the same duration?Solution
Let, rate of interest be βrβ% per annum So, 1290 = 4000 Γ {(1 + r/100)2 β 1} 129/400 = {(1 + r/100)2 β 1} 529/400 = (1 + r/100)2 (23/20)2 = (1 + r/100)2 23/20 = 1 + r/100 3/20 = r/100, r = 15 So, simple interest earned = 4450 Γ 0.15 Γ 2 = Rs. 1335 Required amount = 1335 β 1290 = Rs. 45
Which of the following is a property of a relational database?
What is a table joined with itself called?
Which debugging tool allows a developer to pause program execution at specific lines, inspect variable values, and execute code step-by-step?Β
Which normal form eliminates transitive dependency?
Which SQL clause is used to group rows based on one or more columns?
Β What is the primary purpose of a "Trigger" in a database?
In DBMS, which scheduling method ensures serializability of transactions?
Consider a scenario in an OOP application where a `NullPointerException` (or equivalent) occurs when trying to access a member of an object. What is the...
Which system call is used to create a new process in UNIX/Linux?
The command to test reachability of a host in Linux is: