[ CPU Processor ]
झारखंड में आयोजित होने वाली JPSC, JSSC, JET, झारखंड पुलिस भर्ती परीक्षा आदि के लिए उपयोगी सामान्य अध्ययन।
[ CPU Processor ]
Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
201. MESI Protocol का मुख्य उद्देश्य क्या है?
[A] Multi-core Processors में Cache Coherency बनाए रखना
[B] हार्ड डिस्क की गति बढ़ाना
[C] RAM की क्षमता बढ़ाना
[D] Printer को नियंत्रित करना
201. What is the primary purpose of the MESI Protocol?
[A] Maintain cache coherency in multi-core processors
[B] Increase hard disk speed
[C] Increase RAM capacity
[D] Control the printer
सही उत्तर: Multi-core Processors में Cache Coherency बनाए रखना
व्याख्या: MESI Protocol यह सुनिश्चित करता है कि Multi-core Processor के सभी Cache में डेटा की एकरूपता (Consistency) बनी रहे।
Correct Answer: Maintain cache coherency in multi-core processors
Explanation: The MESI protocol ensures cache consistency among multiple processor cores.
202. Write-through Cache Policy में डेटा कहाँ लिखा जाता है?
[A] Cache और Main Memory दोनों में एक साथ
[B] केवल Cache में
[C] केवल Hard Disk में
[D] केवल Register में
202. In a Write-through Cache Policy, data is written to?
[A] Both cache and main memory simultaneously
[B] Only cache
[C] Only hard disk
[D] Only register
सही उत्तर: Cache और Main Memory दोनों में एक साथ
व्याख्या: Write-through Policy में प्रत्येक Write Operation Cache तथा Main Memory दोनों में किया जाता है।
Correct Answer: Both cache and main memory simultaneously
Explanation: Write-through updates both cache and main memory on every write operation.
203. Write-back Cache Policy की विशेषता क्या है?
[A] डेटा पहले Cache में लिखा जाता है और बाद में Main Memory में
[B] डेटा सीधे Hard Disk में लिखा जाता है
[C] डेटा केवल Register में लिखा जाता है
[D] डेटा केवल ROM में लिखा जाता है
203. What is the characteristic of the Write-back Cache Policy?
[A] Data is first written to cache and later to main memory
[B] Data is directly written to the hard disk
[C] Data is written only to registers
[D] Data is written only to ROM
सही उत्तर: डेटा पहले Cache में लिखा जाता है और बाद में Main Memory में
व्याख्या: Write-back Policy में Main Memory को बाद में Update किया जाता है, जिससे Performance बेहतर होती है।
Correct Answer: Data is first written to cache and later to main memory
Explanation: Write-back improves performance by delaying updates to main memory.
204. Page Fault कब होता है?
[A] जब आवश्यक Page Main Memory में उपलब्ध नहीं होता
[B] जब CPU बंद हो जाए
[C] जब Monitor खराब हो जाए
[D] जब Keyboard Disconnect हो जाए
204. When does a Page Fault occur?
[A] When the required page is not present in main memory
[B] When the CPU shuts down
[C] When the monitor fails
[D] When the keyboard disconnects
सही उत्तर: जब आवश्यक Page Main Memory में उपलब्ध नहीं होता
व्याख्या: Page Fault होने पर Operating System आवश्यक Page को Secondary Storage से Main Memory में लाता है।
Correct Answer: When the required page is not present in main memory
Explanation: A page fault occurs when the requested memory page is not currently in RAM.
205. Memory Barrier (Memory Fence) का उपयोग किसलिए किया जाता है?
[A] Memory Operations के क्रम को नियंत्रित करने के लिए
[B] RAM बढ़ाने के लिए
[C] Monitor Resolution बढ़ाने के लिए
[D] Hard Disk साफ करने के लिए
205. What is the purpose of a Memory Barrier (Memory Fence)?
[A] Control the ordering of memory operations
[B] Increase RAM
[C] Increase monitor resolution
[D] Clean the hard disk
सही उत्तर: Memory Operations के क्रम को नियंत्रित करने के लिए
व्याख्या: Memory Barrier Multi-core Systems में Memory Access के सही क्रम को सुनिश्चित करता है।
Correct Answer: Control the ordering of memory operations
Explanation: A memory barrier ensures the correct ordering of memory operations in concurrent systems.
206. Store Buffer का मुख्य कार्य क्या है?
[A] Write Operations को अस्थायी रूप से संग्रहित करना
[B] स्थायी डेटा संग्रहित करना
[C] वीडियो प्रोसेसिंग करना
[D] ऑडियो रिकॉर्ड करना
206. What is the main function of the Store Buffer?
[A] Temporarily hold write operations
[B] Store permanent data
[C] Process video
[D] Record audio
सही उत्तर: Write Operations को अस्थायी रूप से संग्रहित करना
व्याख्या: Store Buffer CPU को Memory Writes को अस्थायी रूप से रखने की सुविधा देता है, जिससे Performance बढ़ती है।
Correct Answer: Temporarily hold write operations
Explanation: A store buffer temporarily holds memory write operations before they are committed.
207. Load Buffer का मुख्य कार्य क्या है?
[A] Memory से आने वाले Read Operations को संभालना
[B] Hard Disk को नियंत्रित करना
[C] Printer को नियंत्रित करना
[D] Network Connection बनाना
207. What is the main function of the Load Buffer?
[A] Handle memory read operations
[B] Control the hard disk
[C] Control the printer
[D] Establish network connections
सही उत्तर: Memory से आने वाले Read Operations को संभालना
व्याख्या: Load Buffer Memory Read Requests को कुशलतापूर्वक संभालने में सहायता करता है।
Correct Answer: Handle memory read operations
Explanation: A load buffer manages pending memory read operations.
208. CPU Pipeline Flush कब किया जाता है?
[A] गलत Branch Prediction या Exception होने पर
[B] RAM बढ़ाने के लिए
[C] Monitor चालू करने के लिए
[D] Keyboard बदलने के लिए
208. When is a CPU Pipeline Flush performed?
[A] After a wrong branch prediction or an exception
[B] To increase RAM
[C] To turn on the monitor
[D] To replace the keyboard
सही उत्तर: गलत Branch Prediction या Exception होने पर
व्याख्या: Pipeline Flush में गलत Instructions को हटाकर सही Execution पुनः प्रारंभ किया जाता है।
Correct Answer: After a wrong branch prediction or an exception
Explanation: A pipeline flush removes incorrectly fetched instructions after misprediction or exceptions.
209. Inclusive Cache की विशेषता क्या है?
[A] ऊपरी स्तर के Cache का Data निचले स्तर के Cache में भी होता है
[B] प्रत्येक Cache पूरी तरह अलग होता है
[C] केवल L1 Cache का उपयोग होता है
[D] Cache का उपयोग नहीं किया जाता
209. What is the characteristic of an Inclusive Cache?
[A] Data in upper-level cache is also present in lower-level cache
[B] Each cache is completely independent
[C] Only L1 cache is used
[D] No cache is used
सही उत्तर: ऊपरी स्तर के Cache का Data निचले स्तर के Cache में भी होता है
व्याख्या: Inclusive Cache Architecture में L1 Cache का Data सामान्यतः L2/L3 Cache में भी मौजूद रहता है।
Correct Answer: Data in upper-level cache is also present in lower-level cache
Explanation: In an inclusive cache hierarchy, data in L1 is also present in L2/L3 cache.
210. Exclusive Cache Architecture की विशेषता क्या है?
[A] एक ही Data Block एक समय में केवल एक Cache Level में रहता है
[B] सभी Cache Levels में समान Data रहता है
[C] केवल Main Memory का उपयोग होता है
[D] Cache Memory का उपयोग नहीं होता
210. What is the characteristic of an Exclusive Cache Architecture?
[A] A data block exists in only one cache level at a time
[B] The same data exists in all cache levels
[C] Only main memory is used
[D] Cache memory is not used
सही उत्तर: एक ही Data Block एक समय में केवल एक Cache Level में रहता है
व्याख्या: Exclusive Cache में Data Duplication कम होती है और Cache Capacity का बेहतर उपयोग होता है।
Correct Answer: A data block exists in only one cache level at a time
Explanation: Exclusive cache avoids duplication of data across cache levels, improving effective cache capacity.