Os MCQS
Os MCQS
6. What is the initial value of the Semaphore that allows only one of
the many processes to enter their critical sections?
(a) 0
(b) 16
(c) 1
(d) 8
(e) All of these
(f) None of these
Answer - Click Here:
c
7. In which one of the following the Memory allocation policy allocates
the largest hole to the process?
(a) Worst-Fit
(b) First-Fit
(c) Best-Fit
(d) C and D
(e) All of these
(f) None of these
Answer - Click Here:
a
8. What is the main function of the command interpreter?
(a) To handle the files in the operating system
(b) to provide the interface between the API and application program
(c) To get and execute the next user-specified command
(d) A and D
(e) All of these
(f) None of these
Answer - Click Here:
c
9. How we can describe the Algorithm?
(a) A step by step procedure for solving a problem
(b) A branch of mathematics
(c) A computer language
(d) C and A
(e) All of these
(f) None of these
Answer - Click Here:
a
10. Which of the following is also known as the Chunks memory?
(a) Page
(b) Frame
(c) Sector
(d) Offset
(e) All of these
(f) None of these
Answer - Click Here:
b
11. Which one of the given above is not a real-time operating system?
(a) Palm OS
(b) Windows CE
(c) VxWorks
(d) RTLinux
(e) All of these
(f) None of these
Answer - Click Here:
a
12. Which one of the following is a Block device?
(a) Disk
(b) Terminals
(c) Printer
(d) Mouse
(e) All of these
(f) None of these
Answer - Click Here:
a
1. Which one of the following resources are always be protected by
the operating system?
(a) CPU
(b) I/O
(c) Memory
(d) B and A
(e) All of these
(f) None of these
Answer - Click Here:
c
2. In which of the following multiplexing, Resource management can
be done?
(a) Space division multiplexing
(b) Multiplexer
(c) Time-division multiplexing
(d) A and C
(e) All of these
(f) None of these
Answer - Click Here:
d
3. In the following software types which one is used to simplify using
Systems software?
(a) Timesharing
(b) Operating environment
(c) Spreadsheet
(d) Multitasking
(e) All of these
(f) None of these
Answer - Click Here:
a
4. Where the operating system keeps the information of files in a table?
(a) Directory Index Table
(b) File Allocation Table
(c) File Index Table
(d) File Folder Table
(e) All of these
(f) None of these
Answer - Click Here:
b
5. Which one of the following Scheduling algorithm allocates the CPU
first to the process that requests the CPU first?
(a) Priority scheduling
(b) Shortest job scheduling
(c) First-come, first-served scheduling
(d) D and A
(e) All of these
(f) None of these
Answer - Click Here:
c
6. Where the Job Control Language (JCL) statements are used to?
(a) Specify, to the operating system, the beginning and end of a job in a
batch
(b) Allocate the CPU to a job
(c) Read the input from the slow-speed card reader to the high-speed
magnetic disk
(d) C and D
(e) All of these
(f) None of these
Answer - Click Here:
a
7. How can you define Time Quantum in the following above?
(a) the multilevel queue scheduling algorithm
(b) priority scheduling algorithm
(c) shortest job scheduling algorithm
(d) round-robin scheduling algorithm
(e) All of these
(f) None of these
Answer - Click Here:
d
8. Which one of the following does not belong to Documentation?
(a) Documentation increases the maintenance time and cost
(b) The documentation gives a better understanding of the problem
(c) Documentation, of a system, should be as clear and direct as possible
(d) C and D
(e) All of these
(f) None of these
Answer - Click Here:d
9. What does the Priority scheduling algorithm do?
(a) Equal priority processes can not be scheduled
(b) CPU is allocated to the process with the lowest priority
(c) CPU is allocated to the process with the highest priority
(d) B and A
(e) All of these
(f) None of these
Answer - Click Here:
c
10. Which of the following is belong to Scheduling?
(a) Unrelated to performance consideration
(b) Not required in uniprocessor systems
(c) Allowing jobs to use the processor
(d) The same regardless of the purpose of the system
(e) All of these
(f) None of these
Answer - Click Here:
c
11. When a system is in a Safe-state?
(a) Safe sequence
(b) Safe allocation
(c) Safe resource
(d) C and D
(e) All of these
(f) None of these
Answer - Click Here:
a
12. How many processes are involved in the sharing of common data
(Dekker’s algorithm implements mutual exclusion)?
(a) 4
(b) 12
(c) 1
(d) 2
(e) All of these
(f) None of these
Answer - Click Here:
D
LINUX MCQ’s
1. What is the core of Linux operating system?
a) command
b) terminal
c) kernel
d) shell
e) none of these
Answer - Click Here:
C
2. Which command is used to remove the files?
a) delete
b) erase
c) dm
d) rm
e) none of these
Answer - Click Here:
D
3. Which of the following command is used to check Linux version?
a) kernel
b) uname -a
c) uname -n
d) uname -s
e) none of these
Answer - Click Here:
B
4. Which command is used with vi editor to delete a single character?
a) y
b) z
c) a
d) x
e) none of these
Answer - Click Here:
D
5. Which command is used to create file in Linux?
a) echo
b) touch
c) cat
d) none of these
e) all the these
Answer - Click Here:
E
6. Which of the following linux operating system supports?
a) all of the above
b) multi User
c) multi Process
d) multi-Tasking
e) none of these
Answer - Click Here:
A
7. Which service is used to translate domain names to IP addresses?
a) DNS
b) NFS
c) SMB
d) NIS
e) none of the these
Answer - Click Here:
A
8. Which command do you use to create Linux file systems?
a) mount
b) mkfs
c) fdisk
d) fsck
e) none of the these
Answer - Click Here:
B
9. Which is not a communication command?
a) write
b) mesg
c) grep
d) mail
e)none of the these
Answer - Click Here:
C
10. Which command is used to display the characteristics of a process?
a) du
b) pid
c) au
d) ps
e)none of the these
Answer - Click Here:
D
11. Which command is used to sort the lines of data in a file in alphabetical
order?
a) sort
b) sort – r
c) st
d) sh
e) none of the above
Answer - Click Here:
A
12. What server is used with the BIND package?
a) dns
b) named
c) shttp
d) httpd
e) none of the these
Answer - Click Here:
B
1. Algorithm of splitting m frames into n processes for giving equal share the m/n frames is
known as :
A. split allocation algorithm
B. equal allocation algorithm
C. proportional allocation algorithm
D. none of these
E. All of the above
Answer - Click Here:
B
2. The layer between the hardware and the user program is
A. Operating environment
B. System environment
C. Operating system
D. None
E. All of the above
Answer - Click Here:
C
3. Which of the following is the main function of the command interpreter?
A. to handle the files in the operating system
B. to provide the interface between the API and application program
C. to get and execute the next user-specified command
D. none of the above
E. All of the above
Answer - Click Here:
C
4. Allocation of memory to each process according to its size is known as :
A. proportional allocation algorithm
B. split allocation algorithm
C. equal allocation algorithm
D. none of the above
E. All of the above
Answer - Click Here:
A
5. ___________________ is built directly on the hardware.
A. Computer Environment
B. Application Software
C. Database System
D. Operating System
E. None
Answer - Click Here:
D
6. The resource management can be done in an operating system via
A. space division multiplexing
B. both time and space division multiplexing
C. time division multiplexing
D. none
E. All of the above
Answer - Click Here:
B
7. A high priority process is treated ___________ a low priority process, With either equal
or proportional algorithm.
A. lesser than
B. greater than
C. same as
D. none
E. All of the above
Answer - Click Here:
C
8. _________________ Operating System does not implement multitasking.
A. Windows XP
B. Windows NT
C. Windows 98
D. MS DOS
E. None
Answer - Click Here:
D
9. When a process fails, most OS write the error information to a ______
a) new file
b) another running process
c) log file
d) none
E. All of the above
Answer - Click Here:
A
10. Which replacement allows a process to select a replacement frame from the set of all
frames, even if the frame is currently allocated to some other process?
a) Local
b) Global
c) Universal
d) Localx
Answer - Click Here:
B
11. A platform for other software to run on is called ______________
A. Operating System
B. System Software
C. Application Software
D. All
E. None
Answer - Click Here:
A
12. ____________________ facility, both in user processes and in the kernel, dynamically
adds probes to a running system.
A. DLocate
B. DAdd
C. DMap
D. DTrace
E. None
Answer - Click Here:
D
Set 2
8. What a link called when it sends and receives messages between two processes?
A. synchronization link
B. communication link
C. message-passing link
D. all of the mentioned
Answer - Click Here:
B
9. _____________________is called ready state of a process,
A. when the process is unable to run until some task has been completed
B. when the process is scheduled to run after some execution
C. when the process is using the CPU
D. none of the mentioned
Answer - Click Here:
B
10. A program is composed of many different localities, which _____ overlap.
A. must
B. must not
C. do not
D. may
Answer - Click Here:
D
11. Which one is the TRUE statement for direct communication?
A. Exactly two links exists between each pair of processes
B. A communication link can be associated with N number of the process(N
= max. number of processes supported by the system)
C. Exactly N/2 links exist between each pair of processes(N = max. number
of processes supported by the system)
D. A communication link can be associated with exactly two processes
Answer - Click Here:
D
12. ______________is called inter process communication.
A. communication between two threads of the same process
B. communication within the process
C. communication between two process
D. none of these
Answer - Click Here:
C
1. In which replacement each process only select from its own set of
allocated frames?
A. Global
B. Universal
C. Public
D. Local
E. None
Answer - Click Here:
D
2. What is the basic objective of an operating system is?
A. To make the most efficient use of the computer hardware
B. To keep systems programmers employed
C. To allow people to use the computer
D. To make computers easier to use
E. None
Answer - Click Here:
A
3. _________________ is not a real time operating system.
A. VxWorks
B. Palm OS
C. RTLinux
D. Windows CE
Answer - Click Here:
A
4. the global replacement algorithm has a problem that is :
A. many frames can be allocated to a process
B. it is very expensive
C. it is very expensive
D. a process cannot control its own page – fault rate
Answer - Click Here:
D
5. Inter process communication allows the process to :
A. communicate and synchronize their actions when using the same address
space
B. only synchronize their actions without communication
C. communicate and synchronize their actions without using the same
address space
D. do nothing
Answer - Click Here:
C
6. The OS X has _________
A. monolithic kernel
B. monolithic kernel with modules
C. micro kernel
D. hybrid kernel
E. No kernel
Answer - Click Here:
D
7. Which of the following replacement generally results in greater
system throughput?
A. Local
B. Universal
C. Public
D. Global
Answer - Click Here:
D
8. Message passing system allows processes to _________________.
A. share data
B. communicate with one another by resorting to shared data
C. communicate with one another without resorting to shared data
D. name the recipient or sender of the message
Answer - Click Here:
C
9. One process execution at a time in a system, are called ___________
A. uni processing systems
B. uniprogramming systems
C. unitasking systems
D. none of the mentioned
Answer - Click Here:
A
10. A process is thrashing if_____________________.
A. it has no memory allocated to it
B. it spends a lot of time paging, than executing
C. it spends a lot of time executing, rather than paging
D. none
Answer - Click Here:
B
11. Which operations an IPC facility provides?
A. send & delete message
B. delete & receive message
C. receive & send message
D. write & delete message
Answer - Click Here:
C
12. Each process has its own __________________ in operating
system,
A. pending alarms, signals and signal handlers
B. address space and global variables
C. open files
D. all of the above
Answer - Click Here:
D
1. Who decided the minimum number of frames be allocated to a process?
A. operating System
B. the amount of available physical memory
C. instruction set architecture
D. none of the above
E. All of the above
Answer - Click Here:
C
8. What a link called when it sends and receives messages between two processes?
A. synchronization link
B. communication link
C. message-passing link
D. all of the mentioned
Answer - Click Here:
B
9. _____________________is called ready state of a process,
A. when the process is unable to run until some task has been completed
B. when the process is scheduled to run after some execution
C. when the process is using the CPU
D. none of the mentioned
Answer - Click Here:
B
10. A program is composed of many different localities, which _____ overlap.
A. must
B. must not
C. do not
D. may
Answer - Click Here:
D
11. Which one is the TRUE statement for direct communication?
A. Exactly two links exists between each pair of processes
B. A communication link can be associated with N number of the process(N
= max. number of processes supported by the system)
C. Exactly N/2 links exist between each pair of processes(N = max. number
of processes supported by the system)
D. A communication link can be associated with exactly two processes
Answer - Click Here:
D
12. ______________is called inter process communication.
A. communication between two threads of the same process
B. communication within the process
C. communication between two process
D. none of these
Answer - Click Here:
C
1. Which of the following is correct in uniform quantization process ______
A. Step size varies according to the values of the input signal
B. The step size remains the same
C. The quantizer has linear characteristics
D. None of these
E. Both B and C are correct
Answer - Click Here:
E
2. What is the process of converting the analog sample into discrete form is known as _____
A. Quantization
B. Modulation
C. Sampling
D. Multiplexing
Answer - Click Here:
A
3. Which one of the following are the disadvantages of PCM ________
A. Cannot be decoded easily
B. It requires a large bandwidth
C. Very high noise
D. None of the above
Answer - Click Here:
B
4. In the modulation technique that requires minimum bandwidth is _____ _, In digital
transmission.
A. DPCM
B. PAM
C. Delta modulation
D. PCM
Answer - Click Here:
C
5. During the Differential Pulse Code Modulation techniques, in which the decoding is
performed by
A. Sampler
B. Accumulator
C. Quantizer
D. PLL
Answer - Click Here:
B
6. When Granular noise occurs if ____
A. Step size is too large
B. Bandwidth is too large
C. Step size is too small
D. None of these
Answer - Click Here:
A
7. How the Code strength is characterized by ______
A. Code weight
B. Code size
C. Maximum distance
D. Minimum distance
Answer - Click Here:
D
8. The value of ‘n’ should be _______, For better efficiency and simplicity.
A. Minimum
B. Maximum
C. Infinity
D. Zero
Answer - Click Here:
A
9. There are some various types of distortion which are ________
A. Jitter
B. Noise
C. Error
D. None of these
E. Both A & B Correct
Answer - Click Here:
E
10. The Reconstruction of continuous signals is done using __________ algorithm.
A. Interpolation
B. Decimation & Interpolation
C. Decimation
D. None of the Above
Answer - Click Here:
A
11. Where Sampling is used _________
A. Audio
B. Speech
C. Video
D. All of above
E. None of these
Answer - Click Here:
D
12. Select one that the number of errors that can be corrected without erasure information
is __________
A. (Dmin – 1)/2
B. Dmin+1
C. Dmin – 1
D. (Dmin+1)/2
Answer - Click Here:
A