Question
In an internal assessment, the minimum passing percentage
is 45%. Marks scored by ‘M’ are 15% less than passing marks, and ‘N’ scores 18% marks less than M. What percent less (up to 2 decimal places) than the sum of M’s and N’s marks should O obtain to pass the exam at the borderline?Solution
ATQ,
Let the maximum marks = 100x
Passing marks = 45x
M’s score = (45x)(1 – 0.15) = 38.25x
N’s score = (38.25x)(1 – 0.18) = 31.36x
Sum of the scores of ‘M’ and ‘N’ = 38.25x + 31.36x = 69.61x
Required percentage = {(69.61x – 45x)/69.61x} × 100 = 35.33%
Which of the following statements is true about deadlocks in an operating system?
Which traversal of binary tree gives nodes in sorted order?
Which I/O scheduling algorithm is most suitable for minimizing seek time in hard drives?
Which of the following allows dynamic memory allocation?
Which attack can be mitigated using DNSSEC (Domain Name System Security Extensions)?
Which of the following collision resolution techniques involves storing all elements that hash to the same value in a linked list?
Which data structure is most suitable for implementing a priority queue with logarithmic time complexity for insertion and deletion?
KMP improves naive string matching by:
In the context of system analysis, which of the following best defines the "use case" diagram?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?