NEW
Font size
WorksheetsFinal Examination in Operating System
Total questions: 50
Worksheet time: 24mins
What manages the hardware and runs the software?
Computer Systems
Dedicated Systems
Embedding Systems
Operating Systems
Which of these is not a function of an OS:
Provide a user interface
Communicate with hardware
Allow the computer to multi-task
Improves CPU performance
How does the OS handle file management?
Deals with movement, editing and deletion of data
Colour codes data
Translates data into binary
Which of these is an example of an operating system?
Windows
Word
Excel
PS3
What can an operating system do?
Allow the hardware and software to communicate?
Make a computer run faster
Make tea
carry out hospital operations
Application software is...
help the user run specific tasks like word processors, web browser, email, clients, games, etc
run tasks like the operating systems, utilities, etc
help the user run things down
run tasks like the doing my homework, revision, etc
Why is it important to keep the operating system up to date?
To impress your friends
To avoid buying a new one
To protect your computer form malware
Because it's the law
Smart phones don't need operating systems, only computers do.
True
False
what is the main part of the operating system
user interface
kernel
system utilities
device drivers
what is this operating system called
windows
mac os x
linux
penguin dude
Which of the following is not an example of an OS for Smart phone?
UNIX
IOS
Windows Phone 7
Android
This symbols represents
Microsoft Windows
IOS
Android
Most people have this Operating System on their Computer System.
UNIX
LINUX
IOS
Microsoft Windows
The ability for a computer to execute more than one task simultaneously
multitasking
multiprogramming
multiprocessing
timesharing
The grouping of jobs that require similar resources
timesharing
serial processing
multiprogramming
batch processing
Which is not in the PCB
Process state
resources needed
program counter
processor size
Which is not a process state?
waiting
terminated
blocked
redirected
Preemption means
process can be paused by system
process cannot be halted once execution begins
process has high priority
process is short
FCFS is operates similar to a
stack
sorting algorithm
circle
queue
SJF is short for
Shortest Job First
Software Job First
System Job First
Shortest Job Final
Which of the followings is not GUI operating system?
DOS
Windows
iOS
Linux
What do device drivers do?
Allows the OS to communicate with hardware
Drives around the motherboard
Increases the amount of storage
How many applications can be processed by the CPU at a time?
1
2
3
Several
Who is a co-founder of Microsoft? (Windows creator)
Steve Jobs
Mark Zuckerberg
Bill Gates
Larry Page
2 types of operating systems for PC are?
Android and Windows
Windows and IOS
Linux and Windows
Android and IOS
What system did Microsoft create in 2000?
Windows 10
Windows Vista
Windows XP
Windows 100
What icon represents to Microsoft?
Which one of the following statements about OS is NOT true?
Operating Systems are the interface between computer hardware and the user
The CPU can run multiple processes at the same time
A computer can support several applications being open at the same time
Peripherals require software called "drivers" in order for the OS to control them
full form of MS-DOS
microsoft disk operating system
microsoft disk orientation system
microsoft dustbin offfensive scenery
What is Turnaround time?
the total waiting time for a process to finish execution
the total time spent in the ready queue
the total time spent in the running queue
the total time from the completion till the submission of a process
Scheduling is done so as to ____________
increase the turnaround time
decrease the turnaround time
keep the turnaround time same
there is no relation between scheduling and turnaround time
What is Response time?
the total time taken from the submission time till the completion time
the total time taken from the submission time till the first response is produced
the total time taken from submission time till the response is output
none of the mentioned
Round robin scheduling falls under the category of ____________
Non-preemptive scheduling
Preemptive scheduling
All of the mentioned
None of the mentioned
What is FIFO algorithm?
first executes the job that came in last in the queue
first executes the job that came in first in the queue
first executes the job that needs minimal processor
first executes the job that has maximum processor needs
