Question
A shopkeeper sold a jacket for Rs. 2400 at a loss of
40%. At what price should he have sold the jacket, to earn a profit of 30%?Solution
Let CP = Rs. x => SP = (100-40)% × x => 2400 = (60/100) × x => x = 4000 CP = Rs. 4000 Profit = 4000 × (30/100) = Rs.1200 SP = CP + Profit SP = 4000 + 1200 = Rs.5200
What is the best-case time complexity of the binary search algorithm ?
Which of the following accurately describes the role of virtual memory in modern operating systems?
Which of the following phases in the Software Development Life Cycle (SDLC) ensures that the final product meets the agreed-upon requirements and specif...
In a data warehouse, which of the following best describes the concept of "data granularity"?
Which memory is the fastest?
In Java, what will be the output of the following code snippet?
public class Test {
   public static void main(String[] args) { <...
Which traversal method visits the root node first in trees?
Which of the following is a common issue that can arise from poorly designed recursive functions?
In Python, what will be the output of the following code snippet, considering scope rules?
x = 5Â Â Â Â Â Â Â Â Â Â Â Â Â Â
Â
In a graph, what is the maximum number of edges in a simple undirected graph with 'n' vertices?