Unit II: Computer Hardware (10 Hours)
INTRODUCTION
• Computer hardware refers to the physical components that make up a computer system.
• These are the tangible parts of a computer that you can see and touch, as opposed to
software, which consists of the instructions and data that run on the hardware.
• The hardware of a computer is essential for processing data, executing software
instructions, storing information, and providing interfaces for input and output operations.
DIGITAL COMPUTER
• A digital computer is machine that stores data in a numerical format and performs
operations on that data using mathematical manipulation.
• This type of computer typically includes some sort of device to store information, some
method for input and output of data, and components that allow mathematical operations
to be performed on stored data.
• The fundamental characteristic of a digital computer is its ability to represent data as
sequences of 0s and 1s, which is the basis of the binary system.
Functional Block Diagram of Digital Computer System
Sudeep Thapaliya BBA BIC
2.1 Basic Components: Input, Output, Processing, Storage
The four basic components of a computer are input (data entry), processing (executing
instructions), output (displaying results), and storage (retaining data). Input devices, like
keyboards, send data to the processor, which then manipulates it. The results are delivered via
output devices, such as monitors, and both intermediate and final results can be stored for later
use.
Input
• Function: Accepts data and instructions from the user or other sources.
• Example Devices: Keyboards, mice, scanners, and touchscreens.
Processing
• Function: The central processing unit (CPU) executes instructions and performs
calculations (both arithmetic and logical).
• Components: The CPU consists of the arithmetic logic unit (ALU) and the control unit
(CU).
Output
• Function: Displays or presents the processed information to the user in a human-readable
format.
• Example Devices: Monitors, printers, and speakers.
Storage
• Function: Stores data and instructions, either temporarily for immediate use or permanently
for future access.
• Example Devices: Random Access Memory (RAM) for temporary storage and hard disk
drives (HDD) or solid-state drives (SSD) for permanent storage.
2.2 Types of Computers (Desktops, Laptops, Servers, Mobile Devices)
Desktop Computers
A desktop computer is a personal computer designed to be placed on or under a desk, used in
homes, offices, schools, and labs.
Main Components:
• System Unit (CPU, motherboard, power supply)
• Monitor
• Keyboard
• Mouse
• Speakers/Headphones
Features:
• Larger in size and not portable
• High performance for heavy tasks (designing, gaming, office work)
Sudeep Thapaliya BBA BIC
• Easy to upgrade (RAM, storage, graphics card, etc.)
• Cost-effective compared to laptops for similar power
Advantages:
• Better cooling and performance
• Large screen and comfortable typing
• Long lifespan and easy repair
Disadvantages:
• Not portable
• Requires external power and more desk space
Examples:
• HP Pavilion, Dell OptiPlex, Apple iMac
Laptop Computers
A laptop (or notebook) is a portable personal computer that integrates the screen, keyboard,
touchpad, and battery into one compact unit.
Features:
• Portable and lightweight
• Rechargeable battery allows use without power supply
• Built-in Wi-Fi, webcam, and microphone
• Moderate performance suitable for office, education, and business use
Advantages:
• Mobility — can be used anywhere
• Energy efficient
• Built-in camera and connectivity options
Disadvantages:
• More expensive than desktops with similar specs
• Limited hardware upgrade
• Smaller screen and keyboard
• Battery degradation over time
Examples:
• Lenovo ThinkPad, Dell Inspiron, HP Envy, Apple MacBook Air
Sudeep Thapaliya BBA BIC
Servers
A server is a powerful computer designed to provide services, data, or resources to other computers
(called clients) over a network.
Purpose:
Used in organizations, data centers, and websites to handle:
• File storage and sharing
• Website hosting
• Email management
• Database access
• Cloud services
Features:
• Very high processing power
• Large storage and RAM capacity
• Runs 24/7 without interruption
• Often located in data centers with cooling and backup systems
Advantages:
• Centralized data management
• Reliable and scalable performance
• Supports multiple users simultaneously
Disadvantages:
• Expensive to buy and maintain
• Requires technical expertise to manage
• Needs continuous power and network connection
Examples:
• Dell PowerEdge, HP ProLiant, IBM System X, Web servers (Apache, Microsoft IIS)
Mobile Devices
Mobile devices are handheld computing devices that combine computing, communication, and
multimedia functions.
Types of Mobile Devices:
Sudeep Thapaliya BBA BIC
• Smartphones (e.g., Samsung Galaxy, iPhone)
• Tablets (e.g., iPad, Lenovo Tab)
• Smartwatches and Wearables
Features:
• Touchscreen interface
• Wireless connectivity (Wi-Fi, Bluetooth, cellular network)
• Built-in camera, GPS, sensors
• Mobile operating systems (Android, iOS)
Advantages:
• High portability and convenience
• Always connected to the internet
• Ideal for communication and multimedia use
• Supports mobile apps for business and entertainment
Disadvantages:
• Smaller screen and limited performance
• Short battery life compared to desktops/laptops
• Security and privacy risks
• Difficult to perform complex tasks
2.3 Hardware Components
Computer hardware refers to the physical components of a computer that you can see and touch.
These components work together to process input and deliver output based on user instructions
2.4 Central Processing Unit (CPU)
• CPU controls, coordinates and supervises the operations of the computer.
Sudeep Thapaliya BBA BIC
• Control Unit (CU) and Arithmetic Logic Unit (ALU) of the computer are together known
as the Central Processing Unit (CPU).
• The CPU is like brain performs the following functions:
• It performs all calculations.
• It takes all decisions.
• It controls all units of the computer.
Arithmetic Logic Unit (ALU)
• The ALU is a critical component of the CPU (Central Processing Unit) in a computer.
• It is responsible for performing all the arithmetic and logical operations within the
computer.
• These operations include basic arithmetic like addition, subtraction, multiplication, and
division, as well as logical operations like AND, OR, NOT, XOR, and comparison
operations (greater than, less than, equal to).
• Whenever calculations are required, the control unit transfers the data from storage unit to
ALU once the computations are done, the results are transferred to the storage unit by the
control unit and then it is send to the output unit for displaying results.
• Arithmetic Operations: The ALU can perform standard arithmetic operations on binary
numbers.
• Logical Operations: It can execute logical operations that are fundamental to decision-
making and control flow in programming.
• Processing Speed: The efficiency and speed of the ALU are crucial for the overall
performance of the computer.
Control Unit (CU)
• The Control Unit is another integral part of the CPU.
• It acts like the brain of the computer, directing and coordinating most of the operations in
the computer.
• It interprets the instructions from the computer's memory, converts them into control
signals to direct the other parts of the computer, and manages the flow of data within the
CPU and between the CPU and other components.
• Instruction Decoding: The CU decodes program instructions and determines the necessary
actions.
• Directing Operations: It directs the operation of the ALU, memory, and input/output
devices.
• Timing and Control: The CU controls the timing of operations and synchronizes the various
components of the computer.
2.5 Memory (RAM, ROM)
Memory is the electronic holding place for the instructions and data a computer needs to reach
quickly. It's where information is stored for immediate use. Memory is one of the basic functions
of a computer, because without it, a computer would not be able to function properly. Memory is
also used by a computer's operating system, hardware and software.
Sudeep Thapaliya BBA BIC
1. Primary Memory
It is also known as the main memory of the computer system. It is used to store data and programs,
or instructions during computer operations. It uses semiconductor technology and hence is
commonly called semiconductor memory. Primary memory is of two types:
RAM (Random Access Memory):
It is a volatile memory. Volatile memory stores information based on the power supply. If the
power supply fails/ interrupted/stopped, all the data and information on this memory will be lost.
RAM is used for booting up or starting the computer. It temporarily stores programs/data which
must be executed by the processor. RAM is of two types:
S-RAM (Static RAM): Uses flip-flops to store data, Faster and more expensive, Used for cache
memory.
D-RAM (Dynamic RAM): Stores data using capacitors, Slower but cheaper, Used for main
memory in computer.
ROM (Read Only Memory):
It is a non-volatile memory. Non-volatile memory stores information even when there is a power
supply failed/ interrupted/stopped. ROM is used to store information that is used to operate the
system. As its name refers to read-only memory, we can only read the programs and data that are
stored on it. It contains some electronic fuses that can be programmed for a piece of specific
information. The information is stored in the ROM in binary format. It is also known as permanent
memory. ROM is of four types:
• MROM (Masked ROM): Hard-wired devices with a pre-programmed collection of
data or instructions were the first ROMs. Masked ROMs are a type of low-cost ROM that
works in this way.
• PROM (Programmable Read Only Memory): This read-only memory is
modifiable once by the user. The user purchases a blank PROM and uses a PROM program
to put the required contents into the PROM. Its content can't be erased once written.
Sudeep Thapaliya BBA BIC
• EPROM (Erasable Programmable Read Only Memory): EPROM is an extension to
PROM where you can erase the content of ROM by exposing it to Ultraviolet rays for
nearly 40 minutes.
• EEPROM (Electrically Erasable Programmable Read Only Memory): Here the
written contents can be erased electrically. You can delete and reprogram EEPROM up to
10,000 times. Erasing and programming take very little time, i.e., nearly 4 -10
ms(milliseconds). Any area in an EEPROM can be wiped and programmed selectively.
Basis of
RAM (Random Access Memory) ROM (Read Only Memory)
Difference
1. Full Form Random Access Memory Read Only Memory
It is a volatile memory — data is It is a non-volatile memory — data
2. Nature
lost when power is turned off. remains even after power is off.
Temporarily stores data and
Permanently stores data and instructions
3. Function instructions currently being used
needed for system startup.
by the CPU.
4. Read/Write Both read and write operations canNormally read-only; writing is limited
Operation be performed. or not allowed.
Used as main working memory for Used to store firmware (e.g., BIOS)
5. Usage
running programs and processes. required during booting.
Data is stored permanently by the
6. Data Storage Data is stored temporarily while
manufacturer or user (in programmable
Duration the computer is on.
types).
Faster in operation compared to
7. Speed Slower than RAM.
ROM.
Contents are fixed or can only be
Contents can be changed easily by
8. Modifiability changed with special procedures (e.g.,
the user.
EEPROM).
PROM, EPROM, EEPROM, Flash
9. Examples DRAM, SRAM
Memory
10. Example in While editing a Word document, Instructions to load the operating system
Use data is stored in RAM. are stored in ROM.
Sudeep Thapaliya BBA BIC
2.6 Storage Devices (Hard Drives, SSDs, External Storage)
Storage Devices (Hard Drives, SSDs, External Storage)
Storage devices are hardware components used to store data permanently or temporarily. They
retain information even when the computer is powered off. Modern computer systems use different
types of storage devices depending on speed, capacity, durability, and cost.
Hard Disk Drives (HDDs)
• A Hard Disk Drive (HDD) is an electromechanical storage device that stores data using
magnetic disks (platters) that rotate at high speed.
Working Principle
• Data is stored on rotating magnetic platters.
• A read/write head, attached to an actuator arm, moves over the platters to access or record
data.
• The platters spin at speeds like 5400 RPM, 7200 RPM, or higher.
• Data is stored in tracks and sectors using magnetic fields.
Features
• Large storage capacity (500 GB–20 TB).
• Cost-effective per GB.
• Slower than SSDs due to mechanical movement.
Advantages
1. HDDs offer high storage capacity at low cost.
2. They are ideal for bulk storage of documents, videos, and backups.
3. They have a long lifespan for archival storage.
Limitations
1. Slower read/write speed because of moving parts.
2. More prone to mechanical failure or physical damage.
3. Noisy and heats more than SSDs.
4. Higher power consumption.
2. Solid State Drives (SSDs)
• A Solid State Drive (SSD) is a non-mechanical storage device that stores data using
NAND flash memory chips.
Sudeep Thapaliya BBA BIC
Working Principle
• SSDs store data in memory cells made of transistors.
• There are no moving parts, so data access is almost instant.
• The controller manages wear leveling, read/write operations, and errors.
Types of SSDs
• SATA SSD – similar connection as HDD, moderate speed (500–600 MB/s).
• NVMe SSD (M.2) – connects via PCIe, extremely fast (up to 7000 MB/s).
• External SSD – portable versions using USB or Thunderbolt.
Features
• Very high read/write speeds.
• Silent operation with low heat.
Advantages
1. Extremely fast boot times and application loading.
2. No mechanical parts → higher durability and reliability.
3. Low power consumption makes them suitable for laptops.
4. Compact design.
Limitations
1. Higher cost per GB compared to HDDs.
2. Limited write cycles (though modern SSDs handle this well).
3. External Storage Devices
External storage devices are portable units used for storing, transferring, or backing up data.
3.1 Types of External Storage
(i) External Hard Drives
• Similar to internal HDDs but with USB/Thunderbolt casing.
• High capacity, lower cost.
(ii) External SSDs
• Use flash memory, offering fast transfer speeds.
• Compact and shock-resistant.
Sudeep Thapaliya BBA BIC
(iii) USB Flash Drives
• Small, portable, flash-based storage devices.
• Connect via USB port.
(iv) Memory Cards
• Includes SD cards, microSD cards, and CF cards.
• Used in cameras, mobiles, and portable devices.
(v) Optical Discs
• CDs, DVDs, Blu-ray discs.
• Store data using optical laser technology.
(vi) Network Attached Storage (NAS)
• External storage connected through a network.
• Used for backup and sharing data across multiple devices.
Features of External Storage
• Portable and easy to use.
• Available in capacities from a few GB to multiple TB.
• Suitable for backups, file transfer, and media storage.
Advantages
1. Provides additional storage without opening the computer.
2. Portable and convenient for transferring data.
3. Good for backup and disaster recovery.
4. External SSDs provide fast performance.
Limitations
1. Can be lost or damaged due to portability.
2. Slower speeds compared to internal SSDs (especially USB 2.0).
3. Higher chance of data corruption if removed improperly.
2.7 Input and Output Devices (Working principle, application)
Sudeep Thapaliya BBA BIC
2.7.1 Keystroke Devices
Keystroke devices are input devices that work by detecting the pressing of keys on a keyboard
or similar interface to send information to the computer.
Working Principle
• Each key is connected to a switch that completes an electrical circuit when pressed.
• The keyboard encoder converts this signal into a binary code.
• The computer’s processor interprets the code as a specific character or command.
Examples
• Standard QWERTY keyboard
• Numeric keypad
• Function key panels (e.g., ATMs, POS systems)
Applications
• Data entry (typing text, numbers)
• Command execution (Ctrl + C for copy)
• Gaming (mechanical keyboards with fast response)
• Industrial control panels
2.7.2 Touch Devices
Touch devices allow users to interact directly with a screen or surface by touching it, eliminating
the need for traditional keyboards or mice.
Working Principle
Touch screens detect user input based on:
1. Resistive: Two layers detect pressure when pressed.
2. Capacitive: Detects the electrical charge of the human body.
3. Infrared / Optical: Detects interruption of infrared light beams.
When you touch the screen, the controller identifies the coordinates of the touch and sends them
to the CPU for processing.
Examples
• Smartphones and tablets
• Touchscreen kiosks and ATMs
• Interactive whiteboards
• Point of Sale (POS) systems
Applications
• Retail: POS billing systems
• Education: Smart boards
• Banking: ATMs
• Healthcare: Patient monitoring touch panels
• Business: Interactive presentation systems
Sudeep Thapaliya BBA BIC
2.7.3 Voice-Controlled Devices
Voice-controlled devices use speech recognition technology to interpret and execute spoken
commands.
Working Principle
1. The microphone captures voice signals.
2. The analog-to-digital converter (ADC) converts them into digital form.
3. A speech recognition system (AI or ML-based) analyzes patterns to recognize words.
4. The recognized command is executed by the computer or application.
Examples
• Voice assistants: Siri, Alexa, Google Assistant
• Voice-controlled smart devices: Smart TVs, speakers
• Speech-to-text software
Applications
• Smart Speakers: Devices like Amazon Echo and Google Home allow users to control
smart home features, play music, and access information using voice commands.
• Smartphones: Features like Siri on Apple devices and Google Assistant on Android
phones enable users to send messages, set reminders, and find information hands-free.
• Home Automation Systems: These systems integrate various smart devices (lighting,
heating, security) that can be managed through voice commands, enhancing the overall
smart home experience
2.7.4 Movement-Controlled Devices
• Game Controllers (joysticks, gamepads, and VR controllers.),
• Gesture-Control Devices, Leap Motion for touchless interaction.
Movement-controlled devices detect physical motion or gestures made by the user and
convert them into input commands.
Type Working Principle Examples Applications
Detect button presses, joystick Joysticks,
Game Gaming, flight simulation,
tilt, or motion sensors to control Gamepads, VR
Controllers robotic control
on-screen action. controllers
Gesture-
Use cameras or infrared sensors Microsoft Kinect, Touchless control in
Control
to detect hand/body gestures. Gesture Gloves presentations or gaming
Devices
Sudeep Thapaliya BBA BIC
Type Working Principle Examples Applications
Uses infrared LEDs and Virtual reality, CAD
Leap Motion Leap Motion
cameras to track finger and design, touchless
Controllers sensor
hand movements in 3D space. interaction systems
Applications
• Gaming and virtual reality
• Touchless interfaces (e.g., hospitals or labs where touch must be minimized)
• Robotics and simulation training
• Presentation control and motion tracking
2.7.5 Brain-Computer Interface (BCI):
A Brain–Computer Interface (BCI) is a direct communication pathway between the human brain
and a computer without requiring physical movement.
Working Principle
1. EEG (Electroencephalography) sensors placed on the scalp detect electrical activity in the
brain.
2. The signals are amplified and digitized.
3. Signal processing algorithms analyze brainwave patterns to identify specific thoughts or
intentions.
4. These signals are then translated into commands that control a computer or external device.
Examples
• Neuralink (by Elon Musk)
• Emotiv EEG headsets
• OpenBCI systems
Applications
• Assistive technology for disabled individuals (controlling wheelchairs, computers using
thought)
• Medical research (neural signal analysis)
• Gaming and VR (thought-controlled actions)
• Rehabilitation systems (retraining brain signals after stroke)
2.7.6 Wearables:
Sudeep Thapaliya BBA BIC
• Smart glasses, AR/VR headsets (e.g., Oculus, HoloLens).
Wearable devices are smart electronic devices worn on the body that collect and transmit
data or provide real-time interaction between the user and a computer system.
Working Principle
• These devices are equipped with sensors, microprocessors, and wireless communication
modules (like Bluetooth or Wi-Fi).
• They continuously monitor data (e.g., motion, temperature, heart rate) and send it to a
smartphone, computer, or cloud service for processing.
Examples
• Smart Glasses: Google Glass, Microsoft HoloLens – display augmented reality (AR)
information in front of the eyes.
• AR/VR Headsets: Oculus Rift, Meta Quest – create immersive virtual or augmented
reality environments.
• Smartwatches: Apple Watch, Samsung Galaxy Watch – monitor health and notifications.
Applications
• Fitness & Health: Tracking heart rate, steps, sleep patterns.
• Augmented Reality (AR): Industrial training, education, remote assistance.
• Entertainment: Immersive gaming and VR experiences.
• Business & Productivity: Hands-free data visualization (e.g., warehouse logistics).
2.7.7 Haptic Feedback Gloves:
• Used in VR and advanced interaction systems.
Haptic feedback gloves are wearable devices that simulate the sense of touch by applying forces,
vibrations, or motion to the user’s hands.
Working Principle
• They use actuators, pressure pads, or vibration motors to deliver tactile feedback.
• When used in a VR environment, movements of the hand are tracked using sensors, and
the system provides physical sensations corresponding to virtual interactions (like touching
or grabbing objects).
Example
• HaptX Gloves
• SenseGlove Nova
• Meta Quest Haptic Gloves (prototype)
Sudeep Thapaliya BBA BIC
Applications
• Virtual Reality (VR): Enhanced realism in gaming and training.
• Medical Training: Virtual surgery simulations.
• Robotics: Remote control of robots with tactile feedback.
• Design and Engineering: Manipulating 3D models through touch.
2.7.8 Biosensors:
• Devices that track physiological data (e.g., heart rate monitors).
Biosensors are analytical devices that detect and measure biological information such as heart
rate, oxygen level, or brain activity and convert it into digital data.
Working Principle
• A biosensor has three main parts:
1. Bioreceptor: Detects the biological parameter (e.g., enzyme, DNA, cell).
2. Transducer: Converts biological response into an electrical signal.
3. Processor/Display: Interprets and displays the data.
Examples
• Heart rate monitor (in smartwatches)
• Electrocardiogram (ECG) sensors
• Blood glucose monitors
• SpO₂ sensors (pulse oximeters)
Applications
• Healthcare: Continuous patient monitoring.
• Fitness: Tracking physical activity.
• Sports analytics: Measuring performance metrics.
• Medical diagnostics: Glucose, cholesterol, or stress level analysis.
2.7.9 Data Scanning Devices
• Barcodes, QR code scanners.
• RFID: Radio Frequency Identification scanners for contactless
identification.
• Biometric Scanners: Fingerprint, iris scanners.
Data scanning devices capture and interpret printed or embedded data such as barcodes,
QR codes, radio signals, or biometric information for digital processing.
Sudeep Thapaliya BBA BIC
Type Working Principle Examples Applications
Use laser or image sensors to scan
Barcode / QR POS barcode
patterns of black and white lines or Retail billing,
Code scanner, QR scanner
QR codes; decoded into inventory management
Scanners apps
alphanumeric data.
Use radio frequency signals to Contactless
RFID RFID card readers,
read data stored in RFID tags identification, logistics
Scanners warehouse scanners
(passive or active). tracking, access control
Use unique physical
Fingerprint reader, Security systems,
Biometric characteristics (fingerprint, iris,
iris scanner, facial attendance tracking,
Scanners facial recognition) to verify
recognition system banking authentication
identity.
Applications
• Retail and logistics: Barcode and RFID tracking.
• Security and access control: Biometric systems.
• Healthcare: Patient data identification.
• Banking: Secure transactions using biometrics.
2.7.10 Digitizers:
• Graphics tablets, touch-sensitive stylus input.
A digitizer converts analog signals or physical movements into digital data that a computer can
process.
Working Principle
• A sensor grid detects the position of a stylus, pen, or object on its surface.
• The movement or drawing is translated into digital coordinates using an analog-to-digital
converter (ADC).
• The computer software interprets this data for display or editing.
Examples
• Graphic Tablets (Wacom, XP-Pen)
• Touch Stylus Devices (Apple Pencil, Surface Pen)
• 3D Digitizers / Scanners
Applications
• Graphic Design and Animation: Drawing and sketching digitally.
• Engineering and CAD: Technical drawing and modeling.
• Education: Digital handwriting and note-taking.
Sudeep Thapaliya BBA BIC
• 3D Modeling: Creating digital models from physical objects.
2.7.11 Microphones:
• Analog, digital, condenser microphones for voice input.
A microphone is an audio input device that converts sound waves (analog signals) into
electrical or digital signals for processing by a computer or recording device.
Working Principle
1. Sound waves hit the diaphragm of the microphone.
2. The diaphragm vibrates, causing changes in air pressure.
3. These vibrations are converted into electrical signals (analog).
4. In digital microphones, an Analog-to-Digital Converter (ADC) converts the signal into
digital data.
Type Working Principle Features & Applications
Analog Converts sound waves into continuous Used in telephones, radios, and
Microphone electrical signals. analog recording devices.
Digital Uses an internal ADC to produce a digital Used in computers, smartphones,
Microphone signal directly. and IoT devices.
Uses a capacitor with a vibrating High sensitivity — used in studios,
Condenser
diaphragm to generate signals; requires voice recognition, and video
Microphone
external power (phantom power). conferencing.
Applications
• Voice recording and video conferencing
• Voice command input for AI assistants
• Sound recognition and speech-to-text software
• Broadcasting and music production
2.7.12 Electronic Cards Based Devices
• Smart cards, debit/credit cards with NFC/RFID technology.
Electronic card-based devices are systems that use cards embedded with integrated circuits
or chips to store and process data for identification, authentication, or payment.
Working Principle
• Each card contains a microprocessor or memory chip that stores data.
• When inserted or tapped on a card reader, electrical contacts or wireless signals
(NFC/RFID) enable communication.
• The reader verifies or processes the data to perform a transaction or grant access.
Sudeep Thapaliya BBA BIC
Type Technology Used Examples Applications
Embedded microchip stores ID cards, SIM Secure identification,
Smart Cards
encrypted data. cards telecom systems
Use chip + PIN or NFC (Near Field
Debit/Credit Banking and e-
Communication) for contactless Visa, Mastercard
Cards payment
payment.
RFID / NFC Use radio frequency waves for Access control Transportation, office
Cards wireless data transfer. cards, metro cards entry, IoT systems
Applications
• Banking: ATM, POS transactions
• Security: Building and network access
• Transportation: Smart tickets, metro passes
• Healthcare: Digital patient cards
2.7.13 Speech Recognition Devices
Speech recognition devices are input systems that convert spoken language into text or executable
commands using voice processing technology.
Working Principle
1. The microphone captures sound waves (voice).
2. An Analog-to-Digital Converter (ADC) digitizes the signal.
3. The speech recognition software analyzes sound patterns (phonemes, tone, speed).
4. AI or ML algorithms match patterns with known words in a database.
5. The recognized text or command is executed by the computer.
Examples
• Voice Assistants: Siri, Google Assistant, Alexa
• Dictation Tools: Dragon NaturallySpeaking, Google Docs Voice Typing
• Voice Authentication Systems
Applications
• Accessibility: Helps physically challenged users operate systems hands-free.
• Home Automation: Control smart devices using voice commands.
• Customer Support: Automated voice response systems (IVR).
• Office Productivity: Voice-to-text document preparation.
Sudeep Thapaliya BBA BIC
2.7.14 Vision-Based Devices
• Cameras, LiDAR, infrared sensors, facial recognition systems.
Vision-based input devices capture visual information (images, videos, spatial data) and
convert them into digital signals for computer processing.
Working Principle
1. Sensors (like CCD or CMOS) detect light or infrared reflections from objects.
2. The analog light intensity is converted into electrical signals.
3. These signals are digitized and processed using computer vision algorithms.
4. The processed data is used for object recognition, tracking, or 3D mapping.
Type Working Principle Examples Applications
Video conferencing,
Capture images/video using Webcams,
Cameras surveillance,
light sensors. DSLR, CCTV
photography
LiDAR (Light Emits laser beams and measures
Self-driving car 3D mapping,
Detection and the time it takes for reflection to
sensors, drones navigation, robotics
Ranging) return — creates 3D maps.
Thermal
Detect heat or infrared radiation Security, industrial
Infrared Sensors cameras, motion
emitted by objects. inspection, night vision
sensors
Analyze facial features and Face ID,
Facial Recognition Security, attendance,
compare them with stored surveillance
Systems personalization
databases. systems
Applications
• Security and surveillance: Facial recognition, motion detection.
• Autonomous systems: Drones, self-driving vehicles (LiDAR).
• Healthcare: Thermal imaging and diagnostics.
• Entertainment: AR filters, motion capture.
• Industrial: Quality inspection in production lines.
Sudeep Thapaliya BBA BIC
2.8 Output Devices (Working principle, application)
• Monitors: CRT, LED, OLED screens.
Type Full Form Working Principle Features & Applications
Uses an electron gun to shoot Bulky, heavy, but good color
CRT Cathode Ray
electrons onto a phosphor-coated accuracy. Used in old TVs and
Monitor Tube
screen to form images. computers.
A type of LCD that uses LED Energy-efficient, thin, and
LED Light Emitting
backlighting for brightness and widely used in modern
Monitor Diode
clarity. computers.
Organic Light Each pixel emits its own light Superior contrast, flexible
OLED
Emitting through organic compounds when display, used in premium TVs
Monitor
Diode electric current passes. and smartphones.
• Printers: Inkjet, laser, 3D printers.
Printers convert softcopy data into hardcopy outputs on paper or physical media. Printers
receive data from the computer and use mechanical and electronic processes to print text or
images onto paper or other materials.
Type Working Principle Features & Applications
Inkjet Sprays tiny droplets of liquid ink through High-quality color prints, used in
Printer nozzles onto paper. homes and offices.
Uses a laser beam to form an electrostatic
Laser Fast, efficient, ideal for high-volume
image on a drum; toner powder is attracted and
Printer printing in offices.
fused to paper.
Builds three-dimensional objects layer by layer Used in manufacturing, engineering
3D
using materials like plastic or resin based on design, medical prosthetics, and
Printer
digital 3D models. education.
• Projectors: DLP, LCD.
A projector displays computer-generated images or videos on a large external surface
(usually a screen or wall). The projector receives visual signals and uses light sources and lenses
to project the enlarged image onto a display surface.
Type Working Principle Features & Applications
Uses tiny mirrors on a chip to reflect light
DLP (Digital Light High contrast and reliability; used
through a color wheel and lens to form
Processing) in cinemas and presentations.
images.
Passes light through RGB (Red, Green,
LCD (Liquid Brighter colors, lower cost; used
Blue) liquid crystal panels to form
Crystal Display) in classrooms and offices.
images.
Sudeep Thapaliya BBA BIC
DLP
Advantages:
• High Contrast Ratio: DLP projectors are known for their superior contrast ratios, which
produce vivid images with deep blacks.
• Compact Size: They are generally smaller and more portable, making them ideal for
mobile presentations
• Durability: The sealed design of DLP projectors protects against dust and pixel burnout,
resulting in lower maintenance needs.
Disadvantages:
• Color Accuracy: While DLP projectors deliver a wide color gamut, they may exhibit a
"rainbow effect" due to rapid color switching, which can be distracting for some viewers
• Potential Brightness Issues: Although DLP can achieve high brightness levels, it may
sometimes be less bright than LCDs due to light loss in the color wheel
LCD
Advantages:
• Color Accuracy: LCD projectors are renowned for their ability to produce true-to-life
colors and high color brightness levels, making them suitable for environments where color
fidelity is crucial
• Sharp Image Quality: They often deliver sharper images compared to DLP projectors
because of their direct light passage through the liquid crystals.
Disadvantages:
• Image Burn-In Risk: LCD panels can suffer from image retention if static images are
displayed for extended periods
• Maintenance Needs: They require regular maintenance, including filter changes to
prevent dust accumulation, which can degrade image quality over time
• Audio Output: Speakers, headphones, and surround sound systems.
These devices convert digital audio signals into sound waves that can be heard by users.
An audio card converts digital audio data into analog signals, which are amplified and sent to
speakers or headphones to produce sound vibrations.
Device Description Applications
Convert electrical signals into audible Music playback, video
Speakers sound waves using a vibrating conferencing, multimedia
diaphragm. presentations.
Headphones / Deliver sound directly to the user's ears; Gaming, online learning, mobile
Earphones portable and personal. communication.
Surround Sound Multiple speakers arranged around the Used in home theaters, gaming, and
Systems listener to create 3D sound effects. movie production.
Sudeep Thapaliya BBA BIC
• Tactile Output: Braille readers, haptic feedback systems.
Tactile (touch-based) output devices allow physically sensing computer output —
especially for visually impaired users or specialized interactive applications. These devices convert
data into mechanical or vibrational feedback that can be felt through touch.
Device Working Principle Applications
Converts on-screen text into Braille dots
Braille Reader / Used by visually impaired
that rise and fall on a surface for reading by
Display individuals to read digital text.
touch.
Haptic Use vibrations or pressure to simulate touch
Used in gaming controllers, VR
Feedback sensations (e.g., resistance, vibration, or
systems, and medical simulators.
Systems texture).
Types of Haptic Feedback:
• Vibrotactile Feedback: This is the most common form, where vibrations are used to
simulate the sensation of touch. It is often employed in mobile devices to signal
notifications or provide feedback during interactions
• Force Feedback: This type involves applying forces that can simulate weight or resistance.
It is commonly used in gaming and simulation environments to create a more immersive
experience.
• Thermal Feedback: This technology simulates temperature changes on the skin,
enhancing the realism of virtual interactions
Benefits of Haptic Feedback:
• Enhanced Accessibility: Haptic feedback can significantly improve usability for
individuals with visual or hearing impairments by providing tactile cues that correspond
with visual or auditory information. For example, different vibration patterns can indicate
various notifications on a smartphone
• Improved Interaction Accuracy: The integration of haptic feedback into touchscreen
devices helps users confirm actions through tactile sensations, reducing errors during input.
Sudeep Thapaliya BBA BIC