File Systems Flashcards

1
Q

What is a file system?

A

A file system is a method for storing and organizing computer files and the data they contain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name three common types of file systems.

A

Three common types of file systems are FAT32 (file allocation table) NTFS (new technology file system - Windows) and ext4 (extent - Linux).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the purpose of a file system?

A

The primary purpose of a file system is to manage the organization storage retrieval naming sharing and protection of files on a computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explain the difference between a file and a directory.

A

A file is a collection of data while a directory (or folder) is a container for files and other directories.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is fragmentation in the context of file systems?

A

Fragmentation occurs when files are stored in non-contiguous clusters on a disk leading to inefficiencies in file access and storage space usage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the concept of permissions in a file system?

A

Permissions in a file system control access to files and directories specifying which users or system processes have permission to read write or execute them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a journaling file system?

A

A journaling file system maintains a journal or log that records changes to the file system before they are actually performed providing a mechanism for recovering from system crashes or power failures.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Explain the purpose of a file allocation table (FAT).

A

A file allocation table (FAT) is a data structure that maps clusters to files in a file system enabling the operating system to locate and access files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the difference between a file path and a file name?

A

A file name is the name assigned to a file while a file path includes the directory or folder structure leading to the file.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is symbolic linking in the context of file systems?

A

Symbolic linking is a feature in file systems that allows a file to be referenced with a symbolic link or shortcut providing flexibility and simplifying file management.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly