Week 7 File system
問題一覧
1
A named unit of persistent storage that can be written, read, or updated.
2
It is typically empty, with only its descriptive data written to disk.
3
To fetch data describing the file from disk into memory before reading or writing.
4
It increments by the number of bytes read.
5
Seek in open file
6
The last modification date of the file.
7
A special type of file that contains a list of names of other files or directories.
8
They are fixed-size units of storage where file content is stored.
9
A separate table (the FAT) where entries point to the next cluster of a file.
10
It is widely recognized by most modern operating systems, despite its age.
11
To store all metadata about a file, including pointers to its data blocks.
12
It's a database containing a file record for every file and directory on the volume.
13
When its actual content is stored directly within its file record in the MFT.
1.1: Software life cycle
1.1: Software life cycle
ユーザ名非公開 · 17問 · 2年前1.1: Software life cycle
1.1: Software life cycle
17問 • 2年前Intro to computing - Lecture 1
Intro to computing - Lecture 1
ユーザ名非公開 · 32問 · 2年前Intro to computing - Lecture 1
Intro to computing - Lecture 1
32問 • 2年前Chapter 5
Chapter 5
ユーザ名非公開 · 7問 · 2年前Chapter 5
Chapter 5
7問 • 2年前Intro to Comp - Lecture 4
Intro to Comp - Lecture 4
ユーザ名非公開 · 34問 · 2年前Intro to Comp - Lecture 4
Intro to Comp - Lecture 4
34問 • 2年前Intro to comp - Lecture 3
Intro to comp - Lecture 3
ユーザ名非公開 · 24問 · 2年前Intro to comp - Lecture 3
Intro to comp - Lecture 3
24問 • 2年前Intro to Comp - Lecture 2
Intro to Comp - Lecture 2
ユーザ名非公開 · 28問 · 2年前Intro to Comp - Lecture 2
Intro to Comp - Lecture 2
28問 • 2年前Quiz 2
Quiz 2
ユーザ名非公開 · 7問 · 2年前Quiz 2
Quiz 2
7問 • 2年前1.2: Software Engineering Methodologies
1.2: Software Engineering Methodologies
ユーザ名非公開 · 20問 · 2年前1.2: Software Engineering Methodologies
1.2: Software Engineering Methodologies
20問 • 2年前2.2: Relational Model and ER Model
2.2: Relational Model and ER Model
ユーザ名非公開 · 19問 · 2年前2.2: Relational Model and ER Model
2.2: Relational Model and ER Model
19問 • 2年前2.3: Converting ER Model to Relational model
2.3: Converting ER Model to Relational model
ユーザ名非公開 · 5問 · 2年前2.3: Converting ER Model to Relational model
2.3: Converting ER Model to Relational model
5問 • 2年前Quiz 1
Quiz 1
ユーザ名非公開 · 8問 · 2年前Quiz 1
Quiz 1
8問 • 2年前Week 2 Concurrency
Week 2 Concurrency
ユーザ名非公開 · 10問 · 11ヶ月前Week 2 Concurrency
Week 2 Concurrency
10問 • 11ヶ月前Week 3 Mutual Exclusion
Week 3 Mutual Exclusion
ユーザ名非公開 · 3回閲覧 · 12問 · 11ヶ月前Week 3 Mutual Exclusion
Week 3 Mutual Exclusion
3回閲覧 • 12問 • 11ヶ月前Week 4 Synchronisation
Week 4 Synchronisation
ユーザ名非公開 · 10問 · 11ヶ月前Week 4 Synchronisation
Week 4 Synchronisation
10問 • 11ヶ月前Week 5 Processes and scheduling
Week 5 Processes and scheduling
ユーザ名非公開 · 22問 · 11ヶ月前Week 5 Processes and scheduling
Week 5 Processes and scheduling
22問 • 11ヶ月前Week 6 Interprocess Communication
Week 6 Interprocess Communication
ユーザ名非公開 · 22問 · 11ヶ月前Week 6 Interprocess Communication
Week 6 Interprocess Communication
22問 • 11ヶ月前Week 8 Virtual Memory
Week 8 Virtual Memory
ユーザ名非公開 · 22問 · 11ヶ月前Week 8 Virtual Memory
Week 8 Virtual Memory
22問 • 11ヶ月前Week 9 Architectures
Week 9 Architectures
ユーザ名非公開 · 10問 · 11ヶ月前Week 9 Architectures
Week 9 Architectures
10問 • 11ヶ月前BigO scenario qns
BigO scenario qns
ユーザ名非公開 · 8問 · 9ヶ月前BigO scenario qns
BigO scenario qns
8問 • 9ヶ月前問題一覧
1
A named unit of persistent storage that can be written, read, or updated.
2
It is typically empty, with only its descriptive data written to disk.
3
To fetch data describing the file from disk into memory before reading or writing.
4
It increments by the number of bytes read.
5
Seek in open file
6
The last modification date of the file.
7
A special type of file that contains a list of names of other files or directories.
8
They are fixed-size units of storage where file content is stored.
9
A separate table (the FAT) where entries point to the next cluster of a file.
10
It is widely recognized by most modern operating systems, despite its age.
11
To store all metadata about a file, including pointers to its data blocks.
12
It's a database containing a file record for every file and directory on the volume.
13
When its actual content is stored directly within its file record in the MFT.