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.

A

Priority

25
Q

T/F: In multiuser, the os deals with multiple user but one user at a time.

A

False, the os switches back and forth between multiple users

26
Q

Multiuser is used in ___

A

Windows server 2003.
Windows SERVER 2008
Linux
Unix

27
Q

T/F: When multiple process are executed at a time it is termed as multiprocessing.

A

False, multiprocessor is when multiple process are installed in the o/s and are task are divided between them.

28
Q

T/F: multiprocessing is when multiple task is divided into multiple processors

A

True

29
Q

The latest os use ____ multiprocessing

A

Symmetric

30
Q

Symmetric multiprocess is when ___

A

Multiple processors work simultaneously

31
Q

Multiprogramming is possible because of ___

A

Multithreading

32
Q

__ is the capability of os to run multiple programs at once

A

Multiprogramming

33
Q

Multithreading is when os handles multiples ___ at a time

A

Threads

34
Q

___ is a singleuser o/s (DESKTOP/NETWORK)

A

Desktop

35
Q

Network os is ___ (singleuser,multiuser)

A

Multiuser

36
Q

Desktop o/s cant support ___ (multiprocess, multiuser, multi tasking)

A

Multiuser

37
Q

___ are used to install desktop os

A

Desktop pc
Workstations
Laptop

38
Q

Cost of ___ is low

A

Desktop

39
Q

___ is a client in network environment (desktop os/network os)

A

Desktop

40
Q

Desktop os provides ___ & ____ level security

A

User level and share level security

41
Q

Desktop os is used in ___

A
Windows xp
Windows 7
Windows 8.1
Windows 10
And linux (ubuntu,open,suse,fedora core)
42
Q

Server grade computers are used by ___ os

A

Network

43
Q

Network os uses ___ for installation

A

Server grade computers

44
Q

___ provides file level security (desktop and network)

A

Network os

45
Q

___ provides backup tool for backup data

A

Network os

46
Q

Network o/s provides network services like ___.

A

File, print, database, mail, proxy, web etc

47
Q

Ex of Network os are ____

A
Windows SERVER 2008
Red hat enterprise
Unix
Novells netware 4.x
Linux server 6.0
48
Q

Cost of network os are ___ as compared to desktop os

A

High

49
Q

Unix belongs to ___ os (Desktop,network)

A

Network

50
Q

State any 1 linux edition of desktop os

A

Ubuntu

51
Q

In the simplest level, os does ___ and ___.

A
  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
Q

Various programs and input methods compete for ___ and demand ___.

A

Attention of cpu

Memory, storage, i/o bandwidth

53
Q

O/s provides ___ that allows the software developers to write applications on one device and run it on other.

A

Api Application program interface

54
Q

T/F: Api can only run on device with same memory.

A

False

55
Q

API stands for ___

A

Application program interface

56
Q

State the fubctions of o/s.

A

.