Operating System Review
Question 1: Choose the correct answer?
1) Which of the following is not an operating system?
a. Windows c. Linux
b. Oracle d. DOS
2) What is the full name of FAT?
a. File attribute table c. File allocation table
b. Font attribute table d. Format allocation table
3) BIOS is used?
a. By operating system c. By compiler
b. By interpreter d. By application software
4) When you delete a file in your computer, where does it go?
a. Recycle bin c. Hard disk
b. Taskbar d. None of these
5) Which is the Linux operating system?
a. Private operating system c. Windows operating system
b. Open-source operating system d. d. None of these
6) What is the full name of the DSM?
a. Direct system module c. Direct system memory
b. Demoralized system memory d. Distributed shared memory
7) Which of the following supports Windows 64 bit?
a. Window 10 c. Window 2000
b. Window 1998 d. None of these
8) Which of the following windows does not have a start button?
a. Windows 7 c. Windows 8
b. Windows XP d. None of these
9) which of the following is a refer to software?
a. Computer games c. internet browser
b. database d. All of the these
10) The operating system work between
a. User and Computer c. Network and User
b. One user to another user d. All of the these
11) What is the paging in the operating system?
a. Memory management scheme c. Network management scheme
b. Internet management scheme d. None of the these
12) Which of the following programs is loaded first when starting a computer?
a. Window desktop c. Network connection program
b. Operating system d. CMD
13) The term of hardware refers to
a. physical devices, c. CPU
c. storage devices d. All of the these.
Question 2: Complete the following statements with the correct words:
1- Computer system can be divided into four components:
a. Data Processing c- ………………..……………………
b. ……………………….………… d- ………………..…….…………….
2- What is the main functions of a computer:
a- Hardware c- ………………..……………………
b- ……………………….………… d- ………………..…….…………….
3- Multitasking, allows the user to perform ………………………………………. at the
same time.
4- Multiprogramming, can run …………………………….…………………. programs on a
single processor machine.
5- Multiprocessing, more than one processors present in the system. Which can
execute …………………………………………………. at the same time.
6- Each Instruction needs to four process/task to executed:
………………………………………., ……………………………………….,
………………………………………., ……………………………………….
7- List 4-types of Operating System?
a. …………………………….………… c- ………………..………….……………
b. ……………………….……………… d- ………………..……………………….
8- Operating systems can be classified based on multiple factors, such as:
c- Number of users c- ………………………….………………
d- …………………………………… d- ………………………………………….
9- What are types of single user operating system, with example?
………………………………………………………………………………………………………………
………………………………………………………………………………………………………………
10- Evaluation of O.S depends on multiple factors, such as:
e- User Interface c- ………………………………
f- ……………………………… d- ……………………………….
g- ……………………………… f- ………………………………
11- Software Basic Components (functions), such as:
a. Data storage c- ………………………………
b-……………………………… d- ……………………………….
12- Disk Scheduling process needs two type of time, ……………… time and
……………time.
13- List 4- Goals of Disk Scheduling Algorithm
a. …………………………….………… c- ………………..………….……………
b. ……………………….……………… d- ………………..……………………….
Q3.1: In field of Client–Server Architecture:
The client devices can handle: ………………………………, ………………………………
While, Server can handle: …………………..………………, ………………………………
Q3.2: In field of Server-Based Architecture:
The client devices can handle: ………………………………………,
While, Server can handle: …….…………………………, ………………..………………,
………………………..…………………, ……………………….……………………,
Q3.3: In field of Client-Based Architecture:
The client devices can handle: ………………………………..………,
……………………..…………………………, ……………………….……………………,
While, Server can handle: …….………………………………………..…
Question 4:
Suppose the following disk request sequence (track numbers) for a disk with 100 tracks is
given: 45, 20, 90, 10, 50, 60, 80 and 70. Assume that the initial position of the R/W head is
on track 50. The additional distance that will be traversed by the R/W head when the
Shortest Seek Time First (SSTF) algorithm is used compared to the SCAN (Elevator)
algorithm (assuming that SCAN algorithm moves towards 100 when it starts execution) is
_________ tracks
(A) 5
(B) 9
(C) 10
(D) 11
Using SSTF Algorithm
Number of track are 100.
Initial Position of R/W head is 50.
The requests are: 45, 20, 90, 10, 50, 60, 80 and 70
Number of crossed cylinders = 5 + 15 + 10 + 10 + 10 + 70 + 10 = 130
Using SCAN Algorithm
Number of cylinders crosses = 0 + 10 + 10 + 10 + 10 + 10 + 55 + 25 + 10 = 140
Therefore the answer is (C). The SCAN algorithm travels for 10 additional tracks.
Q5: (a) Repeat the Q4 Using LOOK Algorithm?
(b) Repeat the Q4 Using C-LOOK Algorithm?
Q6: answer the following questions:
1) What is an Operating System?
2) What is difference between 32-bit and 64-bit?
3) The main functions of a computer?
4) What is the difference between Antivirus & Firewall?
5) What is the Page Replacement Algorithms (PRA)?
6) What is the meaning of the Swapping?
7) List 4-techniqes of Page Replacement Algorithms?
8) Where is the location virtual memory?
9) If CPU Requests the following pages for processing 2, 0, 1 , 6, 4, 1, 0, 3, 1, 2,
0, 3, 1, 4 & suppose that: the maximum capacity of memory is 5 pages.
Determine which page is swap out, then find the rate of fault page? Using:
a- First In First Out (FIFO) algorithm,
b- Optimal Page algorithm
c- Least Recently Used (LRU) algorithm
With my best wishes.