NCERTCh 1Free

Computer System

🎓 Class 11📖 Computer Science📖 12 notes🧠 15 Q&A⏱️ ~18 min

Computer SystemStudy Notes

NCERT-aligned · 12 notes · 3 shown free

1.1 INTRODUCTION TO COMPUTER SYSTEM

Explanation

1.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)

Explanation

1.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

Explanation

1.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 QuestionsComputer System

Includes NCERT exercise questions with answers

Q1.Virtual memory is_______.
A.memory on the hard disk that the CPU uses an extended RAM
B.only necessary if you do not have any RAM in your computer
C.a backup device for floppy disk
D.in RAM

Answer:

memory on the hard disk that the CPU uses an extended RAM

MediumNCERT
Q2.GUI stands for _______
A.Guided user interface
B.Graphical User Interface
C.General User Interface
D.command user interface

Answer:

Graphical User Interface

MediumNCERT
Q3.MS-Word is an example of _____
A.An operating system
B.Application software
C.System software
D.Utility Software

Answer:

Application software

MediumNCERT
Q4.Conversion of data to information is called as ---------.
A.Data processing
B.Digital information
C.Digitised Processing
D.Information processing

Answer:

Data processing

MediumNCERT
Q5.The term used for raw facts and figures is ______
A.facts
B.Data
C.Information
D.All of the above

Answer:

Data

MediumNCERT
Q6.--------------is the main register in the ALU and contains one of the operands of an operation to be performed in the ALU
A.Main memory
B.IR register
C.Accumulator (ACC)
D.none of the above

Answer:

Accumulator (ACC)

MediumNCERT
Q7.A --------- is a temporary unit of memory in the CPU.
A.Accuumulator
B.Register
C.none of the above
D.all of the above

Answer:

Register

MediumNCERT
Q8.CPU can read and write data by using is_______
A.Data bus
B.Control bus
C.Address bus
D.None of these

Answer:

Data bus

MediumNCERT