अन्य 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 को संभाला जा सके।
Paging system में page table का purpose क्या है?
(Bihar STET Computer Science 12.09.2023 (Shift-I))
Correct Answer: C
Explanation (EN): A page table is used to translate virtual addresses into physical addresses.
Explanation (HI): Page table virtual addresses को physical addresses में translate करने के लिए उपयोग होती है।
Fixed partitions वाली multiprogramming में यदि किसी process को partition में उपलब्ध memory से अधिक memory चाहिए, तो इससे क्या हो सकता है?
(Bihar STET Computer Science 12.09.2023 (Shift-I))
Correct Answer: A
Explanation (EN): This situation leads to fragmentation, where memory use becomes inefficient.
Explanation (HI): इस स्थिति से fragmentation होती है, जिसमें memory का उपयोग inefficient हो जाता है।
यदि memory का size 4K words है और प्रत्येक word 8 bits का है, तो address bus का size क्या होगा?
(UKPSC PGT Computer Science Assistant Professor 2017)
Correct Answer: B
Explanation (EN): 4K = 4096 = 2^12 memory locations, so 12 address lines are needed.
Explanation (HI): 4K = 4096 = 2^12 memory locations, इसलिए 12 address lines चाहिए।
Memory में यदि किसी word को उसके address के बजाय उसके content के आधार पर retrieve किया जाए, तो ऐसी memory क्या कहलाती है?
(UKPSC PGT Computer Science Assistant Professor 2017)
Correct Answer: A
Explanation (EN): Associative memory, also called Content Addressable Memory (CAM), retrieves data by content.
Explanation (HI): Associative memory, जिसे Content Addressable Memory (CAM) भी कहते हैं, content के आधार पर data retrieve करती है।
निम्न statements पर विचार कीजिए: (i) Hard disk के appropriate track या cylinder पर read/write head को position करने में लगने वाला समय rotational latency कहलाता है। (ii) Hard disk के appropriate track या cylinder पर read/write head को position करने में लगने वाला समय seek time कहलाता है। (iii) Hard disk एक magnetic disk है जिसमें कई platters होते हैं। (iv) CD-ROM अपनी surface पर spots को magnetize करके information record करता है। उपरोक्त में से कौन-से statements सही हैं?
(Haryana PGT Computer Science Assistant Professor 2024)
Correct Answer: B
Explanation (EN): Statements (ii) and (iii) are correct. Statement (i) confuses seek time with rotational latency, and (iv) is false because CD-ROM uses optical technology.
Explanation (HI): Statements (ii) और (iii) सही हैं। Statement (i) seek time और rotational latency में भ्रम पैदा करता है, और (iv) गलत है क्योंकि CD-ROM optical technology उपयोग करता है।
256 kbytes memory capacity देने के लिए कितने 32 × 1 RAM chips चाहिए?
(CGPSC Computer Science 2020 Set-A)
Correct Answer: C
Explanation (EN): 256 KB = 256 × 1024 × 8 bits. Each chip stores 32 × 1024 bits. The number of chips required is 64.
Explanation (HI): 256 KB = 256 × 1024 × 8 bits। प्रत्येक chip 32 × 1024 bits store करती है। अतः 64 chips चाहिए।
Memory में किसी storage location को खोजने और उसका content प्राप्त करने में लगने वाला average time क्या कहलाता है?
(UGC NET Computer Science December 2023)
Correct Answer: A
Explanation (EN): The average time to locate and retrieve stored data is called access time.
Explanation (HI): Stored data को locate और retrieve करने में लगने वाला औसत समय access time कहलाता है।