Question
Profit percentage received on a product when sold for
Rs.500 is equal to the percentage loss incurred when the same product is sold for Rs.300. Find the selling price of the product if the shopkeeper wants to have a profit of 35%.Solution
Let the cost price of the article be Rs.x. According to the question, => 500 – x = x – 300 => 2x = 800 => x = 400 Selling price of the product at profit of 35% = 400 x 1.35 = Rs.540
Which register holds the data to be written to or read from memory?
In the context of sorting algorithms, which one of the following is not a comparison-based sorting algorithm?
- If a recursive function calling itself and that recursive call is the last statement in the function then it’s known as ___________
Which logic gate operation is performed by an XOR gate?
Which layer of the TCP/IP model is responsible for IP addressing and routing?
The smallest unit of memory that the CPU can read or write is ___.
In a Token Ring network, what happens when a computer wants to transmit data?
A B-tree of order 4 is built from scratch by 10 successive insertions. What is the maximum number of node splitting operations that may take place?
What is the purpose of a diode in a circuit?
Which famous algorithm follows a greedy approach for solving the minimum spanning tree problem in a graph?