Week 1 Solution
Week 1 Solution
Q1.
Which of the following is inappropriate for operating system in a computer system?
(A) Manages the system’s resources
(B) Solves user computing problems
(C) Controls execution of programs
(D) Controls Input/Output devices
(E) Handels interrupts
Q2.
An Operating system executes the privileged instructions in
(A) User mode
(B) User and Kernel modes
(C) Kernel mode
(D) System Mode
(E) Restricted mode
Q3.
Which of the following is not a privileged instruction?
(A) Execution of system calls
(B) Interrupt handling
(C) Execution of Input/Output operations
(D) Shut down the system
(E) Execution of Library routines
Q4.
A bootstrap program
(A) Initializes the operating system
(B) Resides on the EPROM
(C) Invoked at reboot
(D) Invoked at power-up
(E) All of the above
Q6.
Random Access Memory (RAM)
(A) is a non-volatile memory
(B) holds part of the user program during execution
(C) is slower than secondary storage
(D) is less costly than secondary storage
(E) is completely dedicated to user programs
Q7.
Which of the following is not appropriate for SSD (solid-state drive)?
(A) slower than magnetic disk
(B) volatile memory
(C) contains a hidden magnetic hard disk and a battery for backup power
(D) stores persistent data on solid-state flash memory
(E) costlier than cache memory
Ans: (B) contains a hidden magnetic hard disk and a battery for backup power
Q8.
A multicore system
(A) supports on-chip communication
(B) includes multiple computing cores
(C) is energy efficient
(D) provides increased performance
(E) All of the above
Q10.
Which of the following statement is true for a dual-core (L1 and L2 caches) CUP?
(A) L1 cache larger than L2 cache
(B) L2 cache is faster than L1 cache
(C) L1 cache is private to the CPU core
(D) L2 cache is private to the CPU core
(E) main memory is accessed if the requested data is not found in the L1 cache
Q11.
Which of the following command to be issued by the process to the DMA controller if the
processor wishes to read/write a data
(A) read/write operation to be performed
(B) address of the I/O device involved
(C) starting location in the main memory to read data from or write data to
(D) number of words to be read or written
(E) All of the above
Q12.
Which of the following is not true for a multi-processor system?
(A) increased throughput
(B) increased reliability
(C) fault-tolerant
(D) each processor shares equal load
(E) costly
Q14.
The kernel is the core of an operating system, and it manages
(A) random access memory
(B) secondary storage
(C) I/O devices
(D) Processor
(E) All of the above
Q15.
An interrupt vector table holds
(A) the addresses of the different interrupt handlers
(B) the list of interrupts that occurred in the system
(C) all the available interrupts
(D) the return address where the interrupt has occurred
(E) the identity of the process, which is interrupted