Computer Terms Flashcards

1
Q

What is FCFS Scheduling ?

A

A Form of Disk Scheduling where I/O request are serviced based on the order they were called.

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

What is SSTF Scheduling?

A

(Shortest-Seek-Time- First) A form of Disk Scheduling that services I/O request based on which one request is closest to the disk head/

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

What is SCAN Scheduling?

A

(A.K.A Elevator Algorithm) A form of Disk Scheduling where I/O request are serviced as the disk head works from one end of the disk to the other then the head movement reverses and completes the process again.

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

What is C-Scan Scheduling?

A

(Circular Scan) A Disk Scheduling Process that works similar to the elevator algorithm except instead of the disk arm movement reversing when reach one end of the disk to the other. It goes back to the the beginning end of the disk and scans repeats again .

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

What is Look Scheduling?

A

A form of Disk Scheduling where where Disk Arm searches for the next I/O request instead of leaving them to wait for the arm to to reach the other end of the disk and reverse or complete its process.

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

What is Low-Level Formatting (Physical Formatting)

A

A process that divides a blank disk into sectors that the disk controller can read and write.

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

What information is typically held within the data structure of a sector?

A

A header, a data area, and a train.

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

What is a Bootstrap program?

A

The initial program that runs when starting up or rebooting a computer by finding and loading the operating system kernel from to disk to the main memory

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

What is a boot partition?

A

A partition on a Hard Disk preserved for holding the information needed to start an operating system.

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

What is a Master Boot Record (MBR)

A

The very first sector of a hard disk that stores the boot code

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

What are the two distinct parts of the File System?

A

A collection of Files (each storing related data), and a directory structure (organizes and provides information about all the files in the system).

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

What is a file?

A

The physical properties of the operating system’s storage devices abstracted to define a logical storage unit.

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

What is a text file?

A

A sequence of characters organized into lines (and possibly pages)

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

What is a Source file?

A

A sequence of functions, each which is further organized as declarations followed by executional statements.

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

What is an executable file?

A

A series of code sections the the loader can bring into memory and execute.

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

What is an executable file?

A

A series of code sections the the loader can bring into memory and execute.

16
Q

What information is associated with an Open File?

A

File Pointer, File-Open Count, Disk Location on the file, and access rights.

16
Q

What information is associated with an Open File?

A

File Pointer, File-Open Count, Disk Location on the file, and access rights.