CH 6. Flashcards

1
Q

What do you mean by o/s?

A

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.

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

o/s is loaded on computer on ___.

A

boot up

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

interface provided by o/s is either ____ or ______

A

GUI graphical user interface and CLI command line interface.

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

full form of gui is _____

A

graphical user interface

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

full form of cli is __

A

command line interface

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

command line interface is used in___

A

Ms DOS
LINUX
UNIX

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

GUI is used in ___

A

windows 7
windows 8.1
windows 10

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

true or false:

GUI is supported by most o/s

A

false.

both gui and cli is supported by most o/s

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

o/s can be divided into ___ and ___ (on the basis of tasks)

A

single process

multi process

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

what is single process o/s?

A

single process o/s are the o/s which can only execute one task at a time.

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

what is multi process o/s?

A

o/s which can execute multiple tasks at a time are called as multiprocess o/s

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

T/F: smallest individual part of o/s are threads

A

False

smallest executable part of process are threads

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

o/s performs multiple process by breaking the task into ___.

A

threads

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

T/F: Smallest part of program is thread

A

false.

smallest executable part of process are threads

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

multitasking can be _____ or _____

A

cooperative

preemptive

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

multitasking is handling more than one ___ at a time (thread,process,task)

A

task

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

cooperative multitasking is used in ____

A

windows 3.x

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

preemptive multitasking is used in ___

A

windows 9x, windows xp, vista, windows 7

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

T/F cooperative multitasking is used by all desktop o/s

A

false

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

T/F Preemptive multitasking is used in all network os

A

true

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

if there is a fault is ___ multitasking, the whole system becomes unstable.

A

cooperative.

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

In ___ multitasking, applications are allowed to run for a specific period of time.

A

Preemptive

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

In preemptive multitasking, task is allotted on ___.

A

Priority basis

24
Q

In ___ basis, the time is alloted on the basis of how important the yask is for the system.

25
T/F: In multiuser, the os deals with multiple user but one user at a time.
False, the os switches back and forth between multiple users
26
Multiuser is used in ___
Windows server 2003. Windows SERVER 2008 Linux Unix
27
T/F: When multiple process are executed at a time it is termed as multiprocessing.
False, multiprocessor is when multiple process are installed in the o/s and are task are divided between them.
28
T/F: multiprocessing is when multiple task is divided into multiple processors
True
29
The latest os use ____ multiprocessing
Symmetric
30
Symmetric multiprocess is when ___
Multiple processors work simultaneously
31
Multiprogramming is possible because of ___
Multithreading
32
__ is the capability of os to run multiple programs at once
Multiprogramming
33
Multithreading is when os handles multiples ___ at a time
Threads
34
___ is a singleuser o/s (DESKTOP/NETWORK)
Desktop
35
Network os is ___ (singleuser,multiuser)
Multiuser
36
Desktop o/s cant support ___ (multiprocess, multiuser, multi tasking)
Multiuser
37
___ are used to install desktop os
Desktop pc Workstations Laptop
38
Cost of ___ is low
Desktop
39
___ is a client in network environment (desktop os/network os)
Desktop
40
Desktop os provides ___ & ____ level security
User level and share level security
41
Desktop os is used in ___
``` Windows xp Windows 7 Windows 8.1 Windows 10 And linux (ubuntu,open,suse,fedora core) ```
42
Server grade computers are used by ___ os
Network
43
Network os uses ___ for installation
Server grade computers
44
___ provides file level security (desktop and network)
Network os
45
___ provides backup tool for backup data
Network os
46
Network o/s provides network services like ___.
File, print, database, mail, proxy, web etc
47
Ex of Network os are ____
``` Windows SERVER 2008 Red hat enterprise Unix Novells netware 4.x Linux server 6.0 ```
48
Cost of network os are ___ as compared to desktop os
High
49
Unix belongs to ___ os (Desktop,network)
Network
50
State any 1 linux edition of desktop os
Ubuntu
51
In the simplest level, os does ___ and ___.
1. Manages the hardware, software resources of the system. | 2. Provides a convenient interface for application to interact with hardware without knowing all hardware details.
52
Various programs and input methods compete for ___ and demand ___.
Attention of cpu | Memory, storage, i/o bandwidth
53
O/s provides ___ that allows the software developers to write applications on one device and run it on other.
Api Application program interface
54
T/F: Api can only run on device with same memory.
False
55
API stands for ___
Application program interface
56
State the fubctions of o/s.
.