64K × 8 memory unit के लिए कितनी address lines और input-output data lines चाहिए?
(DSSSB TGT Computer Science 08.08.2021 (Shift-I))
Correct Answer: C
Explanation (EN): 64K = 65536 = 2^16 memory locations, so 16 address lines are needed. Each location stores 8 bits, so 8 data lines are needed.
Explanation (HI): 64K = 65536 = 2^16 memory locations, इसलिए 16 address lines चाहिए। प्रत्येक location 8 bits store करती है, इसलिए 8 data lines चाहिए।
2K × 16 memory unit में कितनी address lines और input-output data lines चाहिए?
(DSSSB TGT Computer Science 07.08.2021 (Shift-II))
Correct Answer: D
Explanation (EN): 2K = 2048 = 2^11 memory locations, so 11 address lines are needed. Each location stores 16 bits, so 16 data lines are needed.
Explanation (HI): 2K = 2048 = 2^11 memory locations, इसलिए 11 address lines चाहिए। प्रत्येक location 16 bits store करती है, इसलिए 16 data lines चाहिए।
Memory management system का primary task कौन-सा है? I. यह track करता है कि memory के कौन-कौन से भाग currently use हो रहे हैं। II. Space उपलब्ध होने पर यह अगली load होने वाली programs को memory allocate करता है।
(DSSSB TGT Computer Science 07.08.2021 (Shift-II))
Correct Answer: C
Explanation (EN): A memory management system must both track memory usage and allocate free memory to incoming programs.
Explanation (HI): Memory management system को memory usage track भी करना होता है और free memory को incoming programs को allocate भी करना होता है।
वह memory buffer जो image definition store करता है, क्या कहलाता है?
(DSSSB PGT Computer Science M/F 11.07.2021)
Correct Answer: B
Explanation (EN): A frame buffer stores the pixel data used to display an image on the screen.
Explanation (HI): Frame buffer में pixel data store होता है, जिसका उपयोग image display करने के लिए होता है।
एक specific editor में 200 K program text, 15 K initial stack, 50 K initialized data, और 70 K bootstrap code है। यदि पाँच editors एक साथ start किए जाएँ और shared text उपयोग किया जाए, तो कितनी physical memory चाहिए होगी?
(UGC NET Computer Science December 2014 (Paper-II))
Correct Answer: B
Explanation (EN): Using shared text, the required memory is 335 K according to the given solution.
Explanation (HI): दिए गए solution के अनुसार shared text उपयोग करने पर required memory 335 K होगी।
Memory Management Unit (MMU) का सबसे उपयुक्त कार्य क्या है?
(UGC NET Computer Science June 2015 (Paper-III))
Correct Answer: C
Explanation (EN): The MMU is hardware that translates virtual addresses to physical addresses.
Explanation (HI): MMU एक hardware unit है जो virtual address को physical address में map करती है।
एक dynamic RAM का refresh cycle 32 times per msec है। प्रत्येक refresh operation में 100 nsec और एक memory cycle में 250 nsec लगते हैं। Memory के total operating time का कितने प्रतिशत refreshes में लगता है?
(UGC NET Computer Science December 2015 (Paper-III))
Correct Answer: D
Explanation (EN): The required percentage of operating time for refresh is 0.32%.
Explanation (HI): Refresh में लगने वाला operating time 0.32% है।
Virtual page reference string 7, 0, 1, 2, 0, 3, 0, 4, 2, 3, 0, 3, 2, 1, 2, 0, 1, 7, 0, 1 पर विचार कीजिए। यदि demand paged virtual memory system में 3 page frames हों, तो किस page replacement algorithm में minimum page faults होंगे?
(UGC NET Computer Science November 2017 (Paper-III))
Correct Answer: D
Explanation (EN): Among the listed algorithms, Optimal page replacement gives the minimum number of page faults.
Explanation (HI): दिए गए algorithms में Optimal page replacement सबसे कम page faults देता है।
Virtual memory के लिए निम्न में से कौन-सा incorrect है?
(UGC NET Computer Science June 2017 (Paper-III))
Correct Answer: B
Explanation (EN): According to the given source, the statement 'More I/O is required' is incorrect.
Explanation (HI): दिए गए source के अनुसार 'More I/O is required' वाला statement incorrect है।
List-I और List-II का मिलान कीजिए। List-I: A. Paging B. LRU C. C-SCAN D. Virtual Memory. List-II: I. Evicts least recently used process II. Extends physical memory III. Logical to physical mapping IV. Circular disk access.
(UGC NET Computer Science Re-Exam June 2024)
Correct Answer: B
Explanation (EN): Paging maps logical to physical addresses, LRU evicts least recently used item, C-SCAN is circular disk access, and virtual memory extends physical memory.
Explanation (HI): Paging logical address को physical address से map करता है, LRU least recently used item को हटाता है, C-SCAN circular disk access है, और virtual memory physical memory को extend करती है।