Question
'M', 'N', and 'O' appeared in an exam. 'M' scored 40%
marks in an exam which was 20 more than passing marks. Whereas 'N' scored 30% marks in the exam which was 10 marks less than the passing marks. If 'O' scored 65% marks in the exam, then find the difference between marks scored by 'M' and 'O' in the exam.Solution
ATQ, Let the total marks be 'V'. So, (40% of V) - 20 = (30% of V) + 10 Or, 0.4V - 20 = 0.3V + 10 Or, 0.1V = 30 So, V = 300 Required difference = (0.65 - 0.4) × 300 = 75
Which statement is FALSE for analog input module for PLCs?Â
Which statement is true regarding Frequency Modulation(FM)?
In a multi-homed network, BGP route flapping causes external instability. Which mechanism MOST effectively prevents repeated advertisement of unstable r...
What is the primary purpose of Apache Hive in the Hadoop ecosystem?
Which CPU scheduling algorithm is known for minimizing the average waiting time for a set of processes?Â
Is every view serializable schedule also conflict serializable?
What is a best practice for securing remote access in Windows and Unix/Linux environments?Â
Which of the following statements accurately describes the layer functionality of a router in network communication?
Which is best fit for blank space 15?
A queue initially empty undergoes the following sequence of operations:
1. enqueue(10)
2. enqueue(20)
3. dequeue()
4.�...