File Systems Flashcards

(17 cards)

1
Q

What is an absolute path?

A

The complete and specific location of a file or directory in a file system, starting from the root directory.

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

What is a binary file?

A

A file that contains data in a format that is not human readable; typically used to store executable programs or complex data structures.

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

What is direct file access?

A

The ability to retrieve or manipulate data from a file directly without sequentially accessing preceding data.

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

What is a directory?

A

A container used to organize files into a hierarchical structure on a computer system.

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

What is a directory tree?

A

A graphical representation or hierarchical structure of directories and subdirectories in a file system.

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

What is disk scheduling?

A

The method an operating system uses to efficiently schedule access to disk resources, aiming to reduce seek time and optimize performance.

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

What is a file?

A

A named collection of data stored on a computer system, which can be text, an image, an executable, or any other type of information.

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

What is a file extension?

A

A suffix attached to the end of a filename indicating the format or type of the file.

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

What is a file system?

A

The method and data structure an operating system uses to organize and store files on storage devices such as hard drives.

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

What is a file type?

A

The classification or category of a file based on its content and format that determines how it can be used or opened.

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

What is a path?

A

A string of characters that specifies the location of a file or directory in a file system.

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

What is a relative path?

A

A path that specifies the location of a file or directory relative to the current working directory.

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

What is a root directory?

A

The top-level directory in a file system hierarchy, which contains all other directories and files.

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

What is seek time?

A

The time it takes for a hard drive’s read/write head to move to the track where the data are stored.

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

What is sequential file access?

A

Accessing data in a file by sequentially reading or writing from the beginning to the end.

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

What is a text file?

A

A file that contains plain text characters, typically encoded in ASCII or Unicode, and is readable by text editors and word processors.

17
Q

What is a working directory?

A

The current directory in a file system from which a user or program is operating.