Question
A coder solved problems at an average of x problems per
day for the first 25 days. In the next 5 days, they solved at an average of 64 problems per day, which increased the overall average by 4. What was the average for the first 25 days?Solution
Let, average problems per day in first 25 days is x So, (25 × x + 5 × 64)/30 = x + 4 Or, 25x + 320 = 30x + 120 Or, 5x = 200 Or, x = 40
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?