File Systems Flashcards

Learn about the fundamental principles of file systems and their crucial role in organizing and managing data on computer storage devices. (17 cards)

1
Q

absolute path

A

The full file path for a file or directory that starts at the root directory.

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

binary file

A

A file that contains non-text, non human readable data that’s interpreted by a machine.

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

direct file access

A

Being able to read or write in a file starting at any location

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

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

directory tree

A

A visual representation of a directory and its subdirectories

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

disk scheduling

A

The algorithm that’s used to determine in what order cylinders requesting I/O operations will be serviced in the secondary memory drive

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

file

A

a collection of data that has a specific internal structure

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

file extension

A

the characters placed after a period at the end of a file name that specifies what type of file it is

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

file system

A

A data structure used by an OS for storing and organizing files.

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

file type

A

The category of a file based on its content and format that determines how it’s used or opened

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

path

A

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

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

relative path

A

When a file path starts at the active directory instead the root

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

root directory

A

The first directory for an entire file system that encompasses all sub directories and files

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

seek time

A

The amount of time it takes the read/write head in secondary memory to reach a track making an I/O request

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

sequential file access

A

When read/write operations in a file are done from in linear order from the beginning to the end of the file

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

text file

A

A file that contains mostly text readable by text editors or word processors

17
Q

working directory

A

the current directory a user or program is operating from