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
Which command is used to record a user login session in a file.
Choose an answer
script
Record
Copy
Session
Previous
Skip
Next
Question # 2
File can have.
Choose an answer
Read access
Write access
Copy access
All of above
Previous
Skip
Next
Question # 3
Which command in vi editor command is used to copy the current line of the file.
Choose an answer
ys
yy
yc
yw
Previous
Skip
Next
Question # 4
Which type of software can be used to merge data of two files in one files.
Choose an answer
System software
Networking software
Documenting software
utility software
Previous
Skip
Next
Question # 5
A series of statements explaining how the data is to be processed is called.
Choose an answer
Instruction
Compiler
Program
Interpretor
Previous
Skip
Next
Question # 6
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 # 7
Which is non pre emptive
Choose an answer
Round robin
FIFO
MS
MSF
Previous
Skip
Next
Question # 8
Which one is true.
Choose an answer
The linkage editor is used to edit program which have to later link together.
The linkage editor links object module during compling
The linkage editor links objects modules and resolves external reference between them before loading.
None of above
Previous
Skip
Next
Question # 9
Which is not a valid file type in LINUX.
Choose an answer
Socket
FIFO
Soft link
Inode
Previous
Skip
Next
Question # 10
The system calls in UNIX is written using which language.
Choose an answer
Java
C
C++
Assembly
Previous
Skip
Next
Question # 11
Which of the following does not interrupt an running process.
Choose an answer
A device
Timer
Scheduler process
Power failure
Previous
Skip
Next
Question # 12
Seek analysis is for.
Choose an answer
Paging issues
Device busy problems
Control unit busy problems
All of above
Previous
Skip
Next
Question # 13
In which of the following usually a front end processor is used.
Choose an answer
Virtual storage
Time sharing
Multi programming
Multi heading
Previous
Skip
Next
Question # 14
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 # 15
File inode number can be viewed by.
Choose an answer
-8
-1
-a
-t
Previous
Skip
Next
Question # 16
Size of virtual memory depends on
Choose an answer
Size of data bus
Size of address bus
Size of main memory
None of above
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
Which scheduling policy is most suitable for time shared operating system.
Choose an answer
Shortest job first
FCFS
LCFS
Round robin
Previous
Skip
Next
Question # 19
Tee command is used in LINUX for.
Choose an answer
Read from an input and write to a standard output and file.
Read from an input
Write to an output
None of above
Previous
Skip
Next
Question # 20
A thread is.
Choose an answer
Lightweight process where the context switching is low
Lightweight process where the context switching is high
Used to speed up paging
Used in dead locks
Previous
Skip
Next
Question # 21
Creating a job queue is a function of
Choose an answer
Spooler
Interpolator
Complier
Drive
Previous
Skip
Next
Back