More Classes
5th Class
6th Class
7th Class
8th Class
9th Class
10th Class
11th Class
12th Class
NAT I
NAT II
CSS
IQ
General Knowledge
MDCAT
ECAT
GAT General
GAT Subject
Other Links
Go to Home
Online Tests
PPSC Computer Science Chapter 19 Operating System Online Test MCQs With Answers
Question # 1
What control character signals the end of the input file.
Choose an answer
Ctrl + s
Ctrl + z
Ctrl + w
Ctrl + d
Previous
Skip
Next
Question # 2
Problem of thrashing is affected significantly by
Choose an answer
Program structure
Program size
Primary storage size
All of above
Previous
Skip
Next
Question # 3
A publics key encryption system.
Choose an answer
Allows only the correct sender to decode the data
Allows only the correct receiver to decode the data
Allows any one to decode the data
None of above
Previous
Skip
Next
Question # 4
if the CPU scheduling policy is FCFS then what would be average waiting time.
Choose an answer
10 ms
10.8 ms
12 ms
12.8 ms
Previous
Skip
Next
Question # 5
Belady anomaly occurs in
Choose an answer
Optimal replacement
FIFO
LRU
Both in FIFO and LRU
Previous
Skip
Next
Question # 6
How applications communicates with kernel.
Choose an answer
Not disclosed by linux team
SSL
System calls
Shell
Previous
Skip
Next
Question # 7
Reference bit is used for
Choose an answer
Implementing LRU page replacement algorithm
Implementing NRU algorithm
To check the page table entry in the cache memory
None of above
Previous
Skip
Next
Question # 8
Which among the following is used to write small program to control Linux Functionalities.
Choose an answer
Shell commands
Shell script
C
Java
Previous
Skip
Next
Question # 9
What is the maximum number of processes that may enter simultaneously inside the critical section to avoid race condition.
Choose an answer
One
Two
Three
Four
Previous
Skip
Next
Question # 10
A hardware device which is capable of executing a sequence of instructions, is known as.
Choose an answer
CPU
ALU
CU
Processor
Previous
Skip
Next
Question # 11
Which command is used to copy files.
Choose an answer
cp
copy
mv
move
Previous
Skip
Next
Question # 12
Memory protection is normally done by
Choose an answer
The processor and the associated hardware
The operating system
The compiler
The user program
Previous
Skip
Next
Question # 13
Macintosh computer uses
Choose an answer
System 7.0
AU/X
Xenix
None
Previous
Skip
Next
Question # 14
Which command is used to set limits on file size.
Choose an answer
U limit
Alimit
dlimit
wilmit
Previous
Skip
Next
Question # 15
Which scheduling policy is best suited for time sharing operating system.
Choose an answer
Shortest job first
Round robin
First come first serve
Elevator
Previous
Skip
Next
Question # 16
Which command is LINUX is concerned with backup.
Choose an answer
tar
zip
cpio
untar
Previous
Skip
Next
Question # 17
Disk scheduling includes decinding
Choose an answer
Which should be accessed next
Order in which disk access requests must be serviced
The physical location of the file
the logical location of the file
Previous
Skip
Next
Question # 18
In vi editor which command sets the number for all lines.
Choose an answer
Set nu
Set ni
Set sn
Set sl
Previous
Skip
Next
Question # 19
A high paging rate
Choose an answer
May cause a high I/O rate
Keeps the system running well
Is a symptom of too much processor activity
Always creates a slow system.
Previous
Skip
Next
Question # 20
For multiprogramming operating system.
Choose an answer
Special support from processor is essential
Special support from processor is not essential
Cache memory is essential
None of abvoe
Previous
Skip
Next
Back