Question
There are 120 candies, 120 chocolates, and 200 sweets to
be distributed among groups A, B, and C, where each student in group A receives 5 candies, each student in group B receives 4 chocolates, and each student in group C receives 2 sweets. Determine the total number of students across all three groups.Solution
Number of students in group βAβ = 120/5 = 24 Number of students in group βBβ = 120/4 = 30 Number of students in group βCβ = 200/2 = 100 Total number of students = 24 + 30 + 100 = 154
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?