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 कहलाता है।
वह कौन-सा term है जो resource optimization की उस strategy को दर्शाता है जिसमें एक aspect में sacrifice करके दूसरे aspect में improvement किया जाता है?
(Bihar STET Computer Science 12.09.2023 (Shift-I))
Correct Answer: D
Explanation (EN): A tradeoff means improving one resource aspect at the cost of another, such as time versus memory.
Explanation (HI): Tradeoff का अर्थ है एक resource aspect को दूसरे की कीमत पर बेहतर बनाना, जैसे time बनाम memory।
चार page frames के साथ दिए गए reference string 7, 0, 1, 2, 0, 3, 0, 4, 2, 3, 0, 3, 2, 1, 2, 0, 1 के लिए LRU page replacement algorithm में कितने page faults होंगे?
(KVS PGT Computer Science 2018)
Correct Answer: C
Explanation (EN): Simulating LRU with the given string gives 7 page faults.
Explanation (HI): दिए गए string पर LRU simulate करने पर 7 page faults आते हैं।
चार page frames के साथ दिए गए reference string 7, 0, 1, 2, 0, 3, 0, 4, 2, 3, 0, 3, 2, 1, 2, 0, 1 के लिए LRU page replacement algorithm में कितने page faults होंगे?
(KVS PGT Computer Science 2018)
Correct Answer: C
Explanation (EN): Simulating LRU with the given string gives 7 page faults.
Explanation (HI): दिए गए string पर LRU simulate करने पर 7 page faults आते हैं।