Day 16 – Chapter 3: Processing Unit Basics
Class 11 Computer Science
3.9 Introduction to Processing Unit (प्रोसेसिंग यूनिट का परिचय)
The processing unit, also known as the Central Processing Unit (CPU), is the brain of a computer. It performs all the calculations, logical operations, and decision-making processes.
प्रोसेसिंग यूनिट, जिसे सेंट्रल प्रोसेसिंग यूनिट (CPU) भी कहा जाता है, कंप्यूटर का मस्तिष्क है। यह सभी गणनाएँ, तार्किक संचालन और निर्णय लेने की प्रक्रियाएँ करता है।
3.10 Components of the Processing Unit (प्रोसेसिंग यूनिट के घटक)
3.10.1 Central Processing Unit (CPU) (सेंट्रल प्रोसेसिंग यूनिट)
The CPU is the primary component of the computer that executes instructions. It consists of three main parts:
CPU कंप्यूटर का मुख्य घटक है जो निर्देशों को निष्पादित करता है। इसमें तीन मुख्य भाग होते हैं:
3.10.2 Arithmetic Logic Unit (ALU) (अंकगणितीय तार्किक इकाई)
The ALU performs arithmetic operations (addition, subtraction, etc.) and logical operations (AND, OR, NOT, etc.).
ALU अंकगणितीय संचालन (जोड़, घटाव, आदि) और तार्किक संचालन (AND, OR, NOT, आदि) करता है।
- Example: Adding two numbers or comparing two values.
3.10.3 Control Unit (CU) (नियंत्रण इकाई)
The CU directs the operations of the processor by interpreting instructions from memory and controlling data flow.
CU मेमोरी से निर्देशों की व्याख्या करके और डेटा प्रवाह को नियंत्रित करके प्रोसेसर के संचालन का निर्देशन करता है।
3.10.4 Registers (रजिस्टर)
Registers are small, high-speed storage units in the CPU that temporarily store data and instructions.
रजिस्टर CPU में छोटे, उच्च-गति वाले स्टोरेज यूनिट हैं जो डेटा और निर्देशों को अस्थायी रूप से स्टोर करते हैं।
- Types of Registers: Accumulator, Program Counter, Instruction Register, etc.
3.11 Working of the Processing Unit (प्रोसेसिंग यूनिट का कार्य)
The CPU operates through a series of steps known as the Fetch-Decode-Execute cycle:
- Fetch: The CPU fetches the instruction from memory.
- Decode: The instruction is decoded by the Control Unit.
- Execute: The instruction is executed by the ALU or other components.
3.12 Importance of the Processing Unit (प्रोसेसिंग यूनिट का महत्व)
- Executes instructions and processes data
- Coordinates the activities of the computer
- Performs logical and arithmetic operations
Practice Questions (अभ्यास प्रश्न)
Multiple Choice Questions (MCQs)
- Which part of the CPU performs arithmetic operations?
(a) Control Unit | (b) ALU | (c) Register | (d) Memory - What is the function of the Control Unit?
(a) Perform calculations | (b) Direct operations | (c) Store data | (d) Fetch data - Which register holds the current instruction?
(a) Accumulator | (b) Instruction Register | (c) Program Counter | (d) Memory Address Register - What is the sequence of operations in the CPU?
(a) Decode-Fetch-Execute | (b) Fetch-Execute-Decode | (c) Fetch-Decode-Execute | (d) Execute-Fetch-Decode - What is the full form of ALU?
(a) Arithmetic Logical Unit | (b) Arithmetic Link Unit | (c) Active Logical Unit | (d) Arithmetic Local Unit - Which component of the CPU controls data flow?
(a) ALU | (b) CU | (c) Register | (d) Cache - Which register keeps track of the next instruction?
(a) Program Counter | (b) Accumulator | (c) Instruction Register | (d) Memory Address Register - Which unit compares two values in the CPU?
(a) ALU | (b) CU | (c) Register | (d) Kernel - Where are temporary calculations stored in the CPU?
(a) Cache | (b) Registers | (c) ALU | (d) Memory - What is the main role of the CPU?
(a) Store data | (b) Execute instructions | (c) Display output | (d) Manage input devices
Answers to MCQs:
1: (b), 2: (b), 3: (b), 4: (c), 5: (a), 6: (b), 7: (a), 8: (a), 9: (b), 10: (b)
Short Answer Questions (लघु उत्तरीय प्रश्न)
- What is the function of the ALU?
Answer: The ALU performs arithmetic and logical operations. - What are registers in a CPU?
Answer: Registers are high-speed storage units in the CPU for temporary data storage. - Explain the fetch-decode-execute cycle.
Answer: Fetch: Retrieve instruction; Decode: Interpret it; Execute: Perform the operation. - What is the role of the Control Unit in the CPU?
Answer: It directs operations by interpreting instructions and managing data flow. - Why is the CPU called the brain of the computer?
Answer: Because it performs all processing and decision-making tasks.
Long Answer Questions (दीर्घ उत्तरीय प्रश्न)
- Explain the components of the CPU with their functions.
- Discuss the importance of registers and their types in the CPU.
- Describe the fetch-decode-execute cycle in detail with an example.
Post a Comment