[ CPU Processor ]
झारखंड में आयोजित होने वाली JPSC, JSSC, JET, झारखंड पुलिस भर्ती परीक्षा आदि के लिए उपयोगी सामान्य अध्ययन।
[ CPU Processor ]
Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
61. Instruction Register (IR) का मुख्य कार्य क्या है?
[A] वर्तमान निर्देश को संग्रहीत करना
[B] स्थायी डेटा संग्रहित करना
[C] प्रोग्राम हटाना
[D] चित्र प्रदर्शित करना
61. What is the primary function of the Instruction Register (IR)?
[A] Store the current instruction
[B] Store permanent data
[C] Delete programs
[D] Display images
सही उत्तर: वर्तमान निर्देश को संग्रहीत करना
व्याख्या: Instruction Register (IR) CPU द्वारा निष्पादित किए जाने वाले वर्तमान निर्देश को अस्थायी रूप से संग्रहीत करता है।
Correct Answer: Store the current instruction
Explanation: The Instruction Register temporarily stores the current instruction being executed by the CPU.
62. Memory Address Register (MAR) में क्या संग्रहीत होता है?
[A] मेमोरी एड्रेस
[B] डेटा
[C] प्रोग्राम
[D] चित्र
62. What does the Memory Address Register (MAR) store?
[A] Memory Address
[B] Data
[C] Program
[D] Image
सही उत्तर: मेमोरी एड्रेस
व्याख्या: MAR उस मेमोरी स्थान का पता रखता है जहाँ से डेटा पढ़ना या लिखना है।
Correct Answer: Memory Address
Explanation: MAR stores the address of the memory location to be accessed.
63. Memory Data Register (MDR) का कार्य क्या है?
[A] डेटा को अस्थायी रूप से रखना
[B] मॉनिटर नियंत्रित करना
[C] प्रिंटर नियंत्रित करना
[D] नेटवर्क नियंत्रित करना
63. What is the function of the Memory Data Register (MDR)?
[A] Temporarily stores data
[B] Controls monitor
[C] Controls printer
[D] Controls network
सही उत्तर: डेटा को अस्थायी रूप से रखना
व्याख्या: MDR मेमोरी से आने या मेमोरी में जाने वाले डेटा को अस्थायी रूप से संग्रहीत करता है।
Correct Answer: Temporarily stores data
Explanation: MDR temporarily stores data being transferred to or from memory.
64. Address Bus का उपयोग किसके लिए किया जाता है?
[A] मेमोरी एड्रेस भेजने के लिए
[B] डेटा भेजने के लिए
[C] वीडियो भेजने के लिए
[D] ऑडियो भेजने के लिए
64. What is the Address Bus used for?
[A] To transfer memory addresses
[B] To transfer data
[C] To transfer video
[D] To transfer audio
सही उत्तर: मेमोरी एड्रेस भेजने के लिए
व्याख्या: Address Bus CPU से Memory तक Address भेजती है।
Correct Answer: To transfer memory addresses
Explanation: The Address Bus carries memory addresses from the CPU.
65. Data Bus का मुख्य कार्य क्या है?
[A] डेटा का आदान-प्रदान
[B] केवल एड्रेस भेजना
[C] केवल नियंत्रण संकेत भेजना
[D] केवल बिजली पहुँचाना
65. What is the main function of the Data Bus?
[A] Transfer data
[B] Transfer only addresses
[C] Transfer only control signals
[D] Supply power
सही उत्तर: डेटा का आदान-प्रदान
व्याख्या: Data Bus CPU, Memory और I/O Devices के बीच डेटा का आदान-प्रदान करती है।
Correct Answer: Transfer data
Explanation: The Data Bus transfers data between the CPU, memory, and I/O devices.
66. Control Bus का उपयोग किस लिए किया जाता है?
[A] Control Signals भेजने के लिए
[B] डेटा संग्रहित करने के लिए
[C] वीडियो संग्रहित करने के लिए
[D] ऑडियो संग्रहित करने के लिए
66. What is the Control Bus used for?
[A] Transfer control signals
[B] Store data
[C] Store video
[D] Store audio
सही उत्तर: Control Signals भेजने के लिए
व्याख्या: Control Bus विभिन्न हार्डवेयर इकाइयों के बीच नियंत्रण संकेत भेजती है।
Correct Answer: Transfer control signals
Explanation: The Control Bus carries control signals between different hardware components.
67. Floating Point Unit (FPU) का उपयोग किस प्रकार की गणनाओं के लिए किया जाता है?
[A] दशमलव (Floating Point) गणनाएँ
[B] केवल टेक्स्ट प्रोसेसिंग
[C] प्रिंटिंग
[D] नेटवर्किंग
67. The Floating Point Unit (FPU) is used for?
[A] Floating-point calculations
[B] Text processing only
[C] Printing
[D] Networking
सही उत्तर: दशमलव (Floating Point) गणनाएँ
व्याख्या: FPU वैज्ञानिक एवं दशमलव आधारित गणनाओं को तेज़ी से करता है।
Correct Answer: Floating-point calculations
Explanation: The FPU performs floating-point and scientific calculations efficiently.
68. Interrupt का मुख्य उद्देश्य क्या है?
[A] CPU का ध्यान किसी महत्वपूर्ण घटना की ओर आकर्षित करना
[B] कंप्यूटर बंद करना
[C] RAM हटाना
[D] हार्ड डिस्क फॉर्मेट करना
68. What is the main purpose of an interrupt?
[A] To notify the CPU of an important event
[B] To shut down the computer
[C] To remove RAM
[D] To format the hard disk
सही उत्तर: CPU का ध्यान किसी महत्वपूर्ण घटना की ओर आकर्षित करना
व्याख्या: Interrupt आने पर CPU वर्तमान कार्य रोककर आवश्यक कार्य करता है।
Correct Answer: To notify the CPU of an important event
Explanation: An interrupt alerts the CPU to handle an important event immediately.
69. Coprocessor का मुख्य कार्य क्या है?
[A] विशेष गणनाओं में CPU की सहायता करना
[B] डेटा प्रिंट करना
[C] वीडियो चलाना
[D] फाइल हटाना
69. What is the main function of a coprocessor?
[A] Assist the CPU in specialized calculations
[B] Print data
[C] Play videos
[D] Delete files
सही उत्तर: विशेष गणनाओं में CPU की सहायता करना
व्याख्या: Coprocessor जटिल गणितीय कार्यों में मुख्य Processor की सहायता करता है।
Correct Answer: Assist the CPU in specialized calculations
Explanation: A coprocessor assists the main CPU in performing specialized computations.
70. System Bus किन तीन Bus का समूह होता है?
[A] Address Bus, Data Bus और Control Bus
[B] USB, HDMI और VGA
[C] RAM, ROM और Cache
[D] CPU, RAM और Hard Disk
70. The System Bus consists of which three buses?
[A] Address Bus, Data Bus and Control Bus
[B] USB, HDMI and VGA
[C] RAM, ROM and Cache
[D] CPU, RAM and Hard Disk
सही उत्तर: Address Bus, Data Bus और Control Bus
व्याख्या: System Bus में Address Bus, Data Bus और Control Bus शामिल होती हैं।
Correct Answer: Address Bus, Data Bus and Control Bus
Explanation: The System Bus is made up of the Address Bus, Data Bus, and Control Bus.