Question
The cost price of 40 apples is Rs.100. If it is sold at
20% profit, then how many apples will be sold for Rs.78?Solution
Cost price of 1 apple = 100/40 = Rs.2.5 Selling price of 1 apple = 2.5 × 120% = Rs.3 Required number = 78/3 = 26
In database management systems (DBMS), which normalization form removes partial dependency?
Definition of 2NF
In systems design, which of the following techniques is used to break down complex systems into smaller, more manageable components?
- In Object-Oriented Programming, which of the following Java code snippets correctly demonstrates inheritance ? class Animal { ...
Which CPU scheduling algorithm is considered optimal for minimizing the average waiting time in cases where process execution times are known in advanc...
- Which of the following is an example of Polymorphism in Object-Oriented Programming?
Which search strategy guarantees the optimal solution?
State true or false
Confidentiality, integrity and availability, also known as the CIA triad, is a model designed to guide policies for infor...
Which of the following is a characteristic of an intelligent agent?
You are given an array of elements where each array element represents the MAXIMUM number of jumps that can be made in the forward direction from that e...