Question
Ramesh's salary was reduced by 10% and then the reduced
salary was increased by 10%. What was his ultimate loss?Solution
Let Ramesh's original salary be ₹100 (we choose 100 for simplicity, since percentages are easier to calculate).
10% of ₹100 = ₹10
Reduced salary = ₹100 - ₹10 = ₹90
10% of ₹90 = ₹9
Increased salary = ₹90 + ₹9 = ₹99
Original salary = ₹100
Final salary = ₹99
Loss = ₹100 - ₹99 = ₹1
So, the ultimate loss is ₹1, which is 1% of the original salary .
Fork() command is used to create a new process. State true or false.
Which of the following sorting algorithms has a worst-case time complexity of O(n^2)?
 Which number system is commonly used in mathematics and everyday life?
Which of the following brackets are used in python to create a list?
How does blockchain achieve its tamper-resistant quality?
Which of the following best describes inheritance in object-oriented programming?
Which network topology requires the highest amount of cabling?
- State true or false Implicit type casting in C is used to convert the data type of any variable without using the actual value that the variable holds.
AB`->` CD
AF`->` D
DE`->` F
C`->` G
F`->` E
G`->` A
Then which of the following is false?
Which component of the CPU is responsible for executing instructions?