'FAT' का पूर्ण रूप क्या है?
(Bihar STET C.S. 12.09.2023 (Shift-I))
Correct Answer: B
Explanation (EN): FAT stands for File Allocation Table. It is used to track the location of files on storage devices.
Explanation (HI): FAT का full form File Allocation Table है। यह storage में files की location track करने के लिए उपयोग होता है.
किस addressing mode में operand instruction में सीधे दिया जाता है (जैसे ADD R4, #3)?
(KVS PGT C.S. 2017)
Correct Answer: C
Explanation (EN): In immediate addressing mode, the operand is directly specified in the instruction using # symbol.
Explanation (HI): Immediate addressing mode में operand सीधे instruction में दिया जाता है (# symbol के साथ)।
System start होने के बाद सही sequence क्या है?
(UGC NET C.S. December-2022)
Correct Answer: B
Explanation (EN): Correct sequence: Firmware ROM loads boot block → Bootstrap loader loads → Kernel loads into memory.
Explanation (HI): सही क्रम: Firmware ROM boot block load करता है → Bootstrap loader load होता है → Kernel memory में load होता है।
OS 30 दिन में एक बार crash होता है और 10 मिनट में recover होता है, availability क्या होगी?
(UGC NET C.S. August-2016 (Paper-III))
Correct Answer: D
Explanation (EN): Availability = 100 – downtime = 100 – (10/(30×24×60)) ≈ 99.97%
Explanation (HI): Availability = 100 – downtime = 99.97%
System calls को invoke करने के लिए क्या उपयोग होता है?
(UGC NET C.S. December-2015 (Paper-II))
Correct Answer: C
Explanation (EN): System calls are invoked using software interrupts.
Explanation (HI): System calls software interrupt के माध्यम से invoke किए जाते हैं।
Communication system call में कौन-सा command उपयोग होता है?
(DSSSB TGT C.S. 07.02.2024 (Shift-II))
Correct Answer: B
Explanation (EN): Communication system calls manage IPC and network communication such as attaching/detaching remote devices.
Explanation (HI): Communication system calls IPC और network communication manage करते हैं जैसे remote devices attach/detach करना।
Operating system user और computer के बीच interface है, यह क्या कार्य करता है?
(Bihar STET C.S. 18.09.2020 (Shift-I))
Correct Answer: D
Explanation (EN): OS controls I/O, program execution and memory management.
Explanation (HI): OS input-output, program execution और memory management सभी करता है।
निम्न में से कौन-सा कथन गलत है?
(DSSSB PGT C.S. (Male) 27.07.2018 (Shift-II))
Correct Answer: A
Explanation (EN): Trap is a software-generated interrupt, not hardware.
Explanation (HI): Trap software-generated interrupt होता है, hardware नहीं।
Match कीजिए: Long-term, Medium-term, Short-term scheduler
(DSSSB PGT C.S. (Male) 27.07.2018 (Shift-II))
Correct Answer: C
Explanation (EN): Long-term → Job scheduling, Medium-term → Swapping, Short-term → CPU scheduling.
Explanation (HI): Long-term → Job scheduling, Medium-term → Swapping, Short-term → CPU scheduling.
Match कीजिए: Disk scheduling, CPU scheduling, Page replacement, Deadlock
(DSSSB PGT C.S. M/F 11.07.2021)
Correct Answer: A
Explanation (EN): Disk→SSTF, CPU→SJF, Page→LRU, Deadlock→Banker’s Algorithm.
Explanation (HI): Disk→SSTF, CPU→SJF, Page→LRU, Deadlock→Banker’s Algorithm.