[ CPU Processor ]

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

[ CPU Processor ]

Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
301. CPU में Pipeline का मुख्य उद्देश्य क्या है?
[A] Instruction Processing को तेज़ करना
[B] RAM बढ़ाना
[C] Hard Disk Format करना
[D] Monitor बंद करना
301. What is the main purpose of a CPU pipeline?
[A] To speed up instruction processing
[B] Increase RAM
[C] Format hard disk
[D] Turn off monitor
सही उत्तर: Instruction Processing को तेज़ करना
व्याख्या: Pipeline तकनीक CPU में कई Instructions को अलग-अलग चरणों में एक साथ प्रोसेस करके गति बढ़ाती है।
Correct Answer: To speed up instruction processing
Explanation: Pipelining improves CPU performance by processing multiple instructions in different stages simultaneously.
302. Pipeline के कितने मुख्य चरण होते हैं?
[A] 5
[B] 2
[C] 3
[D] 7
302. How many main stages are in a CPU pipeline?
[A] 5
[B] 2
[C] 3
[D] 7
सही उत्तर: 5
व्याख्या: सामान्यतः CPU Pipeline में 5 मुख्य चरण होते हैं: Fetch, Decode, Execute, Memory, Write-back।
Correct Answer: 5
Explanation: A typical CPU pipeline has five stages: Fetch, Decode, Execute, Memory, Write-back.
303. Fetch Stage का मुख्य कार्य क्या है?
[A] Instruction को Memory से लाना
[B] Instruction को Delete करना
[C] RAM बढ़ाना
[D] Monitor चलाना
303. What is the main function of the Fetch stage?
[A] Bring instruction from memory
[B] Delete instruction
[C] Increase RAM
[D] Run monitor
सही उत्तर: Instruction को Memory से लाना
व्याख्या: Fetch Stage में CPU अगला Instruction Memory से प्राप्त करता है।
Correct Answer: Bring instruction from memory
Explanation: The fetch stage retrieves the next instruction from memory.
304. Decode Stage में क्या होता है?
[A] Instruction को समझा जाता है
[B] Hard Disk Format होती है
[C] RAM साफ होती है
[D] Monitor बंद होता है
304. What happens in the Decode stage?
[A] Instruction is interpreted
[B] Hard disk is formatted
[C] RAM is cleared
[D] Monitor is turned off
सही उत्तर: Instruction को समझा जाता है
व्याख्या: Decode Stage में CPU Instruction को समझकर उसे Execution के लिए तैयार करता है।
Correct Answer: Instruction is interpreted
Explanation: The decode stage interprets the fetched instruction.
305. Execute Stage का कार्य क्या है?
[A] Instruction को निष्पादित करना
[B] Instruction को स्टोर करना
[C] Monitor बढ़ाना
[D] Keyboard बंद करना
305. What is the function of the Execute stage?
[A] Execute the instruction
[B] Store instruction
[C] Increase monitor size
[D] Turn off keyboard
सही उत्तर: Instruction को निष्पादित करना
व्याख्या: Execute Stage में Arithmetic और Logical Operations किए जाते हैं।
Correct Answer: Execute the instruction
Explanation: The execute stage performs arithmetic and logical operations.
306. Memory Stage का मुख्य कार्य क्या है?
[A] Data को Memory से पढ़ना या लिखना
[B] CPU बंद करना
[C] RAM हटाना
[D] Monitor बदलना
306. What is the main function of the Memory stage?
[A] Read or write data from memory
[B] Shut down CPU
[C] Remove RAM
[D] Change monitor
सही उत्तर: Data को Memory से पढ़ना या लिखना
व्याख्या: Memory Stage में डेटा को Memory से Access किया जाता है यदि आवश्यक हो।
Correct Answer: Read or write data from memory
Explanation: The memory stage accesses data from or writes data to memory.
307. Write-back Stage का कार्य क्या है?
[A] Result को Register में स्टोर करना
[B] Hard Disk Format करना
[C] Monitor बंद करना
[D] RAM बढ़ाना
307. What is the function of the Write-back stage?
[A] Store result in register
[B] Format hard disk
[C] Turn off monitor
[D] Increase RAM
सही उत्तर: Result को Register में स्टोर करना
व्याख्या: Write-back Stage में Execution का परिणाम CPU Registers में लिखा जाता है।
Correct Answer: Store result in register
Explanation: The write-back stage stores execution results in CPU registers.
308. Pipeline Hazard क्या होता है?
[A] Pipeline Execution में रुकावट
[B] RAM का प्रकार
[C] Hard Disk का भाग
[D] Monitor की समस्या
308. What is a pipeline hazard?
[A] An interruption in pipeline execution
[B] Type of RAM
[C] Part of hard disk
[D] Monitor issue
सही उत्तर: Pipeline Execution में रुकावट
व्याख्या: Pipeline Hazard तब होता है जब Instruction Execution में रुकावट या Conflict उत्पन्न होता है।
Correct Answer: An interruption in pipeline execution
Explanation: A pipeline hazard is a situation that disrupts smooth instruction execution.
309. Data Hazard कब होता है?
[A] जब Instructions के बीच Data Dependency होती है
[B] जब Monitor बंद हो
[C] जब Keyboard टूट जाए
[D] जब RAM बढ़े
309. When does a data hazard occur?
[A] When instructions depend on each other’s data
[B] When monitor is off
[C] When keyboard breaks
[D] When RAM increases
सही उत्तर: जब Instructions के बीच Data Dependency होती है
व्याख्या: Data Hazard तब होता है जब एक Instruction दूसरे Instruction के परिणाम पर निर्भर हो।
Correct Answer: When instructions depend on each other’s data
Explanation: A data hazard occurs due to data dependency between instructions.
310. Control Hazard किससे संबंधित है?
[A] Branch Instructions से
[B] RAM से
[C] Hard Disk से
[D] Cache से
310. Control hazard is related to?
[A] Branch instructions
[B] RAM
[C] Hard disk
[D] Cache
सही उत्तर: Branch Instructions से
व्याख्या: Control Hazard तब होता है जब Branch Instruction का परिणाम Pipeline Flow को प्रभावित करता है।
Correct Answer: Branch instructions
Explanation: Control hazards occur due to branch instructions affecting execution flow.