Question
The average marks scored by 32 boys and 38 girls are 70
and 92 respectively. Find the average marks scored by all the students together. (Answer should be rounded off to the nearest integer)Solution
ATQ, Required average = (32 X 70 + 38 X 92) ÷ (32 + 38) = (2,240 + 3,496) ÷ 70 = (5,736 / 70) ≈ 82
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?