01. Which Programming language is generally used to detect the behavior of an Operating system ?
- C
- C++
- Java
- Python
Correct Answer: C
02. Interrupt handling is a done in _____________________ mode of the OS.
- User
- Kernal
- Device
- File
Correct Answer: Kernal
03. The switching of the OS from user mode to kernel mode is termed as ____________
- Context switch
- Content switch
- Exit
- Transfer operation
Correct Answer: Context switch
04. ________________ is defined as the act of building Systems Software using System Programming Languages.
- Programs
- System programs
- Software
- Utility
Correct Answer: System programs
05. An operating system is ___________________ it can be moved from one hardware architecture to another with relatively few changes.
- Flexible
- Movable
- Transferable
- Portable
Correct Answer: Portable
06. ........... represents a collection of data values as a sequence.
- list
- stack
- queue
- graph
Correct Answer: list
07. .............is a sequentially ordered data structure that uses the last in, first out (LIFO) principle for adding and removing items.
- Stack
- Queue
- List
- Map
Correct Answer: stack
08. The most common secondary-storage device is a ...
- Hard Disk
- Floppy Disk
- Flash Disk
- External Disk
Correct Answer: Hard disk
09. Clustering is usually used to provide ..............
- high-availability service
- low-availability service
- network service
- data service
Correct Answer: high-availability service
10. ...........which divides a program into separate components that run in parallel on individual computers in the cluster.
- Parallelism
- Distributed
- Remote Access
- Network Access
Correct Answer: Parallelism