Operating System Questions and Answerss
Operating System Questions and Answerss
1) Address Binding is :
a) going to an address in memory
b) locating an address with the help of another address
c) binding two addresses together to form a new address in a different memory space
d) a mapping from one address space to another
View Answer
Answer: d
Explanation: None.
Answer: d
Explanation: None.
3) If the process can be moved during its execution from one memory segment to another, then
binding must be :
a) delayed until run time
b) preponed to compile time
c) preponed to load time
d) None of these
View Answer
Answer: a
Explanation: None.
4) Dynamic loading is :
a) loading multiple routines dynamically
b) loading a routine only when it is called
c) loading multiple routines randomly
d) None of these
View Answer
Answer: b
Explanation: None.
Answer: b
Explanation: None.
Answer: b and c
Explanation: None.
Answer: a
Explanation: None.
Answer: a
Explanation: None.
9) If a higher priority process arrives and wants service, the memory manager can swap out the
lower priority process to execute the higher priority process. When the higher priority process
finishes, the lower priority process is swapped back in and continues execution. This variant of
swapping is sometimes called :
a) priority swapping
b) pull out, push in
c) roll out, roll in
d) None of these
View Answer
Answer: c
Explanation: None.
10) If binding is done at assembly or load time, then the process _____ be moved to different
locations after being swapped out and in again.
a) can
b) must
c) can never
d) may
View Answer
Answer: c
Explanation: None.
Answer: a, c
Explanation: None.
Answer: c
Explanation: None.
Operating System Questions and Answers –
Memory Management – Swapping Processes
–2
This set of 1000+ Operating System MCQs focuses on “Memory Management – Swapping
processes” and will also be useful for interview preparations for experienced people.
Answer: b
Explanation: None.
2) The address loaded into the memory address register of the memory is referred to as :
a) physical address
b) logical address
c) Neither a nor b
View Answer
Answer: a
Explanation: None.
3) The run time mapping from virtual to physical addresses is done by a hardware device called
the :
a) Virtual to physical mapper
b) memory management unit
c) memory mapping unit
d) None of these
View Answer
Answer: b
Explanation: None.
Answer: a
Explanation: None.
6) If execution time binding is being used, then a process ______ be swapped to a different
memory space.
a) has to be
b) can never
c) must
d) may
View Answer
Answer: d
Explanation: None.
Answer: d
Explanation: None.
Answer: d
Explanation: None.
9) The ________ consists of all processes whose memory images are in the backing store or in
memory and are ready to run.
a) wait queue
b) ready queue
c) CPU
d) secondary storage
View Answer
Answer: b
Explanation: None.
10) The _________ time in a swap out of a running process and swap in of a new process into
the memory is very high.
a) context – switch
b) waiting
c) execution
d) All of these
View Answer
Answer: a
Explanation: None.
Answer: b
Explanation: None.
12) Swapping _______ be done when a process has pending I/O, or has to execute I/O operations
only into operating system buffers.
a) must
b) can
c) must never
d) maybe
View Answer
Answer: c
Explanation: None.
Answer: a and b
Explanation: None.
Answer:a
Explanation:None.
Answer:b
Explanation:None.
Answer:c
Explanation:None.
4.Run time mapping from virtual to physical address is done by
a)memory-management-unit
b)CPU
c)PCI
d)none-of-the-mentioned
View Answer
Answer:a
Explanation:None.
5. Memory management technique in which system stores and retrieves data from secondary
storage-for-use-in-main-memory-is-called
a)fragmentation
b)paging
c)mapping
d)none-of-the-mentioned
View Answer
Answer:b
Explanation:None.
6.The-address-of-a-page-table-in-memory-is-pointed-by
a)stack-pointer
b)page-table-base-register
c)page-register
d)program-counter
View Answer
Answer:b
Explanation:None.
7.Program-always-deals-with
a)logical-address
b)absolute-address
c)physical-address
d)relative-address
View Answer
Answer:a
Explanation:None.
8.The-page-table-contains
a)base-address-of-each-page-in-physical-memory
b)page-offset
c)page-size
d)none-of-the-mentioned
View Answer
Answer:a
Explanation:None.
9.What-is-compaction?
a)a-technique-for-overcoming-internal-fragmentation
b)a-paging-technique
c)a-technique-for-overcoming-external-fragmentation
d)a-technique-for-overcoming-fatal-error
View Answer
Answer:c
Explanation:None.
10.Operating-System-maintains-the-page-table-for
a)each-process
b)each-thread
c)each-instruction
d)each-address
View Answer
Answer:a
Explanation:None.
Answer: a and c
Explanation: None.
2) The operating system is :
a) in the low memory
b) in the high memory
c) either a or b (depending on the location of interrupt vector)
d) None of these
View Answer
Answer: c
Explanation: None.
Answer: a
Explanation: None.
Answer: c
Explanation: None.
5) With relocation and limit registers, each logical address must be _______ the limit register.
a) less than
b) equal to
c) greater than
d) None of these
View Answer
Answer: a
Explanation: None.
6) The operating system and the other processes are protected from being modified by an already
running process because :
a) they are in different memory spaces
b) they are in different logical addresses
c) they have a protection algorithm
d) every address generated by the CPU is being checked against the relocation and limit registers
View Answer
Answer: d
Explanation: None.
Answer: b
Explanation: None.
8) Using transient code, _______ the size of the operating system during program execution.
a) increases
b) decreases
c) changes
d) maintains
View Answer
Answer: c
Explanation: None.
9) When memory is divided into several fixed sized partitions, each partition may contain
________.
a) exactly one process
b) atleast one process
c) multiple processes at once
d) None of these
View Answer
Answer: a
Explanation: None.
Answer: a
Explanation: None
11) The first fit, best fit and worst fit are strategies to select a ______.
a) process from a queue to put in memory
b) processor to run the next process
c) free hole from a set of available holes
d) All of these
View Answer
Answer: c
Explanation: None.
Answer: b
Explanation: None.
Answer: a
Explanation: None.
Answer: a
Explanation: None.
Answer: a
Explanation: None.
5) The disadvantage of moving all process to one end of memory and all holes to the other
direction, producing one large hole of available memory is :
a) the cost incurred
b) the memory used
c) the CPU used
d) All of these
View Answer
Answer: a
Explanation: None.
Answer: a
Explanation: None.
Answer: a
Explanation: None.
8) External fragmentation will not occur when :
a) first fit is used
b) best fit is used
c) worst fit is used
d) no matter which algorithm is used, it will always occur
View Answer
Answer: d
Explanation: None.
Answer: b
Explanation: None.
10) When the memory allocated to a process is slightly larger than the process, then :
a) internal fragmentation occurs
b) external fragmentation occurs
c) both a and b
d) neither a nor b
View Answer
Answer: a
Explanation: None
2) Logical memory is broken into blocks of the same size called _________.
a) frames
b) pages
c) backing store
d) None of these
View Answer
Answer: b
Explanation: None.
3) Every address generated by the CPU is divided into two parts : (choose two)
a) frame bit
b) page number
c) page offset
d) frame offset
View Answer
Answer: b and c
Explanation: None.
Answer: b
Explanation: None.
5) The _____ table contains the base address of each page in physical memory.
a) process
b) memory
c) page
d) frame
View Answer
Answer: c
Explanation: None.
Answer: b
Explanation: None.
7) If the size of logical address space is 2 to the power of m, and a page size is 2 to the power of
n addressing units, then the high order _____ bits of a logical address designate the page number,
and the ____ low order bits designate the page offset.
a) m, n
b) n, m
c) m – n, m
d) m – n, n
View Answer
Answer: d
Explanation: None.
Answer: b
Explanation: None.
9) The operating system maintains a ______ table that keeps track of how many frames have
been allocated, how many are there, and how many are available.
a) page
b) mapping
c) frame
d) memory
View Answer
Answer: c
Explanation: None.
Answer: d
Explanation: None.
Answer: b
Explanation: None.
13) For larger page tables, they are kept in main memory and a __________ points to the page
table.
a) page table base register
b) page table base pointer
c) page table register pointer
d) page table base
View Answer
Answer: a
Explanation: None.
Answer: a
Explanation: None.
Answer: d
Explanation: None.
Answer: a and b
Explanation: None.
Answer: a
Explanation: None.
3) An ______ uniquely identifies processes and is used to provide address space protection for
that process.
a) address space locator
b) address space identifier
c) address process identifier
d) None of these
View Answer
Answer: b
Explanation: None.
4) The percentage of times a page number is found in the TLB is known as :
a) miss ratio
b) hit ratio
c) miss percent
d) None of these
View Answer
Answer: b
Explanation: None.
Answer: d
Explanation: None.
6) When the valid – invalid bit is set to valid, it means that the associated page :
a) is in the TLB
b) has data in it
c) is in the process‟s logical address space
d) is the system‟s physical address space
View Answer
Answer: c
Explanation: None.
Answer: c
Explanation: None.
8) When there is a large logical address space, the best way of paging would be :
a) not to page
b) a two level paging algorithm
c) to page the page table itself
d) All of these
View Answer
Answer: b and c
Explanation: None.
9) In a paged memory, the page hit ratio is 0.35. The required to access a page in secondary
memory is equal to 100 ns. The time required to access a page in primary memory is 10 ns. The
average time required to access a page is :
a) 3.0 ns
b) 68.0 ns
c) 68.5 ns
d) 78.5 ns
View Answer
Answer: c
Explanation: None.
10) To obtain better memory utilization, dynamic loading is used. With dynamic loading, a
routine is not loaded until it is called. For implementing dynamic loading,
a) special support from hardware is required
b) special support from operating system is essential
c) special support from both hardware and operating system is essential
d) user programs can implement dynamic loading without any special support from hardware or
operating system
View Answer
Answer: d
Explanation: None.
11) In paged memory systems, if the page size is increased, then the internal fragmentation
generally :
a) becomes less
b) becomes more
c) remains constant
d) None of these
View Answer
Answer: b
Explanation: None.
Answer: a and b
Explanation: None.
2) In paging the user provides only ________, which is partitioned by the hardware into
________ and ______.
a) one address, page number, offset
b) one offset, page number, address
c) page number, offset, address
d) None of these
View Answer
Answer: a
Explanation: None.
Answer: a and c
Explanation: None.
Answer: b
Explanation: None.
Answer: c
Explanation: None.
Answer: b
Explanation: None.
Answer: a
Explanation: None.
8) When the entries in the segment tables of two different processes point to the same physical
location :
a) the segments are invalid
b) the processes get blocked
c) segments are shared
d) All of these
View Answer
Answer: c
Explanation: None.
Answer: b and c
Explanation: None.
10) If there are 32 segments, each of size 1Kb, then the logical address should have :
a) 13 bits
b) 14 bits
c) 15 bits
d) 16 bits
View Answer
Answer: a
Explanation: To specify a particular segment, 5 bits are required. To select a particular byte after
selecting a page, 10 more bits are required. Hence 15 bits are required.
11) Consider a computer with 8 Mbytes of main memory and a 128 K cache. The cache block
size is 4 K. It uses a direct mapping scheme for cache management. How many different main
memory blocks can map onto a given physical cache block ?
a) 2048
b) 256
c) 64
d) 8
View Answer
Answer: c
Explanation: None.
12) A multilevel page table is preferred in comparison to a single level page table for translating
virtual address to physical address because :
a) it reduces the memory access time to read or write a memory location
b) it helps to reduce the size of page table needed to implement the virtual address space of a
process
c) it is required by the translation look aside buffer
d) it helps to reduce the number of page faults in page replacement algorithms
View Answer
Answer: b
Explanation: None.
Answer:a
Explanation:None.
2. _____ is the concept in which a process is copied into main memory from the secondary
memory according to the requirement.
a)Paging
b)Demand-paging
c)Segmentation
d)Swapping
View Answer
Answer:b
Explanation:None.
3.The-pager-concerns-with-the
a)individual-page-of-a-process
b)entire-process
c)entire-thread
d)first-page-of-a-process
View Answer
Answer:a
Explanation:None.
4.Swap-space-exists-in
a)primary-memory
b)secondary-memory
c)CPU
d)none
View Answer
Answer:b
Explanation:None.
5. When a program tries to access a page that is mapped in address space but not loaded in
physical-memory,then
a)segmentation-fault-occurs
b)fatal-error-occurs
c)page-fault-occurs
d)no-error-occurs
View Answer
Answer:c
Explanation:None.
6.Effective-access-time-is-directly-proportional-to
a)page-fault-rate
b)hit-ratio
c)memory-access-time
d)none
View Answer
Answer:a
Explanation:None.
Answer:a
Explanation:None.
8. Which algorithm chooses the page that has not been used for the longest period of time
whenever-the-page-required-to-be-replaced?
a)first-in-first-out-algorithm
b)additional-reference-bit-algorithm
c)least-recently-used-algorithm
d)counting-based-page-replacement-algorithm
View Answer
Answer:c
Explanation:None.
9.A-process-is-thrashing-if
a)it-is-spending-more-time-paging-than-executing
b)it-is-spending-less-time-paging-than-executing
c)page-fault-occurs
d)swapping-cannot-take-place
View Answer
Answer:a
Explanation:None.
10. Working set model for page replacement is based on the assumption of
a)modularity
b)locality
c)globalization
d)random-access
View Answer
Answer:b
Explanation:None.
Answer: a and b
Explanation: None.
Answer: a
Explanation: None.
Answer: a
Explanation: None.
4) The ability to execute a program that is only partially in memory has benefits like : (choose all
that apply)
a) the amount of physical memory cannot put a constraint on the program
b) programs for an extremely large virtual space can be created
c) CPU utilization decreases
d) Throughput increases
e) response time is not affected
f) turnaround time increases
g) less I/O will be needed to load or swap each user program in memory
h) All of these
View Answer
Answer: a, b, d, e, g
Explanation: None.
Answer: b
Explanation: None.
Answer: a
Explanation: None.
7) Segment replacement algorithms are more complex than page replacement algorithms because
:
a) Segments are better than pages
b) Pages are better than segments
c) Segments have variable sizes
d) Segments have fixed sizes
View Answer
Answer: c
Explanation: None.
8) A swapper manipulates ___________, whereas the pager is concerned with individual
_______ of a process.
a) the entire process, parts
b) all the pages of a process, segments
c) the entire process, pages
d) None of these
View Answer
Answer: c
Explanation: None.
9) Using a pager :
a) increases the swap time
b) decreases the swap time
c) decreases the amount of physical memory needed
d) increases the amount of physical memory needed
View Answer
Answer: b and c
Explanation: None.
10) The valid – invalid bit, in this case, when valid indicates :
a) the page is legal
b) the page is illegal
c) the page is in memory
d) the page is not in memory
View Answer
Answer: a and c
Explanation: None.
Answer: b
Explanation: None.
12) When a page fault occurs, the state of the interrupted process is :
a) disrupted
b) invalid
c) saved
d) None of these
View Answer
Answer: c
Explanation: None.
Answer: b
Explanation: None.
1) Which of the following page replacement algorithms suffers from Belady‟s Anomaly ?
a) Optimal replacement
b) LRU
c) FIFO
d) Both optimal replacement and FIFO
View Answer
Answer: c
Explanation: None.
3) In question 2, if the number of page frames is increased to 4, then the number of page
transfers :
a) decreases
b) increases
c) remains the same
d) None of these
View Answer
Answer: b
Explanation: None.
4) A memory page containing a heavily used variable that was initialized very early and is in
constant use is removed, then the page replacement algorithm used is :
a) LRU
b) LFU
c) FIFO
d) None of these
View Answer
Answer: c
Explanation: None.
5) A virtual memory system uses First In First Out (FIFO) page replacement policy and allocates
a fixed number of frames to a process. Consider the following statements :
P : Increasing the number of page frames allocated to a process sometimes increases the page
fault rate
Q : Some programs do not exhibit locality of reference
Which of the following is TRUE?
a) Both P and Q are true, and Q is the reason for P
b) Both P and Q are true, but Q is not the reason for P
c) P is false but Q is true
d) Both P and Q are false
View Answer
Answer: c
Explanation: None.
Answer: b
Explanation: None.
8) When a page is selected for replacement, and its modify bit is set :
a) the page is clean
b) the page has been modified since it was read in from the disk
c) the page is dirty
d) a and b
View Answer
Answer: b and c
Explanation: None.
Answer: c
Explanation: None.
10) A FIFO replacement algorithm associates with each page the _______
a) time it was brought into memory
b) size of the page in memory
c) page after and before it
d) All of these
View Answer
Answer: a
Explanation: None.
Answer: c
Explanation: None.
Answer: b
Explanation: None.
13) LRU page – replacement algorithm associates with each page the ______
a) time it was brought into memory
b) the time of that page‟s last use
c) page after and before it
d) All of these
View Answer
Answer: b
Explanation: None.
Answer: d
Explanation: None.
ii) How many page faults does the FIFO page replacement algorithm produce ?
a) 10
b) 15
c) 11
d) 12
View Answer
Answer: b
Explanation: None.
15) The two methods how LRU page replacement policy can be implemented in hardware are :
(choose two)
a) Counters
b) RAM
c) Stack
d) Registers
View Answer
Answer: a and c
Explanation: None.
1) When using counters to implement LRU, we replace the page with the :
a) smallest time value
b) largest time value
c) greatest size
d) None of the mentioned
View Answer
Answer: a
Explanation: Whenever a reference to a page is made, the contents of the clock register are
copied into the time-of-use field in the page-table entry for that page. In this way we always have
the time of the last reference to each page.
2) In the stack implementation of the LRU algorithm, a stack can be maintained in a manner :
a) whenever a page is used, it is removed from the stack and put on top
b) the bottom of the stack is the LRU page
c) the top of the stack contains the LRU page and all new pages are added to the top
d) None of the mentioned
View Answer
Answer: a and b
Explanation: None.
3) There is a set of page replacement algorithms that can never exhibit Belady‟s Anomaly, called
:
a) queue algorithms
b) stack algorithms
c) string algorithms
d) None of the mentioned
View Answer
Answer: b
Explanation: None.
Answer: c
Explanation: None.
Answer: c
Explanation: None.
Answer: b
Explanation: None.
7) The minimum number of page frames that must be allocated to a running process in a virtual
memory environment is determined by :
a) the instruction set architecture
b) page size
c) physical memory size
d) number of processes in memory
View Answer
Answer: a
Explanation: None.
Answer: a
Explanation: None.
Answer: b
Explanation: None.
10) The implementation of the LFU and the MFU algorithm is very uncommon because :
a) they are too complicated
b) they are optimal
c) they are expensive
d) All of the mentioned
View Answer
Answer: c
Explanation: None.
Answer : a
Explanation: None.
2) The heads of the magnetic disk are attached to a _____ that moves all the heads as a unit.
a) spindle
b) disk arm
c) track
d) None of these
View Answer
Answer : b
Explanation: None.
3) The set of tracks that are at one arm position make up a ___________.
a) magnetic disks
b) electrical disks
c) assemblies
d) cylinders
View Answer
Answer : d
Explanation: None.
4) The time taken to move the disk arm to the desired cylinder is called the :
a) positioning time
b) random access time
c) seek time
d) rotational latency
View Answer
Answer : c
Explanation: None.
5) The time taken for the desired sector to rotate to the disk head is called :
a) positioning time
b) random access time
c) seek time
d) rotational latency
View Answer
Answer : d
Explanation: None.
Answer : b
Explanation: None.
Answer : b
Explanation: None.
Answer : b
Explanation: None.
9) ______ controller sends the command placed into it, via messages to the _____ controller.
a) host, host
b) disk, disk
c) host, disk
d) disk, host
View Answer
Answer : c
Explanation: None.
10) The disk bandwidth is :
a) the total number of bytes transferred
b) total time between the first request for service and the completion on the last transfer
c) the total number of bytes transferred divided by the total time between the first request for
service and the completion on the last transfer
d) None of these
View Answer
Answer : c
Explanation: None.
Answer : b
Explanation: None.
2) If a process needs I/O to or from a disk, and if the drive or controller is busy then :
a) the request will be placed in the queue of pending requests for that drive
b) the request will not be processed and will be ignored completely
c) the request will be not be placed
d) None of these
View Answer
Answer : a
Explanation: None.
i) Considering FCFS (first cum first served) scheduling, the total number of head movements is,
if the disk head is initially at 53 :
a) 600
b) 620
c) 630
d) 640
View Answer
Answer : d
Explanation: None.
ii) Considering SSTF (shortest seek time first) scheduling, the total number of head movements
is, if the disk head is initially at 53 :
a) 224
b) 236
c) 245
d) 240
View Answer
Answer : b
Explanation: None.
Answer : d
Explanation: None.
5) Magnetic tape drives can write data at a speed ________ disk drives.
a) much lesser than
b) comparable to
c) much faster than
d) None of these
View Answer
Answer : b
Explanation: None.
6) On media that use constant linear velocity (CLV), the _____________ is uniform.
a) density of bits on the disk
b) density of bits per sector
c) the density of bits per track
d) None of these
View Answer
Answer : c
Explanation: The farther a track is from the center of the disk.
Answer : a
Explanation: None.
8) In the ______ algorithm, the disk arm starts at one end of the disk and moves toward the other
end, servicing requests till the other end of the disk. At the other end, the direction is reversed
and servicing continues.
a) LOOK
b) SCAN
c) C-SCAN
d) C-LOOK
View Answer
Answer : b
Explanation: None.
9) In the _______ algorithm, the disk head moves from one end to the other , servicing requests
along the way. When the head reaches the other end, it immediately returns to the beginning of
the disk without servicing any requests on the return trip.
a) LOOK
b) SCAN
c) C-SCAN
d) C-LOOK
View Answer
Answer : c
Explanation: None.
10) In the ______ algorithm, the disk arm goes as far as the final request in each direction, then
reverses direction immediately without going to the end of the disk.
a) LOOK
b) SCAN
c) C-SCAN
d) C-LOOK
View Answer
Answer : a
Explanation: None.
1) The process of dividing a disk into sectors that the disk controller can read and write, before a
disk can store data is known as : (choose all that apply)
a) partitioning
b) swap space creation
c) low-level formatting
d) physical formatting
View Answer
Answer : c and d
Explanation: None.
2) The data structue for a sector typically contains : (choose all that apply)
a) header
b) data area
c) trailer
d) main section
View Answer
Answer : a, b and c
Explanation: None.
3) The header and trailer of a sector contain information used by the disk controller such as
_________ and _________.
a) main section
b) error correcting codes (ECC)
c) sector number
d) disk identifier
View Answer
Answer : b and c
Explanation: None.
4) The two steps the operating system takes to use a disk to hold its files are _______ and
________.
a) partitioning
b) swap space creation
c) caching
d) logical formatting
View Answer
Answer : a and d
Explanation: None.
5) The _______ program initializes all aspects of the system, from CPU registers to device
controllers and the contents of main memory, and then starts the operating system.
a) main
b) bootloader
c) bootstrap
d) ROM
View Answer
Answer : c
Explanation: None.
Answer : b
Explanation: None.
7) A disk that has a boot partition is called a _________. (choose all that apply)
a) start disk
b) system disk
c) boot disk
d) All of these
View Answer
Answer : b and c
Explanation: None.
9) In SCSI disks used in high end PCs, the controller maintains a list of _________ on the disk.
The disk is initialized during ________ formatting which sets aside spare sectors not visible to
the operating system.
a) destroyed blocks, high level formatting
b) bad blocks, partitioning
c) bad blocks, low level formatting
d) destroyed blocks, partitioning
View Answer
Answer : c
Explanation: None.
10) The scheme used in the above question is known as _______ or ________.
a) sector sparing
b) forwarding
c) backwarding
d) sector utilization
View Answer
Answer : a and b
Explanation: None.
Answer : a
Explanation: None.
Answer : b
Explanation: None.
Answer : b
Explanation: Disk access is much slower than memory access.
Answer : a
Explanation: Putting these swap spaces on seperate disks reduces the load places on the I/O
system.
Answer : a
Explanation: None.
5) If the swap space is simply a large file, within the file system, ____________ used to create it,
name it and allocate its space.
a) special routines must be
b) normal file system routines can be
c) normal file system routines cannot be
d) swap space storage manager is
View Answer
Answer : b
Explanation: None.
6) For swap space created in a seperate disk partition where no file system or directory structure
is placed, _____________ used to allocate and deallocate the blocks.
a) special routines must be
b) normal file system routines can be
c) normal file system routines cannot be
d) swap space storage manager is
View Answer
Answer : d
Explanation: None.
7) When a fixed amount of swap space is created during disk partitioning, more swap space can
be added only by :
I) repartitioning of the disk
II) adding another swap space elsewhere
a) only I
b) only II
c) both I and II
d) neither I nor II
View Answer
Answer : c
Explanation: None.
8) In UNIX, two per process ________ are used by the kernel to track swap space use.
a) process tables
b) swap maps
c) memory maps
d) partition maps
View Answer
Answer : b
Explanation: None.
9) It is __________ to reread a page from the file system than to write it to swap space and then
to reread it from there.
a) useless
b) less efficient
c) more efficient
d) None of these
View Answer
Answer : c
Explanation: None.