Question
A shopkeeper sold an article at the profit of 15% and
also while weighing used a weight of 920 gms. in place of 1 kg. Find out his actual total profit%?Solution
Let the cost of 1 kg is = Rs. 100 He sold articles at the profit of 15% So selling price = Rs. 115 But he give only 920 gm which cost = Rs. 92 So profit = 115 - 92 = 23 profit % = 23/92*100 = 25%
Which page replacement algorithm minimizes the number of page faults theoretically but is difficult to implement in practice?
Which memory is the fastest?
Which of the following statements is true about deadlocks in an operating system?
Which of the following is a common issue that can arise from poorly designed recursive functions?
In a data warehouse, which of the following best describes the concept of "data granularity"?
Which graph traversal algorithm uses a queue to explore nodes layer by layer?
Which of the following is a core characteristic of Big Data?
 Which graph traversal algorithm uses a queue to explore vertices in a layer-by-layer fashion?
What is the time complexity of inserting an element at the beginning of a singly linked list?
Which testing type evaluates internal code logic and control flow?