Operating System Flashcards

1
Q

What is the maximum length of filename in DOS

A

8

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

cui full form and exceptional example

A

character user interface / MS DOS

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

GUI and CUI are two types of :

A

Interface

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

A computer cannot boot if doesn
t have

A

operating system

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

What is cold boot

A

Turn on the computer for the first time on a day

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

Restarting a running computer is called

A

Warm boot

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

When was first operating system developed

A

1950

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

Who developed Linux

A

Linus Torvalds

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

Most popular 16 bit operating system

A

MS-DOS

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

what operating system doesn’t support more than one program

A

dos

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

Primary purpose of operating system :

A

manage resources

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

DOS full form

A

Disk operating System

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

What are less known file formats supported by windows :

A

NTFS
FAT32
exFAT

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

full form of FAT

A

file allocation table

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

full form of NTFS

A

new technology file format

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

BIOS full form

A

basic input output system

17
Q

BIOS is used by

A

Operating System

18
Q

COW stands for

A

Copy overwrite

19
Q

Which OS runs on server

A

Network OS

20
Q

for what purpose fence register is used

A

To memory protection

21
Q

What type of commands are required to perform various tasks in DOS

A

External Command

22
Q

type of command are required to perform various tasks in DOS

A

External Command

23
Q

which windows doesn’t has the start button

24
Q

For an effective operating system, when to check for deadlock?

A

every time a resource request is made at fixed time intervals

25
The technique in which CPU generates physical addresses directly is known as
Real Adressing
26
What process doesn't directly interrupt the running process
Scheduler Process
27
What can't be scheduled by the kernel
User Level Thread
28
In distributed operating systems, link and site failure is detected by
Handshaking
29
The wait operation in semaphore basically works on the basic _______ system call.
block()
30
Paging increases which time
context switch time
31
Resources which can be taken away from a a process without causing any ill effects to the process are called
preemptable resources
32
Physical memory is broken down into fixed-sized blocks called
frames
33
In segmentation each segment is specified by
a segment number and offset
34
Which command is used to delete the directory which is not empty
rm -r
35
36