Question
A shopkeeper sold a jacket for Rs. 3200 at a loss of
20%. At what price should he have sold the jacket, to earn a profit of 25%?Solution
Let CP = Rs. x => SP = (100-20)% × x => 3200 = (80/100) × x => x = 4000 CP = Rs. 4000 Profit = 4000 × (25/100) = Rs.1000 SP = CP + Profit SP = 4000 + 1000 = Rs.5000
- Which of the following is not a method of inter-process communication (IPC) in modern operating systems? 
- What will be the output of the following code snippet implementing the Least Recently Used (LRU) page replacement algorithm? - def lru(pages, capac... 
- Which network device operates at both the data link and network layers of the OSI model, and is responsible for routing data packets between networks? ... 
- When using virtual memory, what happens when a page fault occurs and the operating system cannot find a free frame in physical memory? 
- State True/False - With a data mart, teams can access data and gain insights faster, because they don’t have to spend time searching within a ... 
- In the design and analysis of algorithms, which of the following algorithms is based on the greedy approach? 
- How do we can Delete all in SQL 
- What will be the output of the following code snippet demonstrating composition in Java? - class Engine { - void start() { - Â Â Â Â ... 
- In Object-Oriented Programming, which of the following Java code snippets correctly demonstrates inheritance ? class Animal {Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ...
- In the context of web development, which of the following best describes the primary difference between HTTP and HTTPS?