[ CPU Processor ]

झारखंड में आयोजित होने वाली JPSC, JSSC, JET, झारखंड पुलिस भर्ती परीक्षा आदि के लिए उपयोगी सामान्य अध्ययन।

[ CPU Processor ]

Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
321. CPU Performance में Latency और Throughput का संबंध क्या है?
[A] Latency कम होने से Throughput बढ़ सकता है
[B] दोनों असंबंधित हैं
[C] Throughput से Latency बढ़ती है
[D] RAM से संबंधित हैं
321. What is the relationship between latency and throughput in CPU performance?
[A] Lower latency can increase throughput
[B] They are unrelated
[C] Throughput increases latency
[D] They are related to RAM
सही उत्तर: Latency कम होने से Throughput बढ़ सकता है
व्याख्या: कम latency और उच्च throughput दोनों CPU performance को बेहतर बनाते हैं।
Correct Answer: Lower latency can increase throughput
Explanation: Lower latency generally improves throughput and overall CPU performance.
322. CPU में Cache Memory का मुख्य उद्देश्य क्या है?
[A] Processor की गति बढ़ाना
[B] Hard Disk बढ़ाना
[C] Monitor सुधारना
[D] Printer चलाना
322. What is the main purpose of cache memory in CPU?
[A] To increase processor speed
[B] Increase hard disk
[C] Improve monitor
[D] Run printer
सही उत्तर: Processor की गति बढ़ाना
व्याख्या: Cache Memory CPU और RAM के बीच तेज़ memory access प्रदान करके processing speed बढ़ाती है।
Correct Answer: To increase processor speed
Explanation: Cache memory speeds up CPU performance by reducing memory access time.
323. L1 Cache किसके सबसे करीब होता है?
[A] CPU Core
[B] Hard Disk
[C] RAM
[D] Monitor
323. Where is L1 cache located closest to?
[A] CPU core
[B] Hard disk
[C] RAM
[D] Monitor
सही उत्तर: CPU Core
व्याख्या: L1 Cache सबसे तेज़ और सबसे छोटा cache होता है जो CPU core के अंदर स्थित होता है।
Correct Answer: CPU core
Explanation: L1 cache is the closest and fastest cache located inside the CPU core.
324. L2 Cache का मुख्य कार्य क्या है?
[A] L1 Cache और RAM के बीच Data को स्टोर करना
[B] Hard Disk बढ़ाना
[C] Monitor नियंत्रित करना
[D] Printer चलाना
324. What is the function of L2 cache?
[A] Store data between L1 cache and RAM
[B] Increase hard disk
[C] Control monitor
[D] Run printer
सही उत्तर: L1 Cache और RAM के बीच Data को स्टोर करना
व्याख्या: L2 Cache intermediate level memory होती है जो L1 cache और RAM के बीच काम करती है।
Correct Answer: Store data between L1 cache and RAM
Explanation: L2 cache acts as a bridge between L1 cache and main memory.
325. L3 Cache का मुख्य उद्देश्य क्या है?
[A] Multiple CPU Cores के बीच Shared Cache प्रदान करना
[B] Hard Disk Format करना
[C] Monitor बंद करना
[D] RAM हटाना
325. What is the main purpose of L3 cache?
[A] Shared cache for multiple CPU cores
[B] Format hard disk
[C] Turn off monitor
[D] Remove RAM
सही उत्तर: Multiple CPU Cores के बीच Shared Cache प्रदान करना
व्याख्या: L3 cache आमतौर पर सभी cores के लिए shared होती है।
Correct Answer: Shared cache for multiple CPU cores
Explanation: L3 cache is shared among multiple CPU cores to improve performance.
326. Cache Hit का अर्थ क्या है?
[A] Data Cache में उपलब्ध है
[B] Data RAM में नहीं है
[C] CPU बंद है
[D] Monitor error है
326. What is a cache hit?
[A] Data is found in cache
[B] Data is not in RAM
[C] CPU is off
[D] Monitor error
सही उत्तर: Data Cache में उपलब्ध है
व्याख्या: Cache Hit तब होता है जब required data cache memory में मिल जाता है।
Correct Answer: Data is found in cache
Explanation: A cache hit occurs when requested data is found in cache memory.
327. Cache Miss का अर्थ क्या है?
[A] Data Cache में नहीं मिलता
[B] Data RAM में मिलता है
[C] CPU तेज़ होता है
[D] Monitor ठीक है
327. What is a cache miss?
[A] Data not found in cache
[B] Data found in RAM
[C] CPU becomes faster
[D] Monitor is fine
सही उत्तर: Data Cache में नहीं मिलता
व्याख्या: Cache Miss तब होता है जब required data cache में नहीं मिलता और RAM से fetch करना पड़ता है।
Correct Answer: Data not found in cache
Explanation: A cache miss occurs when data is not found in cache memory.
328. Cache Coherency का मुख्य उद्देश्य क्या है?
[A] Multiple Cores में Data Consistency बनाए रखना
[B] Hard Disk बढ़ाना
[C] Monitor सुधारना
[D] RAM हटाना
328. What is the main purpose of cache coherency?
[A] Maintain data consistency across multiple cores
[B] Increase hard disk
[C] Improve monitor
[D] Remove RAM
सही उत्तर: Multiple Cores में Data Consistency बनाए रखना
व्याख्या: Cache coherency ensures all CPU cores see the same data value in shared memory systems.
Correct Answer: Maintain data consistency across multiple cores
Explanation: Cache coherency ensures consistency of shared data across CPU caches.
329. Write Policy में Write-Through क्या करता है?
[A] Cache और Main Memory दोनों में एक साथ लिखता है
[B] केवल Cache में लिखता है
[C] केवल RAM में लिखता है
[D] केवल Disk में लिखता है
329. What does write-through policy do?
[A] Writes to cache and main memory simultaneously
[B] Writes only to cache
[C] Writes only to RAM
[D] Writes only to disk
सही उत्तर: Cache और Main Memory दोनों में एक साथ लिखता है
व्याख्या: Write-through policy हर write operation को cache और memory दोनों में update करती है।
Correct Answer: Writes to cache and main memory simultaneously
Explanation: Write-through updates both cache and main memory at the same time.
330. Write-Back Cache Policy क्या है?
[A] Data पहले Cache में लिखा जाता है और बाद में Memory में
[B] Direct RAM में लिखता है
[C] Direct Disk में लिखता है
[D] Cache का उपयोग नहीं करता
330. What is write-back cache policy?
[A] Data written to cache first, then memory
[B] Directly written to RAM
[C] Directly written to disk
[D] No cache used
सही उत्तर: Data पहले Cache में लिखा जाता है और बाद में Memory में
व्याख्या: Write-back policy में data पहले cache में जाता है और बाद में main memory update होती है।
Correct Answer: Data written to cache first, then memory
Explanation: Write-back policy delays writing to main memory until necessary.