जो path root से शुरू होकर specified file तक जाता है और बीच के directory names बताता है, उसे क्या कहते हैं?
(KVS PGT C.S. 2013)
Correct Answer: A
Explanation (EN): An absolute path starts from the root directory and specifies the full path to a file.
Explanation (HI): Absolute path root directory से शुरू होकर file तक का पूरा path बताता है।
जब प्रत्येक process memory के एक single contiguous section में रखा जाता है, तो इसे क्या कहते हैं?
(KVS PGT C.S. 2013)
Correct Answer: B
Explanation (EN): In contiguous memory allocation, each process occupies one contiguous block of memory.
Explanation (HI): Contiguous memory allocation में प्रत्येक process memory के एक contiguous block में रखा जाता है।
किस प्रकार के systems में special events की processing के लिए well-defined fixed time constraints होती हैं?
(NVS PGT C.S. 15.12.2022 (Shift-II))
Correct Answer: D
Explanation (EN): Real-time systems must respond within fixed and well-defined time constraints.
Explanation (HI): Real-time systems को निश्चित और well-defined time constraints के भीतर respond करना होता है।
Monolithic kernel में operating system किस mode में चलता है?
(KVS PGT C.S. 2013)
Correct Answer: D
Explanation (EN): In a monolithic kernel, the whole operating system runs in kernel mode. Since kernel mode is not listed, the correct option is none of these.
Explanation (HI): Monolithic kernel में पूरा operating system kernel mode में चलता है। क्योंकि kernel mode विकल्पों में नहीं है, इसलिए सही उत्तर none of these है।
User-thread library और kernel के बीच communication की एक scheme क्या कहलाती है?
(KVS PGT C.S. 2013)
Correct Answer: C
Explanation (EN): Scheduler activation is a scheme for communication between the user-level thread library and the kernel.
Explanation (HI): Scheduler activation user-level thread library और kernel के बीच communication की एक scheme है।
Memory की atomic read-write operations के sequence को क्या कहते हैं?
(KVS PGT C.S. 2013)
Correct Answer: D
Explanation (EN): A memory transaction is a sequence of read-write operations that execute atomically.
Explanation (HI): Memory transaction atomic read-write operations का sequence होता है।
निम्न concurrency control protocols में से कौन conflict serializability और deadlock freedom दोनों सुनिश्चित करता है? I. 2-phase locking II. Timestamp ordering
(LT. Grade C.S. 2018)
Correct Answer: B
Explanation (EN): Timestamp ordering ensures conflict serializability and avoids deadlock, whereas 2-phase locking may lead to deadlock.
Explanation (HI): Timestamp ordering conflict serializability देता है और deadlock से बचाता है, जबकि 2-phase locking deadlock पैदा कर सकता है।
Paging में page क्या होता है?
(BPSC TRE 3.0 Exam-22.07.2024 (11-12))
Correct Answer: A
Explanation (EN): In paging, virtual memory is divided into fixed-size pages.
Explanation (HI): Paging में virtual memory को fixed-size pages में विभाजित किया जाता है।
यदि page size 4 KB है और physical address space 64 GB है, तो page offset के लिए कितने bits चाहिए?
(BPSC TRE 3.0 Exam-22.07.2024 (11-12))
Correct Answer: B
Explanation (EN): Page offset bits = log2(4 KB) = log2(4096) = 12.
Explanation (HI): Page offset bits = log2(4 KB) = log2(4096) = 12।
Segmentation में segment base क्या होता है?
(BPSC TRE 3.0 Exam-22.07.2024 (11-12))
Correct Answer: A
Explanation (EN): Segment base is the starting address of a segment in physical memory.
Explanation (HI): Segment base, physical memory में segment का starting address होता है।