File System Implementation
Multiple Choice questions & answers are available for a Computer Science students to clear GAT, NTS, ECAT exams, various technical interview, competitive examination, and other entrance exam. File System Implementation is the important Topic for a computer science and technical students.
2. Which of the following is crucial time while accessing data on the disk?
Seek time
Rotational time
Transmission time
Waiting time
Answer & Solution
No Solution for this Answer..! Report or Discus this Question
3. The time taken by the disk arm to locate the specific address of a sector for getting information is called __________.
Rotational Latency
Seek Time
Search Time
Response Time
Answer & Solution
No Solution for this Answer..! Report or Discus this Question
4. Which file system does Windows 95 typically use ?
FAT16
FAT32
NTFS
LMFS
5. Which of the following disk scheduling techniques has a drawback of starvation ?
SCAN
SSTF
FCFS
LIFO
6. In the ___________ method of data transfer, the participation of the processor is eliminated during data transfer.
Buffering
Caching
Direct Memory Access
Indirect Memory Access
Answer & Solution
No Solution for this Answer..! Report or Discus this Question
7. Data reside in file on disk under DOS environment, which of the following file name is invalid ?
OSCONCEPTS.doc
RAW
COMPAQ.BOOK
JUMPSTART.BOS
Answer & Solution
No Solution for this Answer..! Report or Discus this Question
8. The time taken to bring the desired track/cylinder under the head is _________.
Seek time
Latency time
Transfer time
Read time
Answer & Solution
No Solution for this Answer..! Report or Discus this Question
9. If the Disk head is located initially at 32, find the number of disk moves required with FCFS if the disk queue of I/O blocks requests are 98,37,14,124,65,67.
310
324
315
321
10. The solution to Critical Section Problem is : Mutual Exclusion, Progress and Bounded Waiting.
The statement is false
The statement is true
The statement is contradictory
None of the above
Answer & Solution
No Solution for this Answer..! Report or Discus this Question
11. Fragmentation of a file system
Occurs only is file is not used properly
Can always be prevented
Happens in all file systems
Can be removed by compaction
Answer & Solution
No Solution for this Answer..! Report or Discus this Question
12. If the disk head is located initially at 32, find the number of disk moves required with FCFS if the disk queue of I/O blocks requests are 98, 37, 14, 124, 65, 70.
320
321
324
None of the above
13. A machine has a physical memory of 64 Mbyte and a virtual address space of 32 – bit. The page size is 4kbyte, What is the approximate size of the page table?
24 Mbyte
16 Mbyte
2 Mbyte
8 Mbyte
14. We have a CPU that generates virtual addresses of 32 bits and the page size is of 4 kbyte. Transition Lookaside Buffer ( TLB ) of the processor can hold a total of 128 page table entries and 4 – way set associative. What is the minimum size of the TLB tag?
16 bit
20 bit
11 bit
15 bit
15. An application loads 100 libraries at startup and loading each library exactly one disk access is required. 10ms is the seek time of the disk to a random location and 6000rpm is the rotational speed of the disk. Neglect the time to transfer data from the disk block once the head has been positioned at the start of the block. What will be the time taken by the application to load all the libraries, if all 100 libraries are loaded from random location on the disk?
1.50s
1.00s
1.87s
0.74s