1. The average successful search time for sequential search on 𝑛 item is:


Answer: (a)

2. Which one of the following register is updated during instruction execution to point to the next instruction byte to be fetched?

(a) Stack pointer
(b) Frame pointer
(c) Program counter
(d) Argument pointer

Answer: (c)

3. A policy that only allows a decision to be made when we execute the program is said to be:


(a) Static policy
(b) Dynamic policy
(c) Constant policy
(d) Random policy

Answer: (b)

4. A general solution for the machine with many completely independent address spaces which can grow or shrink independently, without affecting each other?


(a) Paging
(b) Segmentation
(c) Framing
(d) Spooling

Answer: (b)

5. The purpose of the system call KILL used in signal handling is to:


(a) Send signal to another process
(b) Change set of blocked signals, then pause
(c) Examine set of blocked signals
(d) Clean up after signal handler

Answer: (a)

6. The most common technique used to reduce the disk accesses in a file system is known as:


(a) Buffer cache
(b) Long-structured file system
(c) LFS -cleaner
(d) Write-through caches

Answer: (a)

7. If the time to transfer a block from the controller to memory over the bus is longer than the time to read a block from the disk, it may be necessary to read one block and then skip two or more blocks is called:


(a) Spooling
(b) Interleaving
(c) Interlinking
(d) Data hiding

Answer: (b)

8. If the process size is 𝑠 bytes and the page size is 𝑝 bytes and assuming that each page entry requires 𝑒 bytes, then the optimum page size is given by:



Answer: (a)

9. When installing a SCSI CD - ROM drive, one must set the adapter to:

(a) B0007
(b) Unused SCSI address
(c) Same address as the SCSI device
(d) SCSI identify as 1

Answer: (b)

10. The ability to access the capabilities over the network through standard mechanisms that promote use by heterogeneous thin or thick client platform is:

(a) On demand service
(b) Rapid elasticity
(c) Ubiquitous Network Access
(d) Location Independent Resource Pooling

Answer: (c)