Operating Systems Flashcards

1
Q

Operating system is a

A

software

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

‘Open files’ is a system call provided under _________ of operating
system.

A

Information management

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

Program under execution is known as __________.

A

Process

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

_______is a service of memory management of operating system.

A

Allocate a chunk of memory

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

Windows 98 is a __________ operating system.

A

Single user multitasking

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

_______ is a free operating system.

A

Linux

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

In Magnetic tapes __________ access method is used.

A

Sequential

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

Concentric circles on disk surface are known as _______.

A

Tracks

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

Time taken to adjust the appropriate sector under read /write head in disk
is called as ____________.

A

Latency Time

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

Device drivers are ____________

A

Software Programs

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

A terminal or VDU means _______________.

A

Visual Display Unit

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

____ is a logical unit of data that operating system defines for its
convenience.

A

Block

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

In multiprogramming operating system, the number of processes running
simultaneously is known as _______.

A

Degree of multiprogramming

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

When a process is waiting for an external event like I/O, it is in
___________ state.

A

Blocked

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
In Non-preemptive philosophy of process scheduling
throughput \_\_\_\_\_\_\_\_\_\_
i) Decreases
ii) Increases
iii) Remains constant
iv) Has no effect
A

Increases

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

_______ process scheduling is most suitable for real time systems.

i) Slow
ii) Non preemptive
iii) Preemptive
iv) Single

A

Preemptive

17
Q

_________ is also known as light weight process.

i) Thread
ii) Program
iii) Time slice
iv) Operating system

A

Thread

18
Q
Operating system maintains all the information about each process in a
data structure called \_\_\_\_\_\_\_\_
i) Process List
ii) Process control block
iii) Process schedule
iv) Process philosophy
A

Process control block

19
Q
Memory management service of operating system manages allocations of
\_\_\_\_\_\_\_
i) Disk based memory
ii) Tape based memory
iii) Main memory
iv) Flash memory
A

Main memory

20
Q

________ is a non contiguous real memory management system.

i) Fixed partitioned
ii) Variable partitioned
iii) Single contiguous
iv) Paging

A

Paging

21
Q
In \_\_\_\_\_\_\_\_\_\_\_ method of memory management system logical divisions
of a program are of variable sizes.
i) Segmentation
ii) Paging
iii) Variable partitioned
iv) Fixed partitioned.
A

Segmentation

22
Q

Wastage of memory space within the partition is called as __________

i) Compaction
ii) Internal fragmentation
iii) External fragmentation
iv) Dirty page

A

Internal fragmentation

23
Q

If page size of 4MB memory is 2 kb then the number of higher order bits
on address bus, used to denote page numbers is _________
i) 8
ii) 9
iii) 10
iv) 11

A

11

24
Q
When a page which is not in main memory is reference then \_\_\_\_\_\_\_\_\_
occurs.
i) Locality of reference
ii) Page fault
iii) Dirty bit
iv) System crash
A

Page fault

25
Q

_______ cannot work independently.

i) Operating system
ii) Drivers
iii) Virus
iv) Worm

A

Virus

26
Q
\_\_\_\_\_\_\_\_\_ spread more rapidly in computer networks but do not cause
direct harm to computer system.
i) Worms
ii) Memory resident virus
iii) Boot sector virus
iv) Bomb
A

Worms

27
Q
\_\_\_\_\_\_\_\_ control in GUI allows to select only one option from the given
options.
i) Check button
ii) Entry box
iii) Push button
iv) Radio button
A

Radio button

28
Q
\_\_\_\_\_\_\_\_ is generally used in GUI to look at the information which is not
currently visible on screen.
i) Menu bar
ii) Scroll bar
iii) Push button
iv) Check button
A

Scroll bar

29
Q

________ is not an operating system.

i) DOS
ii) WINDOWS
iii) LINUX
iv) C++

A

C++

30
Q
\_\_\_\_\_\_\_ is allotted to every process so that a process does not use the
CPU indefinitely.
i) Context
ii) Priority
iii) Time slice
iv) Process control block
A

Time slice