Question
 If the price of sugar increases by 40%, by what
percentage should a family reduce its sugar consumption so that the family's expenses do not increase?Solution
When price increases by r% then consumption is reduced by (r/r+100) ×100% and Expenses will remain the same. r = 40% (increase in price) Reduction in consumption = (40/140) x 100 =400/14 =28(4/7) %.
Which of the following is true about a view in SQL?
Which command is used to remove all records from a table without deleting the table structure?
What is early binding in the context of OOP?
Which OOP principle allows a single interface to represent different underlying forms or data types?
The concept of "data hiding" is primarily achieved through which OOP principle?
Which SQL keyword is used to sort the result set?
Which of the following statements about abstract classes is true?
In C++, if a base class has a virtual function, and a derived class overrides that function, which mechanism ensures that the correct derived class func...
Which of the following is used to eliminate redundancy and anomalies in a database?
Which of the following prevents inheritance in C++?