Question
A school is organizing a trip and needs transportation
for 180 students. Each bus can carry 45 students. If the school rents 4 buses and 2 vans, with each van holding 10 students, how many additional students can the school accommodate with these extra vehicles?Solution
Total capacity of 4 buses = 4 * 45 = 180 students. Total capacity of 2 vans = 2 * 10 = 20 students. Total accommodation = 180 + 20 = 200 students. Additional accommodation = 200 - 180 = 20 students. Correct answer: B) 20
Which function can fetch and issue instructions from a queue or latch?
State True or False
Semi-structured data  is data that does not conform to a data model but has some structure. It lacks a fixed or rigid sc...
fill the blank for 19.
What is the primary objective of the Producer-Consumer problem in concurrent programming?
Average waiting time of all process?
The order of convergence of Newton-Raphson method is:
Which of the following is the main advantage of using the Round Robin CPU Scheduling algorithm over First-Come-First-Serve (FCFS) in terms of process ex...
A software development team is implementing a sorting function for a large dataset in their project. They decide to use the quick sort algorithm to opti...
Which of the following statements about the OSI Model’s Transport Layer is true?Â
What is the primary purpose of the fork() system call in Unix-based operating systems?