amandarackham
Test por , creado hace más de 1 año

Quiz about computer file systems

276
0
0
amandarackham
Creado por amandarackham hace más de 9 años
Cerrar

Computer File Systems

Pregunta 1 de 23

1

FAT is defined as

Selecciona una de las siguientes respuestas posibles:

  • A table consisting of master boot record and logical partitions

  • A table created during the format that the operating system reads to locate data on a drive

  • A table consisting of file names and file attributes

  • A table consisting of file names, deleted file names and their attributes

Explicación

Pregunta 2 de 23

1

How does a corrupted sector located in the data area of a hard drive affect the corresponding cluster number on a FAT table?

Selecciona una de las siguientes respuestas posibles:

  • It does not affect the corresponding cluster number on a FAT table; therefore, the rest of the sectors associated with the assigned cluster can still be written to.

  • It does not affect the corresponding cluster number on a FAT table; only the corrupted portion of the sector is prevented from being written to.

  • It does affect the FAT table. The corresponding cluster number is marked as bad; however, only the corrupted sector within the cluster is prevented from being written to.

  • It does affect the FAT table. The corresponding cluster number is marked as bad and the entire cluster is prevented from being written to.

Explicación

Pregunta 3 de 23

1

Which of the following describes a partition table?

Selecciona una de las siguientes respuestas posibles:

  • It is located at cylinder 0, head 0, sector 1.

  • It is located in the master boot record.

  • It keeps track of the partitions on a hard drive.

  • All of the other 3 answers.

Explicación

Pregunta 4 de 23

1

Which selection keeps track of a fragmented file in a FAT file system?

Selecciona una de las siguientes respuestas posibles:

  • File allocation table.

  • Directory structure.

  • Volume boot record.

  • Master file table.

Explicación

Pregunta 5 de 23

1

If the FAT table lists cluster number 2749 with a value of 0, what does this mean about this specific cluster?

Selecciona una de las siguientes respuestas posibles:

  • It is blank and contains no data.

  • It is marked as bad and cannot be written to.

  • It is allocated to a file.

  • It is unallocated and is available to store data.

Explicación

Pregunta 6 de 23

1

Which of the following is true about a volume boot record?

Selecciona una de las siguientes respuestas posibles:

  • It is always located at the first sector of it's logical partition.

  • It immediately follows the master boot record.

  • It contains BIOS parameter block and volume boot code.

  • It is always located at the first sector of it's logical partition and it contains BIOS parameter block and volume boot code.

Explicación

Pregunta 7 de 23

1

The NTFS file system does which of the following?

Selecciona una de las siguientes respuestas posibles:

  • Supports long file names.

  • Compresses individual files and directories.

  • Supports large file sizes in excess of 4GB

  • All of the other answers.

Explicación

Pregunta 8 de 23

1

How many clusters can FAT32 file system manage?

Selecciona una de las siguientes respuestas posibles:

  • 2.32 = 64 clusters

  • 2^32 = 4,294,967,296 clusters

  • 2.28 = 56 clusters

  • 2^28 = 268,435,456 clusters

Explicación

Pregunta 9 de 23

1

The FAT tracks the ______________ while the directory entry tracks the ______________.

Selecciona una de las siguientes respuestas posibles:

  • File name and file size.

  • File's starting cluster and file's last cluster (EOF).

  • File's last cluster (EOF) and file's starting cluster.

  • File size and file fragmentation.

Explicación

Pregunta 10 de 23

1

How many copies of the FAT does each FAT 32 volume maintain in its default configuration?

Selecciona una de las siguientes respuestas posibles:

  • One

  • Two

  • Three

  • Four

Explicación

Pregunta 11 de 23

1

A file's logical size is displayed as?

Selecciona una de las siguientes respuestas posibles:

  • The number of sectors needed that the logical file contains.

  • The number of clusters that the logical file contains.

  • The number of bytes that the logical file contains.

  • The number of bits that the logical file contains.

Explicación

Pregunta 12 de 23

1

A file's physical size is?

Selecciona una de las siguientes respuestas posibles:

  • Always greater than the file's logical size.

  • The number of bytes in the logical file plus all slack space from the end of the logical file to the end of the last cluster.

  • Always greater than the file's logical size and the number of bytes in the logical file plus all slack space from the end of the logical file to the end of the last cluster.

  • None of the other answers.

Explicación

Pregunta 13 de 23

1

Each directory entry in a FAT file system is _______ bytes in length.

Selecciona una de las siguientes respuestas posibles:

  • 0

  • 8

  • 16

  • 32

Explicación

Pregunta 14 de 23

1

What is the area between the end of a file's logical size and the file's physical size called?

Selecciona una de las siguientes respuestas posibles:

  • Unused disk area.

  • Unallocated clusters.

  • Unallocated sectors.

  • Slack space.

Explicación

Pregunta 15 de 23

1

What three things occur when a file is created in a FAT 32 file system?

Selecciona una de las siguientes respuestas posibles:

  • Directory entry for the file is created, the FAT assigns the necessary clusters to the file, and the file's data is filled in to the assigned clusters.

  • The file name is entered in to the FAT, the directory structure assigns the number of clusters, and the file's data is filled in to the assigned clusters.

  • The directory entry for the file is created, the number of clusters is assigned by the directory structure, and the file's data is filled in to the FAT.

  • The directory structure maintains the amount of clusters needed, the file name is recorded in the FAT, and the file's data is filled in to the assigned clusters.

Explicación

Pregunta 16 de 23

1

What information does a file's directory entry in a FAT file system store about itself?

Selecciona una de las siguientes respuestas posibles:

  • File name.

  • Date/time.

  • File extension.

  • Starting cluster (extent).

  • All of the other answers.

Explicación

Pregunta 17 de 23

1

How many NTFS system files exist in the MFT

Selecciona una de las siguientes respuestas posibles:

  • 12

  • 16

  • 20

  • 24

Explicación

Pregunta 18 de 23

1

In NTFS, what percentage of the volume size is reserved by default for the MFT?

Selecciona una de las siguientes respuestas posibles:

  • 10.5%

  • 11.2%

  • 12.5%

  • 13.5%

Explicación

Pregunta 19 de 23

1

In NTFS, how long is each record in the MFT?

Selecciona una de las siguientes respuestas posibles:

  • 512 bytes

  • 1024 bytes

  • 2048 bytes

  • 4096 bytes

Explicación

Pregunta 20 de 23

1

What is the attribute type identifier for the $STANDARD_INFORMATION attribute?

Selecciona una de las siguientes respuestas posibles:

  • 0x10

  • 0x20

  • 0x30

  • 0x80

Explicación

Pregunta 21 de 23

1

A file whose contents can be stored within the MFT is known as what?

Selecciona una de las siguientes respuestas posibles:

  • Non-resident.

  • Resident.

  • Non-residual.

  • Residual.

Explicación

Pregunta 22 de 23

1

Which system file in NTFS records the status of the clusters?

Selecciona una de las siguientes respuestas posibles:

  • $Badcluster

  • $Bitmap

  • $Boot

  • $Blocks

Explicación

Pregunta 23 de 23

1

Which byte and bit within the $Bitmap would represent cluster 68

Selecciona una de las siguientes respuestas posibles:

  • Byte 6 bit 0.

  • Byte 6 bit 8.

  • Byte 8 bit 4.

  • Byte 8 bit 5.

Explicación