Computer System
Computer System — Study Notes
NCERT-aligned · 12 notes · 3 shown free
1.1 INTRODUCTION TO COMPUTER SYSTEM
Explanation1.1 INTRODUCTION TO COMPUTER SYSTEM
A computer is an electronic device that can be programmed to accept data as input, process it, and generate results as output. When combined with additional hardware and software, it forms a computer system. The computer system is composed primarily of four components: the Central Processing Unit (CPU), memory, input/output devices, and storage devices. These components work together as a unified system to produce the desired output from given inputs. Computers come in various forms and sizes, ranging from high-end servers to personal desktops, laptops, tablets, and smartphones. The flow of data and control signals among these components is essential for the computer's operation, as depicted in the block diagram of a computer system. The CPU acts as the brain of the computer, executing instructions and processing data. Memory stores data and instructions temporarily or permanently. Input devices allow users to provide data and commands to the system, while output devices display or produce the results of processing. This section lays the foundation for understanding the structure and function of a computer system as a whole.
- A computer is an electronic programmable device for data input, processing, and output.
- A computer system includes CPU, memory, input/output devices, and storage devices.
- Components work together to process data and produce results.
- Computers vary in size and form, from servers to smartphones.
- Data and control signals flow between components for operation.
- 📌 Computer: An electronic device programmable to accept input, process data, and produce output.
- 📌 Computer System: Combination of computer hardware and software functioning together.
- 📌 CPU: Central Processing Unit, the brain of the computer.
1.1.1 Central Processing Unit (CPU)
Explanation1.1.1 Central Processing Unit (CPU)
The Central Processing Unit (CPU) is the electronic circuitry within a computer that performs the actual processing of data and instructions. It is often called the brain of the computer and sometimes simply referred to as the processor. Physically, the CPU is implemented on one or more microchips called integrated circuits (ICs), which are made from semiconductor materials. The CPU receives instructions and data through programs, fetches them from memory, performs arithmetic and logical operations as specified, and stores the results back into memory. The CPU contains local memory called registers, which are small, fast storage locations used to hold data, instructions, or intermediate results during processing. Registers are limited in number and size. The CPU is composed mainly of two parts: the Arithmetic Logic Unit (ALU) and the Control Unit (CU). The ALU performs all arithmetic (addition, subtraction, multiplication, division) and logical (comparison, AND, OR, NOT) operations. The Control Unit manages the sequential execution of instructions, interprets them, and controls the flow of data between the CPU, memory, and input/output devices. The CPU is also commonly known as a microprocessor, a term that will be elaborated later in the chapter.
- CPU is the brain of the computer, performing data processing and instruction execution.
- Physically implemented on integrated circuits made of semiconductors.
- Contains registers for fast local storage of data and instructions.
- Comprises Arithmetic Logic Unit (ALU) for calculations and Control Unit (CU) for instruction control.
- Fetches instructions and data from memory, processes them, and stores results back.
- 📌 CPU: Central Processing Unit, the main processing component of a computer.
- 📌 Registers: Small, fast storage locations inside CPU for temporary data storage.
- 📌 ALU: Arithmetic Logic Unit, performs arithmetic and logical operations.
1.1.2 Input Devices
Explanation1.1.2 Input Devices
Input devices are hardware components that allow users to send control signals and data to a computer system. These devices convert user inputs into digital form that the computer can understand and process. Common examples include keyboards, mice, s
Practice Questions — Computer System
Includes NCERT exercise questions with answers
Q1.Virtual memory is_______.
Answer:
memory on the hard disk that the CPU uses an extended RAM
Q2.GUI stands for _______
Answer:
Graphical User Interface
Q3.MS-Word is an example of _____
Answer:
Application software
Q4.Conversion of data to information is called as ---------.
Answer:
Data processing
Q5.The term used for raw facts and figures is ______
Answer:
Data
Q6.--------------is the main register in the ALU and contains one of the operands of an operation to be performed in the ALU
Answer:
Accumulator (ACC)
Q7.A --------- is a temporary unit of memory in the CPU.
Answer:
Register
Q8.CPU can read and write data by using is_______
Answer:
Data bus
All 11 Chapters in Computer Science
Computer Science · Class 11