1 / 6

CSCI1412 Lecture 11 Q & A

phones off (please). CSCI1412 Lecture 11 Q & A. File Systems Dr John Cowell. Q 1. Which of the following statements about NTFS is NOT true? NTFS uses 64 bit addressing. Supports names up to 255 characters long Supports paths of up to 32767 bytes NTFS uses a duplicated FAT32 system

rian
Download Presentation

CSCI1412 Lecture 11 Q & A

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. phones off(please) CSCI1412Lecture 11 Q & A File Systems Dr John Cowell

  2. Q 1 • Which of the following statements about NTFS is NOT true? • NTFS uses 64 bit addressing. • Supports names up to 255 characters long • Supports paths of up to 32767 bytes • NTFS uses a duplicated FAT32 system • NTFS uses journaling CSCI1412-HW-4

  3. Q2 The size of a file may be less than the space it is allocated on the disk. This is because: • Space is allowed for the file to grow. • Space is required for security information. • Space is allocated in a whole number of clusters. • Space is required for pointing to the next file in the sequence. • Space remains allocated after the file shrinks. CSCI1412-HW-4

  4. Q3 • What is the role of the partition table in the primary boot sector? • To allow the disk to contain different logical disks. • To ensure that if one partition is damaged another may be used. • To map the allocation of areas to data and applications. • To allow different users access to different files. • To indicate damaged parts of the disk. CSCI1412-HW-4

  5. Q4 • What sequence of numbers does the following program display • 1,2,4,8 • 12,9,6,3 • 12,10,8,6,4,2 • 2,4,6,8,10,10 • 10,11,12 CSCI1412-HW-4

  6. Answers: • Q1 – D NTFS uses Master File Table • Q2 – C • Q3 – A • Q4 – B CSCI1412-HW-4

More Related