Chapter-1 Short Notes
Chapter-1 Short Notes
This topic covers the fundamental concepts and components of computers, as well as an overview of computing
history and basic terminology.
Definition of a Computer:
A computer is an electronic device that processes data and performs various tasks according to a set of
instructions (programs).
a) Central Processing Unit (CPU): The brain of the computer, responsible for executing instructions and
performing calculations.
b) Memory (RAM): Temporary storage for data and programs that are actively being used.
c) Storage Devices: Hard drives, solid-state drives, and other media for long-term data storage.
d) Input Devices: Keyboards, mice, touch screens, etc., used to input data and commands.
e) Output Devices: Monitors, printers, speakers, etc., used to display or present data.
Page 1 of 11
Data Representation:
Computers use binary (base 2) numbering system to represent and process data, using 0s and 1s.
Types of Computers:
a) Personal Computers (PCs): Used by individuals for general purposes, such as desktops and laptops.
b) Servers: Computers that provide services to other computers or devices over a network.
c) Mainframes: Powerful computers used for large-scale data processing and critical applications.
History of Computing:
The history of computing dates back to ancient devices like the abacus, and it progressed through various
mechanical and electronic inventions.
Notable figures include Charles Babbage (conceptualized the Analytical Engine) and Alan Turing (pioneered
theoretical computer science).
Operating Systems:
Software that manages computer hardware and provides services for software applications. Examples include
Windows, macOS, and Linux.
Page 2 of 11
EVOLUTION OF COMPUTING DEVICES:
Pre-Modern Computing Devices:
Early tools like the abacus and counting boards were used for basic arithmetic.
The Antikythera mechanism (ancient Greek) is considered one of the earliest analog computers for astronomical
calculations.
Mechanical Calculators:
Blaise Pascal's Pascaline (17th century) and Gottfried Wilhelm Leibniz's Stepped Reckoner introduced
mechanical calculating mechanisms.
Analog Computers:
Developed in the 20th century, these devices used continuous physical quantities to perform calculations.
GENERATION OF COMPUTERS
First Generation Computers (1940s-1950s):
a) Used vacuum tubes for processing.
b) ENIAC and UNIVAC were early examples.
c) Large, expensive, and consumed a lot of power.
Page 3 of 11
Fifth Generation Computers (1980s-Present):
a) Focus on parallel processing, AI, and advanced technologies.
b) Supercomputers like Cray-1 and modern PCs fall into this category.
c) Significant developments in storage technology.
d) Multi-processor-based systems are becoming more common.
e) Utilization of AI algorithms for various applications.
f) Enhancement of both micro and macro computing systems.
g) Integration of optical fiber in circuitry for faster data transmission.
Memory:
RAM (Random Access Memory): Temporary storage for active programs and data.
ROM (Read-Only Memory): Permanent storage for firmware and system software.
Storage Devices:
Hard Disk Drives (HDDs) and Solid State Drives (SSDs) store data and programs.
Optical drives (CD, DVD, Blu-ray) for reading and writing optical discs.
Input Devices:
Keyboard, mouse, touchpad, touchscreen, microphone, etc.
Convert user input into digital signals for the computer.
Output Devices:
Monitor, printer, speakers, etc.
Display or present information from the computer to the user.
Motherboard:
Main circuit board connecting all components.
Contains CPU socket, RAM slots, and connectors for other peripherals.
Page 4 of 11
Expansion Cards:
Graphics cards, sound cards, network cards, etc.
Enhance the capabilities of the computer.
Interconnections:
Buses:
a) Data Bus: Transfers data between components.
b) Address Bus: Specifies memory locations.
c) Control Bus: Manages communication and control signals.
Networking:
Ethernet and Wi-Fi enable communication between computers.
Routers and switches manage data traffic.
Software:
Applications, utilities, and programs run on the hardware.
Interact with users and perform tasks.
INPUT DEVICES:
Keyboard:
Allows users to input alphanumeric characters and special symbols.
Used for text entry, commands, and data manipulation.
Mouse:
Enables pointing, clicking, and dragging on the screen.
Used for navigating graphical user interfaces and selecting objects.
Page 5 of 11
Touchscreen:
Detects touch gestures directly on the screen.
Common in smartphones, tablets, and some laptops.
Trackpad/Touchpad:
A touch-sensitive pad used for cursor control and gestures.
Found on laptops and some desktop keyboards.
Graphic Tablet:
Used by artists and designers to draw directly on a pad with a stylus.
Offers precise control for digital art and graphic design.
Scanner:
Converts physical documents or images into digital format.
Useful for archiving, sharing, and editing printed content.
Microphone:
Captures audio input, allowing voice recognition and communication.
Used for voice commands, calls, and recording.
Webcam:
Captures video input for video conferencing, streaming, and recording.
Barcode Reader/Scanner:
Reads barcodes for inventory management and retail operations.
Quick and accurate data entry.
Biometric Sensors:
Fingerprint, facial recognition, and iris scanners for secure authentication.
Page 6 of 11
OUTPUT DEVICES:
Monitor/Display:
Visual output device that presents text, images, and videos.
Various types include LED, LCD, OLED, and CRT monitors.
Printer:
Produces hard copies of digital documents and images.
Types include inkjet, laser, dot matrix, and 3D printers.
Projector:
Displays computer output on a larger screen or surface.
Used for presentations, movies, and classroom teaching.
Plotters:
Precise output devices used to draw graphics, schematics, and technical drawings.
COMPUTER MEMORY:
Units of memory, types of memory – primary and secondary, data deletion, its recovery and related
security concerns
Units of Memory:
Bit (Binary Digit):The smallest unit of digital data, representing either 0 or 1.
i. Byte: A group of 8 bits. Used to represent a character, such as a letter or number.
ii. Kilobyte (KB): 1,024 bytes. Commonly used for measuring small amounts of data.
iii. Megabyte (MB): 1,024 KB or 1,048,576 bytes. Used for larger data storage and file sizes.
iv. Gigabyte (GB): 1,024 MB or 1,073,741,824 bytes.Used for measuring storage capacity of devices and
files.
v. Terabyte (TB): 1,024 GB or 1,099,511,627,776 bytes. Commonly used for describing storage capacity of
hard drives.
vi. Petabyte (PB): 1,024 TB or 1,125,899,906,842,624 bytes. Used for large-scale data storage, especially in
data centers.
Page 7 of 11
vii. Exabyte (EB): 1,024 PB or 1,152,921,504,606,846,976 bytes. Relevant in contexts of massive data and
cloud storage.
TYPES OF MEMORY:
1. Primary Memory (Main Memory):
a) Random Access Memory (RAM):
• Volatile memory used for active programs and data.
• Fast access speeds but temporary storage.
• Cleared upon power loss or restart.
b) Read-Only Memory (ROM):
• Non-volatile memory containing firmware and system instructions.
• Retains data even after power loss.
c) Cache Memory:
• Small, high-speed memory used to store frequently accessed data.
• Speeds up CPU operations by reducing memory access time.
Page 8 of 11
DATA DELETION, RECOVERY, AND SECURITY CONCERNS:
Data Deletion:
Deleting files often involves marking storage sectors as available, making data seemingly inaccessible.
Operating systems use mechanisms like "Trash" or "Recycle Bin" to hold deleted files temporarily.
Data Recovery:
Deleted data can be recovered using specialized software until the sectors are overwritten. Data recovery services
may be able to retrieve lost data in some cases.
Security Concerns:
Inadequate data deletion can lead to data breaches and privacy violations.
Sensitive information must be securely wiped using data destruction methods to prevent recovery. Encryption
helps protect data even if storage devices are compromised.
Data Encryption:
Encrypting data renders it unreadable without the appropriate decryption key. Provides an additional layer of
security for stored and transmitted data.
Software Definition:
Software refers to the collection of instructions, programs, and data that enable a computer to perform tasks and
accomplish specific functions.
Purpose of Software:
Software serves as the bridge between users and hardware, enabling them to interact with and utilize computer
systems effectively.
TYPES OF SOFTWARE:
System Software:
Operating System (OS):
Manages hardware resources, provides user interfaces, and facilitates communication between software and
Page 9 of 11
hardware.
Examples include Windows, macOS, Linux.
Device Drivers: Enable communication between hardware devices and the operating system. Ensure proper
functioning and compatibility of hardware components.
Utility Software: Tools for managing and optimizing system resources, file management, data backup, and
security. Examples include antivirus programs, disk cleanup utilities, and file compression tools.
Application Software:
General-Purpose Software:
Software designed to perform a wide range of tasks and cater to various user needs. Examples include word
processors, spreadsheets, web browsers.
Specific-Purpose Software:
Designed to fulfill a particular set of tasks or address specific industry needs. Examples include graphic design
software (Adobe Photoshop), video editing software (Final Cut Pro), and CAD software (AutoCAD).
Specific-Purpose Software:
Tailored to fulfill specialized tasks or requirements of a specific industry or domain. Offers advanced features
and tools for specialized tasks. May have a steeper learning curve due to its targeted nature.
Examples: AutoCAD (architecture and engineering), MATLAB (scientific computing), QuickBooks
(accounting).
Page 10 of 11
Difference between impact and non-impact Printers
Mechanism Physically strike paper for printing Apply ink/toner without impact
Advantages Can print multiple copies, durability High print quality, versatility
Disadvantages Noisy, lower print quality, slower Limited for multiple copies
--------------------------------------
Page 11 of 11