CH 6. Flashcards
What do you mean by o/s?
operating system is an system software which is loaded on computer on boot up. o/s is responsible for managing hardwares and softwares of computer system.
it provides interface for application software for interacting with the user and it acts as an intermediary between application and hardware.
o/s is loaded on computer on ___.
boot up
interface provided by o/s is either ____ or ______
GUI graphical user interface and CLI command line interface.
full form of gui is _____
graphical user interface
full form of cli is __
command line interface
command line interface is used in___
Ms DOS
LINUX
UNIX
GUI is used in ___
windows 7
windows 8.1
windows 10
true or false:
GUI is supported by most o/s
false.
both gui and cli is supported by most o/s
o/s can be divided into ___ and ___ (on the basis of tasks)
single process
multi process
what is single process o/s?
single process o/s are the o/s which can only execute one task at a time.
what is multi process o/s?
o/s which can execute multiple tasks at a time are called as multiprocess o/s
T/F: smallest individual part of o/s are threads
False
smallest executable part of process are threads
o/s performs multiple process by breaking the task into ___.
threads
T/F: Smallest part of program is thread
false.
smallest executable part of process are threads
multitasking can be _____ or _____
cooperative
preemptive
multitasking is handling more than one ___ at a time (thread,process,task)
task
cooperative multitasking is used in ____
windows 3.x
preemptive multitasking is used in ___
windows 9x, windows xp, vista, windows 7
T/F cooperative multitasking is used by all desktop o/s
false
T/F Preemptive multitasking is used in all network os
true
if there is a fault is ___ multitasking, the whole system becomes unstable.
cooperative.
In ___ multitasking, applications are allowed to run for a specific period of time.
Preemptive