Session 1 Cs Class 11
Session 1 Cs Class 11
Simple Example:
Important Terms:
The input unit takes the input, the Central Processing Unit(CPU) processes the data and the
output unit produces output. The memory unit holds the data and instructions during the
processing.
Basic structure of a computer.
6. Bar Code Reader: Reads product barcodes, consists of light source, a lens and a
light sensor which translates optical impulses into electrical signals. Also, it contains
decoder circuitry which analyzes the bar code’s image data and sends the bar code's
content to the scanner’s output port.
7. QR Code Reader: (Quick Response Code) special kind of barcode that anybody can
scan with a Smartphone App that usually directs the user to a website.
8. Biometric Sensor: Fingerprint/iris scan used for attendance marking and for security
devices.
9. Touch Screen: Input via touch (used in phones, ATMs) allows interaction with
computers through a touch-sensitive transparent panel covering the entire screen
without any intermediate device.
10.Microphone:provide audio data to a computer. Records voice
11.Webcam: Captures live images/videos, Unlike a digital camera and digital
camcorder,a webcam does not have any built-in storage. Instead, it always uses the
computer hard drive as its storage.
Components of CPU:
● ALU (Arithmetic Logic Unit): Does all calculations and logical comparisons
○ ALU performs the arithmetic (+, -, *, /) and logical (>, <, >=, <=, <>)
operations, sent from the memory, performs specific operations (addition,
subtraction, etc.) and the result is returned to the memory.
○ The result of the logical operations is either true or false and helps the
computer in decision-making.
● CU (Control Unit): Directs the flow of data and controls other parts
○ It sends control signals to ALU and memory for carrying out the required
operations
○ controls all the functions like input, output, storage and process.
○ It instructs ALU which operation is to be carried out.
● Registers: Small, high-speed memory areas that store data temporarily
○ storing instructions and data, immediately required for performing an
operation.
○ CPU places the highest priority jobs/data inside registers for faster
execution/processing.
○ Each register inside the CPU has a specific function like storing data, storing
an instruction, storing address of a location in memory.
Memory Unit
● It is the computer memory that is accessed directly by the CPU. memory can be both
primary and secondary depending upon its location in the computer system
● The primary memory, also termed as main memory, is directly accessible to the CPU
since all the work is done in the RAM (primary memory) and later on gets stored on
the secondary storage (hard disk).
Main memory, i.e., RAM (Random Access Memory), which is the primary memory of a
computer system, is composed of cells. A memory cell is a device that stores a single
symbol selected from a set of symbols.
Unit of measurement
8 bits = 1 byte 4 bits = 1 nibble
Types of Memory:
✅ Conclusion: DRAM is used in main memory because it is cheaper and stores more data.
SRAM is used in smaller areas like cache where speed is important.
Output Unit
Secondary Memory
Use: Permanent storage of data
Amount of data a disk can hold is defined as Disk Capacity, which is measured in terms of
bytes, kilobytes (KB), Megabytes (MB),
Examples:
2. Blu-Ray Disc: High-capacity disc used for recording, rewriting and playing back high
definition video and large files. Better quality and more space than DVDs.
3. CD (Compact Disc): Used to store songs and videos. Standard capacity is 700 MB.
Speed is shown like 150 KB/s, 4× means 600 KB/s.
4. Magnetic Tapes:magnetic coatings are stored as data on a thin tape.Earlier, this
medium was used for archival purposes.
5. DVD (Digital Video/Versatile Disc): Stores more than a CD (4.7 GB to 8.5 GB). Can
be single or double-sided.
6. USB Pen Drive: Small, portable storage device. Plugs into the USB port. Holds more
data than CD/DVD and is easy to carry.
7. Memory Card: Data storage device used in phones, cameras, game consoles. Small
in size, stores photos, videos, and other files.High record ability with power-free
storage
Communication Bus
Definition: A communication bus is a group of wires that transfer binary data between
computer parts like CPU, memory, and input/output devices.
Note: There's also an I/O Bus that connects external devices like printers, keyboards, etc., to
the system.