मान लीजिए एक computer में 512 KB main memory है और प्रति word 1 byte है। यदि memory के सभी words operational हैं, तो minimum _____ bits _____ में होंगी।
(RPSC Computer Science 2016 (Paper-I))
Correct Answer: D
Explanation (EN): 512 KB = 2^19 bytes, so 19 address bits are needed. Hence the answer is 19 bits in the address bus.
Explanation (HI): 512 KB = 2^19 bytes, इसलिए 19 address bits चाहिए। अतः उत्तर है address bus में 19 bits।
Compaction क्या है?
(BPSC TRE 3.0 22.07.2024 (6-10))
Correct Answer: C
Explanation (EN): Compaction is used to overcome external fragmentation by combining scattered free spaces into one contiguous block.
Explanation (HI): Compaction external fragmentation को दूर करने के लिए scattered free spaces को एक contiguous block में बदलती है।
Virtual memory paging में page size और frame size के बीच कौन-सा relation होता है?
(LT Grade Computer Science 2018)
Correct Answer: A
Explanation (EN): In paging, page size and frame size must be equal so that pages can fit exactly into frames.
Explanation (HI): Paging में page size और frame size समान होते हैं ताकि pages frames में ठीक-ठीक fit हो सकें।
Sequential, direct, random और associative access methods computer ___ system की key characteristics हैं।
(KVS PGT Computer Science 2013)
Correct Answer: C
Explanation (EN): These are standard access methods of a computer memory system.
Explanation (HI): ये computer memory system के standard access methods हैं।
Disks और tapes जैसे secondary, sequential-access stores पर data access करने के लिए _____ का उपयोग किया जाता है।
(KVS PGT Computer Science 2013)
Correct Answer: A
Explanation (EN): According to the given source, sequences are used for such sequential-access storage.
Explanation (HI): दिए गए source के अनुसार ऐसे sequential-access storage पर sequences का उपयोग होता है।
वह mechanism जो किसी page को memory में तभी लाता है जब उसकी आवश्यकता होती है, क्या कहलाता है?
(KVS PGT Computer Science 2017)
Correct Answer: D
Explanation (EN): Demand paging loads a page into memory only when it is actually required.
Explanation (HI): Demand paging किसी page को memory में तभी लाती है जब वास्तव में उसकी आवश्यकता होती है।
निम्न में से कौन-सी technique physical memory के size से बड़े programs के execution की अनुमति देती है?
(KVS PGT Computer Science 2017)
Correct Answer: D
Explanation (EN): Demand paging allows execution of programs larger than physical memory by loading pages only when needed.
Explanation (HI): Demand paging आवश्यकता अनुसार pages को load करके physical memory से बड़े programs को भी execute करने देती है।
अन्य processes के लिए space उपलब्ध कराने हेतु किसी process को memory से disk पर copy करने की प्रक्रिया क्या कहलाती है?
(KVS PGT Computer Science 2017)
Correct Answer: D
Explanation (EN): Swapping moves a process temporarily from main memory to secondary storage.
Explanation (HI): Swapping किसी process को अस्थायी रूप से main memory से secondary storage पर ले जाती है।
Magnetic disks किसके लिए सबसे लोकप्रिय medium हैं?
(Bihar STET Computer Science 2020)
Correct Answer: C
Explanation (EN): Magnetic disks support both direct access and sequential access.
Explanation (HI): Magnetic disks direct access और sequential access दोनों को support करती हैं।
वह storage area जो अलग-अलग units की speed difference को compensate करने के लिए data store करता है, क्या कहलाता है?
(Bihar STET Computer Science 2019 (Shift-II))
Correct Answer: B
Explanation (EN): A buffer temporarily stores data to balance speed differences between devices or processes.
Explanation (HI): Buffer data को अस्थायी रूप से store करती है ताकि devices या processes की speed difference को संभाला जा सके।