ICT Notes UPDATED
ICT Notes UPDATED
A computer is a device that can follow a set of instructions to carry out sequences of arithmetical and logical operations. The
instructions to be followed are called a program.
There are two main parts of any computer system: the hardware and the software.
Hardware
Computer hardware consists of the physical parts of a computer system, the parts you can touch. This includes:
The case
Components inside the case, such as:
Central Processing Unit (CPU)
Motherboard
Graphics card
Sound card
Network Interface Card (NIC)
Internal memory
Random Access Memory (RAM)
Read-Only Memory (ROM)
Internal and external storage devices
Input and output devices
Keyboard
Mouse
Monitor
Speakers
Printer
Camera
Definitions:
Component: The parts that make up a whole machine. The internal parts are usually referred to as components and
the external devices as peripherals.
Hardware: The physical parts of a computer system, the parts you can touch. This includes the motherboard, CPU,
keyboard, mouse, printer, and so on.
Central Processing Unit (CPU): The unit which performs most of the processing inside a computer.
Motherboard: Also called the system board. The main printed circuit board of the computer; it has connectors that
other circuit boards can be slotted into.
Graphics Card: A printed circuit board that controls the output to a display screen or monitor.
Sound Card: A printed circuit board that controls output to speakers and headphones.
Circuit Board: A thin rigid board containing thin lines of metals on the surface to create electric circuits.
Network Interface Card (NIC): A printed circuit board that allows the computer to communicate with other devices
over a computer network.
Internal Memory: Data storage spaces that are accessible to the CPU.
The main memory is used to store all the data and instructions currently being used. It is sometimes called internal memory.
When a computer is turned off, the data that is stored in internal memory is lost. Therefore, internal and external storage devices
are needed to permanently store this data.
Page 1
Created by Turbolearn AI
The component that makes a device a computer is the central processing unit (CPU), also known as the processor. This
interprets all of the instructions in the programs and executes them (carries them out).
Most computer systems display the results of their processing to users through a monitor and speakers. They therefore have their
own dedicated printed circuit boards called a graphics card for the monitor and sound card for the speakers or headphones.
All of the components inside the case of a computer must be fixed (so that they do not move about) and be able to communicate
with each other. They are all fixed to sockets in a board with thin strips of copper connecting them together. This is a type of
printed circuit board and is called the system board or motherboard.
If the computer is being connected to a network, then a network interface card (NIC) may need to be fitted to the motherboard,
although most modern computers have these built into the motherboard.
When a computer is operating, data must be input so that it can be worked on or processed, and the results of this processing
need to be output to the user. A computer system therefore needs various input and output devices such as keyboards, cameras,
mice, printers, monitors, and speakers.
Software
However advanced or expensive the hardware of a computer system is, it cannot do anything unless it is told what to do. These
instructions are provided by programs that together are called computer software. Software controls the operations of a
computer or processing of electronic data.
Applications software: Lets you do your day-to-day tasks on the computer. Applications software needs the operating
system to be able to work with the computer.
System software: Includes the operating system and utilities software that are essential to keep the computer working.
Definitions:
Software: Programs or applications that give instructions to the computer to tell it what to do.
Applications Software: Programs that carry out operations for specific applications, such as word processing,
spreadsheets or presentations. Applications software cannot run on its own without system software.
System Software: System software provides the services that the computer requires to operate. This may be
classified as the operating system and utility software.
Operating System (OS): The operating system is a collection of programs to control and manage all of the software
and hardware of the computer system.
Utility Software (Utilities): Part of the system software that can analyse, configure, optimise and maintain a computer
to keep it working as well as possible.
Applications
Here are a few examples of applications software that you may use:
Page 2
Created by Turbolearn AI
Word processing applications are used to produce letters, reports and memos.
Spreadsheet applications are used for tasks that involve calculations or graphs and charts.
Database management programs are used to store and retrieve information in databases.
Presentation applications are used to create slide shows and presentations.
Graphics editing software is used to create artwork, or with photographs from a digital camera or a scanned image to edit
the image.
Video editing software is used to produce and edit videos.
Computer-aided design (CAD) packages are used to produce detailed technical designs and plans.
Audio production and editing programs are a common way of producing high-quality music at low cost.
Communications software, such as web browsers and email programs, is used to access the internet and send and receive
email.
Control software is used to control devices such as fire alarms and mechanical devices.
Measurement software is used to
System Software
System software facilitates the operation of computer hardware and the execution of application software. Examples of system
software include:
Compilers: Translates high-level programming language into machine code (1s and 0s) that the microprocessor can
understand.
Linkers: Combines files produced by a compiler into an executable program.
Device Drivers: Enables communication between the processor and hardware devices like keyboards, mice, monitors, and
printers. Device drivers are part of the operating system.
Operating Systems: Manages computer hardware and software resources and provides common services for computer
programs.
Utilities: System software that helps maintain and manage the computer.
Analogue Data
Information represented by a continuously variable quantity, such as electric voltage or current.
An analogue system has a continuous range between two values, like a dimmer switch. Sound, caused by vibrations in the air, is
analogue in nature.
Digital Data
Information represented by fixed values, typically the digits 1 and 0.
A digital system has separate states, like a transistor that is either on (1) or off (0).
Analogue-to-Digital Conversion
When computers process sound, they take snapshots of sound waves at regular intervals. This is called sampling. The more
samples taken per second, the more accurately the sound will be represented. Common sampling rates include:
Each sample is coded as a series of 1s and 0s (bits). The more bits used, the more detail can be recorded.
Bit: Short for binary digit, the smallest unit of data in a computer, having a value of either 1 or 0.
When digital sound is played back, it must be converted back into analogue signals via a digital-to-analogue converter (DAC)
to be output through speakers or headphones.
Digital-to-Analogue Converter (DAC): A device used to convert digital signals into analogue ones.
Page 3
Created by Turbolearn AI
Transistors
A device that regulates current or voltage flow and acts as a switch for electronic signals.
Transistors act as switches, either on or off, represented by the binary number system's digits, 1 and 0. The CPU contains billions
of transistors connected to form circuits.
The CU coordinates the actions of the computer, manages components, controls program execution, and processes data by
sending control signals.
Control Signals: Electrical signals sent to devices to check their status and give them instructions.
Clock
The clock controls the rate at which the CPU works. The clock sends out a pulse to the control unit which can process one
instruction for each pulse. The number of pulses per second is known as the clock speed.
Registers
Memory storage locations within the CPU.
Registers store instructions and data currently in use by the control unit.
Internal Memory
Internal memory consists of random-access memory (RAM) and read-only memory (ROM).
Page 4
Created by Turbolearn AI
RAM is volatile, meaning data is lost when the power is switched off. It consists of billions of storage locations that can be
accessed in any order for fast data retrieval.
Volatile: A state where data is permanently lost when power is switched off.
ROM is non-volatile, meaning it retains data when the computer is turned off. The BIOS (Basic Input/Output System) is stored
on ROM and is used when a computer is turned on to check hardware and load basic software.
Backing Storage
Because RAM is volatile, programs and data must be stored on backing storage devices (or secondary storage devices) to
prevent data loss when the computer is switched off.
Backing Storage Device: A secondary storage device that will continue to hold data even after the computer has been
turned off.
Examples include hard drives, solid-state drives, memory sticks, memory cards, CDs, and DVDs. Backing storage can be internal
or external.
Input Devices
Any hardware device that sends data to a computer.
Common input devices include keyboards, mice, touchpads, microphones, bar code readers, scanners, digital cameras, and
joysticks.
Output Devices
Any device used to send data from a computer to another device or user.
Examples include display screens (monitors), printers, speakers, plotters, and projectors.
Peripherals: External devices that provide input and output for the computer.
Page 5
Created by Turbolearn AI
User Interfaces
A user interface converts user input into a form the computer can understand and vice versa. Types of user interfaces include:
Advantages:
Disadvantages:
Windows
Icons
Menus
Pointers
Advantages:
Disadvantages:
Page 6
Created by Turbolearn AI
Dialogue-Based Interface
An interface that allows a user to interact with a computer through the spoken word.
Advantages:
Disadvantages:
Gesture-Based Interface
An interface that allows a user to interact with a computer at a distance by using movements of various parts of their
body.
Advantages:
Disadvantages:
Mobile Computers
These days there are many forms of mobile computer, not just laptops. Tablets, smartphones, and phablets are all popular
mobile computers and, because of the weight and size of a laptop, are far more portable. Although all tablets can connect to the
internet using Wi-Fi, you can also get tablets that let you use 4G or 5G mobile internet connections.
Desktop Computers
A computer system designed to be used at a desk in a fixed location.
Desktops are very versatile, general purpose computers used by many organisations and individuals for:
Office work and business management, using word processing, spreadsheet and database management software.
Management in education and student learning.
Playing computer games.
Other entertainment such as watching movies and editing images and video.
Page 7
Created by Turbolearn AI
Laptop Computers
Laptops are portable and compact personal computers with the same capabilities as a desktop computer.
Laptops offer flexibility, allowing users to work in different locations.
They incorporate peripherals like speakers, cameras, and microphones.
Laptops can be battery operated but require frequent charging.
Tablet Computers
Tablets became a mass-market product in 2010.
A tablet is a handheld, internet-enabled computer with a touch screen display.
Tablets run application software, known as apps, and provide quick access to the internet.
Emerging Technologies
Machine Learning
Machine learning is the ability of computers to learn without being explicitly programmed.
Example: A computer can learn to recognize a sheep by being shown millions of images of sheep.
Machine learning is always dependent on the learning data given to the computer by humans, and this data may introduce
bias.
Amazon stopped using its AI tool for job interviews in 2019 due to bias against female job applicants.
Page 8
Created by Turbolearn AI
Virtual reality is a computer-generated environment where users can immerse themselves and interact.
To participate in VR, users wear goggles for a 3D effect, gloves for finger movement detection, and headphones.
VR can provide virtual tours, create prototypes, and offer training in difficult situations.
AugmentedReality : Acombinedvirtualandrealenvironment
Autonomous Machines
Autonomous machines can make their own decisions without human involvement or guidance.
Examples include driverless cars and lethal autonomous weapons.
Ethical and legal questions arise, such as how driverless cars should respond to accidents and who is responsible when a
car crashes.
Input Devices
Pointing Devices
A mouse is a pointing device used to move the pointer on a screen.
An optical mouse uses an optical sensor to detect changes in reflected light.
Pointing Devices
Mice
Mice are used with computers to move the pointer/cursor on the screen. Different types include mechanical and optical mice.
Page 9
Created by Turbolearn AI
Optical mouse: Emits light and uses an optical sensor to detect changes in the reflected light to move the pointer.
Wireless mouse: Communicates with the computer using radio waves, without a cable.
Advantages:
Disadvantages:
Touchpads
A touchpad is a flat area next to the keyboard, often found on laptops, used as a pointing device. It allows swiping and using one,
two, or more fingers for different functions, including zooming.
Touchpad: A pointing device, often found on a laptop, that allows the user to use their finger to move the pointer on
the screen.
Trackerballs
Trackerballs are like upside-down mechanical mice, where the user moves the ball directly.
Trackerball: A device to move a pointer where a ball is rolled around directly by the user rather than being moved by
the whole mouse being pushed.
Disadvantages:
Joysticks
A joystick can carry out the same tasks as a mouse as well as other functions such as controlling movement.
Joystick: A joystick can carry out the same tasks as a mouse as well as other functions such as controlling movement
Advantages:
Disadvantages:
Driving Wheels
A driving wheel is designed for use in racing video games and driving/racing simulators.
Driving wheel: Also called a ‘racing wheel’. Used as an input device in racing games and simulations where users
control vehicles
Page 10
Created by Turbolearn AI
Advantages:
Disadvantages:
Touch Screens
A touch screen is a display screen that is both an input and an output device.
Touch screen: A display screen that is both an input and an output device and that can respond to a user interacting
with a specific area
Advantages:
Disadvantages:
Resistive touch screen: A touch screen that is sensitive to pressure from your finger. Capacitive touch screen: A
touch screen that is sensitive to the static electricity from your finger.
Digital Cameras
Digital cameras capture digital photographs that can be stored on a memory card or a hard disk and displayed on a screen.
Digital camera: Produces digital images that can be stored in a computer and displayed on a screen
Video camera: A camera to make a record of moving pictures that are stored electronically. Webcam: A special
category of video camera that have no storage capacity but is connected directly to a computer.
Page 11
Created by Turbolearn AI
The storage device, usually a memory card, may become full so that images are not saved.
The memory card may become corrupted.
The camera battery may run out so that photographs cannot be taken.
Microphones
Microphones input sounds into a computer by converting sound waves into digital data.
Uses:
Video-conferencing
Adding speech to presentations
Computer control via spoken commands
Dictation
Disadvantages:
Sensors
A sensor detects and responds to input from the environment (e.g., light, temperature, motion, pressure).
Sensor: A device that detects and responds to some type on input from the environment, e.g. light, temperature,
motion, pressure.
Advantages:
Disadvantages:
Examples of sensors:
Temperature sensor: A device that reads the temperature of its surroundings and sends the readings to the
processor.
Light Pens
Page 12
Created by Turbolearn AI
Light pens were light-sensitive input devices used with CRT monitors to select text, draw pictures, and interact with user
interfaces.
Graphics Tablets
A graphics tablet is a flat pad used with a stylus to "draw" on the computer.
Graphics tablet: An input device consisting of a flat pad which the user ‘draws’ on or points at with a special light pen
or stylus. Stylus: A pen-shaped instrument whose tip position on a touch screen or tablet can be detected.
Advantages Disadvantages
Both are easy to use. Light pens can only be used with some screens.
Both provide accurate positioning. Light pens don't work on LCD screens.
Both are ergonomically designed for ease of Both can impair the view of the computer screen that they are being used
movement. on.
Both don't take up much desk space. Both are not good for basic operations such as printing and selecting.
Both are lightweight. Graphics tablets are relatively expensive.
Both have no moving parts.
Magnetic stripe reader: A device used to read a magnetic stripe of a card, which contains data, or to write to the
stripe
Advantages:
Disadvantages:
Chip and PIN reader: Device used to read the data stored in the silicon chip of a credit or debit card to verify the
personal identification number (PIN) entered using a numeric keypad
Page 13
Created by Turbolearn AI
RFID (radio-frequency identification): an RFID r eader uses radio waves to identify and track special tags attached to
objects unique identifier: a characteristic or element that is found only on one particular item RFID tag: radio-
frequency identification tag. Contains digital data that can be interr ogated by and send the data to a reader device
using radio waves
An RFID device is similar to a bar code or the magnetic stripe on a credit card.
When scanned, it provides a unique identifier for the object it is attached to.
The chips don't need to be precisely positioned on the scanner, unlike bar codes.
RFID devices work within a few meters of the scanner.
All items in a shopping cart can be read at once.
Data can be written to RFID tags.
RFID tags can be used for tracking items (e.g., luggage, animals).
Almost anything can have an RFID tag (e.g., merchandise, shipping containers, musical instruments).
Contactless payments use RFID.
RFID tags can be fixed to shoes or bibs of runners to record accurate start and finish times.
RFID Readers
RFID has three elements:
A scanning antenna
A decoder to interpret the data
The RFID tag itself, programmed with information
Advantages of RFID
RFID chips don’t need to be positioned precisely.
They can read chips a few meters away.
They can read all the tags on goods in a trolley at once.
The information held is more secure than a magnetic stripe because the chip is difficult to read and harder to clone.
The computer chip can hold more information than a magnetic stripe.
Chip and PIN readers can be wireless.
Disadvantages of RFID
Tags can be read without authentication, so hackers could read or clone them.
Passive tags use power from the reader, while active tags have their own battery.
OCR: optical character recognition scans a typewritten or printed document and translates the images of the
characters into digital text that can be used on the computer OMR: optical mark recognition enables data marked by a
human, by making marks to select options to be captured for processing by a computer
OCR scans a document and converts the images of characters into digital text.
OMR identifies marks on paper to capture data.
OCR and OMR are further discussed in Chapter 6, Section 6.10 Recognition systems.
OMR
Page 14
Created by Turbolearn AI
OMR scanning aims to find marks on the paper; it is not interested in their shape, only where they are.
Advantages of OMR
It can be a really fast way of entering hard-copy.
It can avoid typing errors.
It is much cheaper than employing someone to input hard-copy if a high level of accuracy isn’t an issue.
Extremely fast to input data.
More accurate than using humans to check the paper.
Disadvantages of OMR
Sheets won't be read accurately unless properly lined up.
Dirty marks might be misinterpreted.
Can only read the marks (i.e., can’t read or input any text).
Paper jams can occur.
OCR
OCR software compares the shape of each character with known shapes and stores the corresponding letter.
OCR software can also be used to read data from passports or identity cards directly into a computer.
Advantages of OCR
It can be a really fast way of entering hard-copy.
It can avoid typing errors.
It is much cheaper than employing someone to input hard-copy if a high level of accuracy isn’t an issue.
Disadvantages of OCR
The text produced is not always reliable, particularly if the hard-copy original has strange fonts/poor handwriting, is unclear
or has smudged text. This can lead to incorrect information being stored.
If 100% accuracy is required, the information needs to manually checked for errors, which is time consuming and can be
costly.
QR code: quick response code – a type of two dimensional bar code (in a square) that can store data such as URLs,
geotags and links QR scanner: a quick response scanner consists of softwar e and hardware, such as a smartphone
and an app used to read and respond to the data stored in a QR code. They are most conveniently used on
smartphones which can be easily positioned in front of the QR code
Bar Codes
bar code: a set of short parallel lines in contrasting colours, often black and white, that stand for the digits 0 to 9. Bar
code readers shine a laser at them and then read the reflection to tell how thick the lines are
Page 15
Created by Turbolearn AI
A set of short parallel lines in contrasting colors (often black and white).
Read by devices that shine a laser and read the reflection.
Used in supermarkets, retail outlets, and libraries.
Faster and more accurate than using a keyboard.
Output Devices
output device: any device used to send data from a computer to another device or user
Output devices are required so that the results of computer pr ocessing can be processed directly (e.g. by controlling
motors) or be displayed to the users of the system.
Monitors, touch screens, multimedia projectors, printers, and speakers are examples of output devices.
Monitors
monitor: an output device that visually displays the data output by a computer
Monitors are often called ‘computer screens’ or ‘displays’ as they display ay the computer’s interface and software that is
running to the users so that they can interact with it using input devices such as keyboards and mice.
Modern monitors use liquid crystals (LCD), thin film transistors (TFT), or light emitting diodes (LED).
Older monitors used cathode ray tubes (CRTs), which were heavy and bulky.
TFT monitors can be easily wall mounted and produce less glare.
Touch Screens
Touch screens are monitors (output devices) that can also be used as input de vices and are covered in detail in Section 2.1.
As an output device, they function in the same way as a monitor. However, their advantage over ordinary monitors is that
they allow users to interact with the operating system and use software without the need for mice and other pointing
devices.
Multimedia Projectors
multimedia projector: device that can project an image from a computer onto as large a surface as is necessary, often
used in presentations
Page 16
Created by Turbolearn AI
Printers and plotters produce characters and graphics onto paper and other materials, creating "hard copies."
Dot-Matrix Printers
dot matrix printer: a printer that uses a set of pins to press an inked ribbon against the paper, creating the output out
of dots
Use a set of pins to press an inked ribbon against the paper, creating output out of dots.
Inkjet Printers
inkjet printer: a printer that works by squirting ink at the page out of different nozzles for different coloured ink
Squirt ink at the page out of different nozzles for different coloured ink.
Produce high-quality output.
Relatively cheap to buy, but ink refills are expensive.
Commonly used in home computer systems and small offices.
Laser Printers
laser printer: a printer that works by using a laser to ‘draw’ the required outputs onto a drum and uses toner to print
the output onto paper
Page 17
Created by Turbolearn AI
Plotters
Used to draw graphics on paper using pens.
Used for computer-aided design (CAD), architectural drawings, blueprints, and technical drawings.
Can print very accurately on very large sheets of paper and on different materials such as wood or plastic.
3D Printers
3D printer: a printer that works by printing in layers on top of each other, r, eventually creating a 3D object
Speakers
speaker: a device to enable you to hear sounds or music on your computer system
Actuators
actuator: a device that causes a machine or other device to operate
Page 18
Created by Turbolearn AI
Magnetic Storage
Magnetic storage media store data magnetically, using tiny magnetized regions to represent bits (0s and 1s). Examples include
hard disk drives and magnetic tape.
Magnetic storage media: Media that stores data magnetically by using local magnetic polarity to represent binary
code.
Hard disk drive: A non-volatile memory hardware device that stores data on magnetic disks. File allocation table
(FAT): Maps the locations in which files and folders are stored on the disk. Fixed hard disk drives: Drives permanently
connected to the computer and are contained within the cases of both desktop and laptop computers. They are built
in. Portable hard disk drives: Contained within their own cases and are separate from main computer systems to
which they are connected by cable.
Page 19
Created by Turbolearn AI
Advantages of HDDs:
Disadvantages of HDDs:
Magnetic Tape
Magnetic tapes store data in a long line, similar to magnetic disks, but data is accessed serially. Magnetic tape drives move the
tape past the read/write heads. While HDDs use random access, magnetic tapes use serial access, meaning data must be read
in order.
Magnetic tape: Stores data in a long line on magnetic tape and read by a magnetic tape drive. Serial storage: Data
stored in a line on a tape so it has to be read in order. Magnetic tape drive: A device for collecting, backing up and
archiving data on magnetic tape.
Sequential Storage
Arranging data in a specific order (e.g., alphabetical) on a magnetic tape enables faster access compared to serial storage, as the
device can fast-forward through unwanted sections.
Sequential storage: Data arranged and stored in a particular order, for example, alphabetical order or date order.
Optical Storage
Optical storage media use lasers to read and write data.
Page 20
Created by Turbolearn AI
Optical storage media: Media that store data on their surface that can be read using a light source (usually a laser).
Optical storage device: A device that writes data to or reads data from optical media using laser light.
Compact disk (CD): A plastic coated disc on which (usually) music digital information is written and read using a
laser. Digital versatile disk (DVD): A plastic coated disc on which digital information is written and read using a laser.
Can store more data than a compact disk
CD-Rs and DVD-Rs have a dye layer that is burned by a laser to create non-reflective spots, representing data.
CD-Rs and DVD-Rs: Blank CDs and DVDs which can be written to once only.
CD-ROMs and DVD-ROMs are read-only, making them ideal for distributing music, movies, software, and reference materials.
CD ROMs and DVD ROMs: CDs and DVDs that are read only.
CD-RWs and DVD-RWs use a metallic alloy layer that can switch between reflective and non-reflective states, allowing data to
be written and rewritten multiple times.
CD-RWs and DVD-RWs: CDs and DVDs on which data can be written, erased and re-recorded.
Cheap
Easy to transport
Suitable for distributing programs and files
Ideal for data backup
Blu-ray Disks
Blu-ray disks use a blue/violet laser, allowing for greater data density and larger storage capacities compared to DVDs. They are
suitable for recording and playing back high-definition video.
Blu-ray disk: A plastic coated disc on which music digital information is written and read using a laser. Can store more
data than a DVD.
Page 21
Created by Turbolearn AI
Solid-state drive (SSD): A mass storage device similar to a hard drive but it doesn’t have any moving parts and data
is stored using flash memory. Flash memory: A non-volatile memory chip used for storage and for transferring data
between digital devices. It has the ability to be electronically reprogrammed and erased. Floating gate transistors:
Transistors that keep their charge when the power is switched off. Solid-state storage media: A method of storing
data electronically. It has no moving parts
Advantages of SSDs:
Very fast access speeds
Small, light, and easily portable
Quiet operation
No moving parts, reducing the risk of damage and data loss
Disadvantages of SSDs:
More expensive than HDDs
Data Storage
Magnetic Storage
Data is written to and read from magnetic media using electromagnets.
Page 22
Created by Turbolearn AI
Examples:
Advantages
Disadvantages
Not very portable as physical knocks may cause the read-write heads to hit the disks and corrupt data.
Affected by magnetic fields.
Optical Storage
Optical drives use a laser to write and read data by creating areas that reflect light and areas that do not.
Examples:
CDs
DVDs
Blu-ray Discs
*Advantages * More portable than a hard disk drive but disks are relatively large. * Very reliable if not scratched. * Very low cost
*Disadvantages * Slow. * Easily scratched and data can be damaged. * Data cannot be overwritten.
Solid-State Storage
Solid-state storage devices use flash memory and have no moving parts, commonly found in laptops and new computers as
replacements for traditional hard drives. Flash memory cards are a type of portable memory.
Examples:
Memory sticks/pen drives are small solid-state drives with significant storage.
*Advantages * Very fast. * Very portable. Small solid-state storage devices can be fitted inside cameras and mobile phones. *
Very reliable and not affected by magnetic fields. *Disadvantages * Storage capacity is usually less than hard disk drives. * Lower
durability than a hard disk drive. * More expensive but becoming cheaper. * Cards may be affected by electronic corruption which
can make the entire card unreadable. * Limited number of erase/write cycles.
Page 23
Created by Turbolearn AI
Flash Memory
Flash memory is non-volatile. Memory sticks/pen drives are small solid-state drives, with a lot of storage space. Flash memory
cards are portable memory.
Types:
SD (secure digital) cards (4–32 GB)
Micro SD cards (4–32 GB)
SDXC (extended capacity) cards (2 TB)
Blu-Ray
Page 24
Created by Turbolearn AI
Blu-ray disks offer a high level of interactivity, allowing users to connect to the internet and download subtitles or other
interactive movie features. Blu-ray optical storage media allows very high capacity storage by using a blue/violet laser light. Data
is written to a DVD by laser.
Networking
Networks
A network connects computers and other digital devices, allowing them to share data and resources. Networks enable:
Computer-to-computer communication.
Computers communicating with devices.
Mobile phone networks.
Smart televisions.
Tablets and media players downloading and playing content through external devices.
Computers and devices connecting to a network must follow sets of rules (protocols) to understand each other.
Network Types
Local Area Network (LAN)
Wireless Local Area Network (WLAN)
Wide Area Network (WAN)
Local Area Network (LAN): A network used for data transmission by computing devices within one building or site,
such as an office, school, or university campus.
LANs are useful for sharing files, printers, games, and software applications.
Wide Area Network (WAN): A network that connects separate LANs over a large geographical area.
A WAN connects cities, countries, or many countries, ensuring computers in different locations can communicate. The internet is a
huge wide area network.
Cables
Radio waves (Wireless LAN or WLAN)
Wireless Local Area Network (WLAN): A local area network accessed using radio wave communications.
Wi-Fi
Wi-Fi: A digital communications protocol that sets out how data is transmitted on wireless LANs.
To access a network via Wi-Fi, each device must connect to a wireless access point.
Bluetooth
Bluetooth: Protocols for short-range wireless interconnection of mobile phones, computers, and other electronic
devices.
Bluetooth is a wireless protocol for short-range communication, typically up to 30 feet, used to link personal devices and share
data.
Page 25
Created by Turbolearn AI
Wi-Fi Bluetooth
Tethering
Tethering is the linking of one device to another to connect to the internet. For example, using a smartphone to connect a tablet
to the internet.
Ethernet
Computers communicating through cables in a LAN usually use a set of rules called Ethernet.
Also known as a network adapter, the NIC supports both wired and wireless connections. Every NIC is created with a hardware
number permanently ‘burned’ into it. This permanent hardware number is known as the MAC (media access contr ol) address.
Media Access Control (MAC) address: a serial number that is unique to each device and is used to identify it on a
network
Hubs
Hub: A device used for connecting computers to form a network. It broadcasts data to all devices, not just the one
they are intended for.
Hubs are "dumb" because they cannot learn the addresses of different devices and transmit messages to all devices, creating
unnecessary network traffic. Because the hub transmits every message to every part of the network and not just to the
computer it is intended for, there are a lot of unnecessary transmissions or network traffic. Due to this, hubs are rarely used
today.
Network Traffic: The overall network usage caused by all of the data that is being transmitted at a given time.
Switches
Network Switch: A device used for connecting computers to form a network. It transmits data only to the device for
which it is intended
Page 26
Created by Turbolearn AI
A network switch handles messages more intelligently than a hub by inspecting the MAC address of the device to which
messages should be sent. Switches are more efficient and secure than hubs.
Bridges
A bridge connects different segments of a LAN, preventing transmissions from one segment from reaching others, thus
improving network security by isolating segments.
Routers
Routers direct data to the correct network, essential for WANs like the internet. Routers connect home networks to the internet
and transmit incoming data to the correct computer on the network.
When devices transmit data across the internet, the data is broken down into small pieces called data packets. These are sent
separately and then joined up at the end so that the message is complete.
While switches allow different devices on a network to communicate, routers allow different networks to communicate.
Bridges
Bridges connect different network segments.
Example: Joining a bus network to a star network.
Header: Contains the source and destination addresses, as well as the packet's position within the complete message or
file.
Body (Payload): The actual data that is being transmitted.
Footer (Trailer): Indicates the end of the packet and is used for error checking to ensure the packet was delivered correctly.
Packet switching: when certain areas of the network are too busy to carry the packets, they are automatically
switched to emptier circuits
Page 27
Created by Turbolearn AI
A routing table is a database that keeps track of paths, like a map, and uses these to determine which way to forward
traffic.
IP Addresses
An IP address is a set of numbers used to identify one particular computer on the internet.
extranet: a communication system for a particular company or organisation that can be accessed from the internet by
other parties or organisations who have been granted access. It is an extension of an intranet
TCP/IP (Transmission Control Protocol/Internet Protocol): Set of rules or protocols used by devices to connect and
communicate over the internet.
Page 28
Created by Turbolearn AI
Cloud Computing
Cloud computing is the delivery of computer services over the internet.
Cloud Storage
Cloud storage: the storage of digital data on remote servers
Advantages
Advantage Description
Disadvantages
Disadvantage Description
Network Security
Hack: to gain unauthorized access to data in a system or computer
Encryption
Encryption: the process of turning information (e.g. a message) into a form that only the intended recipient can decrypt
and read
Page 29
Created by Turbolearn AI
Firewalls
Firewall: software or hardware devices that protect against unauthorized access to a network
Passwords
Password: a secret word or phrase that must be used to gain admission to a place
Should be unpredictable.
Strong Passwords
Strong password: a password that is difficult to detect by both humans and computer programs
Authentication
Authentication: the process or action of proving or showing something to be true, genuine or valid
Asymmetric Encryption
Uses a public key to encrypt messages and a private key to decrypt them.
Biometric Methods
Biometric data: records that are used to identify people by a physical attribute that doesn’t change.
Biometric methods: technologies that analyze unique personal characteristics such as fingerprints, eye retinas and
irises, voice and facial patterns, and hand measurements as a form of identification
Smart Cards
Smart card: a plastic card with a built-in processor
Page 30
Created by Turbolearn AI
Magnetic Stripes
Data encoded on a magnetic stripe can be swiped through a reader.
Physical Tokens
physical token: a personal device that authenticates a person’s identity
Electronic Tokens
Used for electronic payments by converting credit card numbers to random characters.
Malware
Malware is short for malicious software. It's designed to infiltrate computers without user consent, aiming to disrupt or damage
the system. This includes any software crafted to:
Malware: software designed to gain unauthorized access to a computer system in order to disrupt its functioning or
collect information without the user’s knowledge.
Virus
Worm
Trojan (or Trojan horse)
Spyware
Adware
Type of
Description
malware
A computer program hidden within another program or file. It replicates itself, inserting itself into other programs or
Virus files, often spread by users to other computers. Viruses commonly have a harmful effect, like corrupting or deleting
data.
Worm Unlike a virus:
* It exists independently, not needing another program or file to exist.
* It spreads without human action, traveling to other computers through networks or self-sending via emails to
contacts.
As a worm duplicates itself extensively, it consumes computer resources, slowing down other programs.
A Trojan does not replicate or attach itself to other files. It must be installed by a computer user who thinks they are
installing legitimate software or by opening an email attachment (that is why they are called Trojan horses). Trojans
Trojan
can just be annoying, e.g. by changing the desktop and adding new icons. They can also be malicious, e.g. by
deleting files and destroying system information.
'Spies' on a computer, transmitting information to a criminal. Often bundled with other software (e.g., free
Spyware
downloads), unbeknownst to the user.
Adware Programs designed to:
* Display advertisements on a computer
* Redirect search requests to advertising sites
* Collect marketing data about users (like browsing habits) to tailor advertisements. When done without user
consent, it's considered malware. Can also refer to free programs containing ads, with options to remove ads via
registration and payment.
Page 31
Created by Turbolearn AI
Anti-Malware Software
Anti-malware software is designed to combat malware effects and prevent its installation. It should be installed to protect
systems from malware infiltration and infection. The software functions by:
Detecting malware
Safely removing malware
Repairing malware damage
Quarantine: Placing suspected malware in a specific storage area, isolating it from other programs.
Quarantine: the placing of suspected malware into a specific area of a storage device
Zero Login
Some companies are testing authentication based on user behavior rather than passwords or biometrics.
With zero login, users are authenticated by their behavior, such as:
Merchants can't decode a token; converting it back to a card number requires military-grade security encryption keys.
Zero login: a method of authentication not requiring a user to login. They are authenticated by their behaviour and the
way they do things.
Electronic Conferencing
Electronic conferencing involves meetings among individuals in different locations using communication technology.
Audio-Conferencing
Audio-conferencing connects people in different locations via technology for verbal communication. Unlike phone calls,
participants dial into a central system.
Audio-conference: people in different locations use technology to speak to each other Electronic-conference: a
meeting between individuals who are not in the same room or location using communications technology
Page 32
Created by Turbolearn AI
Web-conferencing takes place online over public internet and enables multiple participants to connect and work together
visually using their laptops or mobile devices.
Video-conferencing uses specialized, high-quality equipment for visual and audio communication.
Video-conference: a meeting where people at different locations can see and talk to each other while sitting in front of
a camera and a microphone Web-conference: a live meeting held via the internet usually on a computer or
smartphone
Webinars: Teaching sessions online where participants can see and hear the presenter, as well as ask and answer
questions.
Webinar: teaching session or other presentation that takes places on the internet, allowing participants in different
locations to see and hear the presenter and ask and answer questions
Never click ‘Agree’ or ‘OK’ to close a window. Instead, click the red ‘X’ in the corner of the window.
Be wary of popular ‘free’ music and movie file-sharing programs.
Microphone
Speakers or headphones
Video camera (if visual)
Display screen or monitor
Internet connection
Web-conferencing software
Video-conferencing:
Page 33
Created by Turbolearn AI
Advantages Disadvantages
Enables colleagues to connect without travel, saving time Interaction and communication are not as effective as face-to-face
and money. meetings.
Allows quick meeting organization for emergencies, faster Hardware and software can be expensive, though web-conferencing
than face-to-face meetings. is often free for small groups.
Facilitates non-verbal communication, as participants can
Relies on hardware/software, which can malfunction.
see each other.
Supports presentation sharing and document collaboration,
Camera view may limit visibility of all participants.
unlike phone calls.
Allows remote work, reducing office space and commuting Participants may need to work during unsocial hours due to time
costs. zone differences.
Encourages continuous collaboration.
Uses mobile devices with built-in hardware.
Video-conferencing Web-conferencing
Offers better quality video and audio. Provides less quality video and audio.
Shows entire groups at one location via high-quality cameras. Shows individuals via webcam.
Operates using dedicated software, reducing errors and distortion. Requires the internet and a web browser.
Doesn't require participants to use their own computers; systems use their own
hardware and large screens. This allows for more natural interaction. Web-
conferencing requires the use of a web browser on a computer.
Often used for one-way communication like
Always interactive, allowing contributions from all participants. webcasts or webinars, though these allow
some interaction.
Microprocessor-Controlled Devices
Microprocessor: an electronic circuit or chip that makes the computer or electronic device work by processing data,
performing calculations and issuing instructions based on the results
The Internet of Things (IoT) describes the interconnection of computing devices embedded in everyday objects, enabling them
to send and receive data without human interaction.
Internet of things (IOT): the interconnection via the internet of computing devices embedded in everyday objects,
enabling them to send and receive data
To use smart devices in a home, a user will require the hardware to create a Wi-Fi network and software apps to control them.
Smart device: as the name suggests, an electronic gadget that is able to connect, share and interact with its user and
other smart devices
Page 34
Created by Turbolearn AI
Smart speakers facilitate voice commands to adjust temperature or create shopping lists.
Smart thermostats reduce energy consumption.
Smart devices create more leisure time by automating everyday tasks.
Smart devices can be used to monitor heart rate and the amount and quality of sleep.
Fitness trackers track physical activity such as the number of steps taken, stairs climbed, the pace and length of a run,
including the use of GPS. They can also record workouts, bike rides and other physical activities.
Apps are available for users of smart training equipment, such as running machines or static cycles, to allow them to
compete with others in real time and so increasing motivation.
They can calculate the number of calories a person is burning and number of calories a person has eaten. Smart devices can
help improve our fitness in several ways.
Negative Effects:
Musculoskeletal disorders make up approximately 30 percent of all injuries in the workplace that result in loss of workdays
through employees’ absence.
Approximately 60 percent of office workers using a computer all day suffer from wrist pain while at the computer.
Around 50 percent of computer workers say that they feel their keyboards are too high.
Recommendations:
Take short, regular breaks from their computers, or that their employer won’t let them.
Page 35
Created by Turbolearn AI
Home Automation
Home CCTV systems allow remote monitoring via smartphones.
Smart fridges can automatically update shopping lists.
Smart utility meters monitor usage and allow remote thermostat adjustments.
Social Interaction
Smart devices save time but may reduce social interaction.
Online shopping reduces the need for face-to-face interactions.
Transport
Microprocessor-controlled systems are used in modern vehicles for engine management, improving fuel consumption and
reducing pollution.
Intelligent transport systems use sensors to monitor traffic and improve safety.
Intelligent transport system: The use of communications devices, computers, control, and sensing devices to
improve the safety and efficiency of traffic movement through transmitting real-time information.
Autonomous Vehicles
Autonomous vehicles can operate without human involvement.
Autonomous vehicle: A vehicle capable of sensing its environment and operating without human involvement.
Page 36
Created by Turbolearn AI
Potential Drawbacks
Expensive to implement and maintain.
Relies on surveillance, potentially infringing on privacy.
Vulnerable to hackers who could take control of traffic systems and vehicles.
Reducing Risks
Sensible precautions must be taken to reduce health risks associated with computer use.
Repetitive Strain Injury (RSI): Pain in muscles, nerves, and tendons due to repetitive
* Adopt a good posture.
movement and overuse.
* Use an ergonomically designed
keyboard.
* Take regular breaks.
* Minimize mouse use with keyboard
shortcuts.
* Use a wrist support or ergonomic
mouse.
Back Problems
Back Pain: Caused by prolonged sitting and bad posture. * Adjust the chair to suit body type and height.
* Adjust the height and angle of the screen.
* Use a chair with lumbar support.
* Adjust the desk for proximity.
Back Injuries: Caused by moving heavy computer hardware. * Use correct lifting techniques.
* Reduce twisting, stooping, and reaching.
* Plan the lift to reduce the distance.
* Avoid lifting from floor level or above shoulder height.
* Ask for help.
Eye Strain
Eye Strain: Headaches, watery eyes, dry eyes, and double vision from
* Take regular breaks.
staring at a screen.
* Adjust the brightness and contrast of the monitor.
* Use suitable font and icon sizes.
* Use suitable lighting in the room, avoiding sunlight on
the screen.
Headaches
Page 37
Created by Turbolearn AI
Stress
Stress: Caused by computer malfunctions, software issues, rushing. * Ask colleagues for help.
* Admit if it is too much.
Communication
Newsletters
Used to give updates on progress and new developments.
Can be a single sheet or many pages long.
Word processing and desktop publishing software allows for sophisticated newsletters.
Features include:
Using columns
Altering the margins and the spacing
Changing the character size
Using different typefaces (fonts), like Arial or Courier
Different effects, like italic, bold, and superscripts
Indenting text
Automated bullet points and numbering systems
Justification of text
Inserting links
Use of headers, footers, automatic page numbering
Newsletter: news, updates, and information issued periodically to the members of a society or other organization.
Posters
Intended to communicate one message rather than being a document containing lots of information on different topics.
Used to advertise products and events.
Contain less text and information than a newsletter.
Have a greater visual element to be eye-catching.
Page 38
Created by Turbolearn AI
Poster: a large printed sheet containing text and pictures which is displayed in a public space.
Multimedia Presentations
A standalone presentation that uses a mixture of different media such as text, video, audio, and images to present
information effectively and maintain viewer interest.
Changes from one screen to another can use complex transitions to catch attention.
Hyperlinks can be included as part of a single-user presentation to give the user a choice of path through it.
Can be used to:
Accompany a talk by a person.
Run on their own for people to view, e.g., advertising products in shops or explaining exhibits in a museum or
paintings in an art gallery.
Create educational tutorials.
Produce a digital portfolio of a person’s work.
Produce a photo slide show that can be left to run on its own.
Create interactive stories and quizzes.
Create animations.
Multimedia presentation: a presentation that uses a mix of media, for example, text, sound, photos, animations,
videos and interactive content.
Websites
A collection of interactive web pages containing text, graphics, audio, video, and links to other pages.
Hosted on a web server on the internet.
Information can be viewed by internet users using a web browser.
Used to:
Raise the profile of a person or organization.
Communicate with others.
Provide information about an organization.
Advertise an organization or product.
Allow users to upload and download files, e.g., application forms.
Allow users to order products advertised on the website.
Web browser: an application used to access websites on the world wide web
Web page: a document containing text, images, audio, video and links to other pages that can be viewed on a web
browser
Page 39
Created by Turbolearn AI
Media Streaming
Refers to the continuous transmission of audio or video files to a user.
The file being streamed is stored remotely, and streaming happens in real-time.
No need to wait for the whole file to download to begin watching.
Doesn’t require downloading files and using space on the hard drive.
Used for entertainment, where users can watch films and listen to music stored on remote servers.
Also used by television channels for live events such as football matches.
Requires fast internet speeds for streaming high-quality video.
Media streaming: a method of transmitting or receiving data (especially video and audio material) over a computer
network as a steady, continuous flow, allowing playback to start while the rest of the data is still being received
Live streaming: when streamed video is sent over the inter net in real time, without first being recorded and stored,
e.g. many sporting events are live streamed
Audio and video data is broken down into data packets to be sent over the internet.
Many presenters use audio alone for comedy, storytelling, and providing information through podcasts.
Podcasts are digital audio files that users can download from the internet and listen to on a mobile device such as a
smartphone, typically available as a series with new installments automatically downloading.
Audio communication without video is used when people must concentrate or cannot view a screen, such as when they are
running or exercising.
Information is communicated using audio in shops and railway stations.
Video communication combines moving images and sounds, widely used in education, entertainment, and by organizations
to advertise and promote their products.
E-publications: digital materials published online such as e-books or digital magazines and e-newspapers
Audio communication: any form of transmission that is based on sound, speaking and hearing
Video communication: any form of transmission that is based on moving pictures as well as sound
Podcast: a digital audio file made available on the internet for downloading to a computer or mobile device
E-publications
The publishing of digital books, magazines, newsletters, and newspapers online.
Advantages:
They can be shared globally.
There are no printing costs.
It is quicker to get published.
Constant access to your digital library.
E-Readers are often less bulky than books.
Voice over internet protocol (VOIP): allows the use of the internet to carry voice data when making phone calls
Mobile Communication
Page 40
Created by Turbolearn AI
Mobile devices can access the internet using either Wi-Fi or a mobile/cellular network.
Cellular network is a wireless network distributed through cells.
Each cell includes a fixed location transceiver known as a base station.
These cells provide wireless coverage over a large geographical area.
Smartphones can be used for voice or phone calls, allowing communication between people.
Handover is the automatic transfer of a user’s connection to another base station as they move out of range.
Cellular technology has improved over the years, with each improvement being called a ‘generation.’
Most people now use third generation (3G) or fourth generation (4G) technology, with 5G soon superseding them in some
areas.
SMS (Short Message Service) allows users to send short text messages to each other.
Base station: a fixed point of communication for cellular phones on a carrier network. The base station has an
antenna (or multiple antennae) that receives and transmits the signals in the cellular network to customer phones and
cellular devices
Handover: the automatic transfer of a user’s connection to a base station to another base station which is near er to
the user
Short message service (SMS): system where users can send short text messages to each other fr om one mobile
phone to another or from a computer to a mobile phone
3G and 4G: communication protocols used by smartphones to connect to the internet, 4G being much faster than 3G
5G: the 5th generation of wireless technologies for digital cellular networks
Personal Finance
A personal financial model predicts finances into the future, showing expected regular income and expenditure.
Allows users to see how much they should have available at the end of each month.
Can also allow a user to see what would happen if they changed something.
Modelling Applications
Computer modelling uses mathematical formulae to describe real-life situations.
The model attempts to mirror the rules and mechanisms that control real-life systems.
Spreadsheets are valuable for simple computer modelling.
Specialist modelling software is used for commercial and large-scale models.
Meteorological services use different models such as Seasonal and Climate and Ocean models to predict the weather.
Computer modelling: an attempt to abstract the rules and mechanisms that contr ol real-life systems and apply them
in computer programs so that they can be used to simulate the behavior of those systems
Application Description
Personal Finance Models expected income and expenditure to forecast financial status.
Bridge/Building
Tests structural integrity under various conditions (e.g., weather, traffic) to ensure safety and stability.
Design
Flood Water
Predicts flood patterns and depths to develop hazard maps and plan flood defenses.
Management
Simulates traffic flow to optimize traffic systems, determine traffic light timing, and assess the impact of
Traffic Management
new roads.
Uses detailed atmospheric models to predict weather conditions over the coming weeks or months. Data
Weather Forecasting
includes air movement, heat exchange, air pressure, wind strength, temperature, and moisture.
Supply-chain Software used by organisations for planning the logistics of the transport of materials from all over the
modeling world.
Page 41
Created by Turbolearn AI
Mathematical formula: an expression or equation that expresses the relationship between particular quantities.
Simulate: to make something that looks and acts like a real object or situation but isn’t real
Hazard map: a map that highlights areas that are vulnerable to particular adverse conditions
Traffic Management
Helps determine which type of control to use at road junctions.
Aid decision making about choices.
Helps to determine the amount of time allowed to each road at urban traffic lights.
Allow users to investigate the effects of building new roads, making more streets for pedestrians only or allowing only one-
way traffic.
Traffic modelling: using mathematical and computer simulations of r eal-world traffic situations to ensure optimal
(best or most desirable) traffic flow with minimum traffic jams
Weather forecasting: predicting weather conditions over the next few days
Traffic management: directing vehicles and pedestrians along certain r outes to ensure optimal traffic flow with
minimum traffic jams
Computer-Controlled Systems
A set of devices such as a processor, sensors, and actuators that work together to achieve a set of objectives.
Page 42
Created by Turbolearn AI
Robotics in Manufacture
Robots have a major role in the manufacturing industry.
Main use is to carry out repetitive tasks.
Some can be re-programmed to do different tasks.
Programmers can write instructions, observe the robot while it does the task (teach and learn method), or guide the robot
through a task the first time.
Disadvantages of Robots
Cannot make independent decisions.
Cannot change their actions to accommodate a new situation, although machine learning attempts to change this.
Initial setup costs can be very high.
Workers worry that robots cause unemployment for humans.
Machine learning: the ability of computers to lear n without being explicitly programmed
Robots in Manufacturing
Page 43
Created by Turbolearn AI
Robots are crucial in the manufacturing industry, handling intricate assembly line tasks and even overseeing human workers.
Many robotic arms can execute various functions and switch tools with minimal human intervention.
Production Lines
A production line is used to create an end product from raw materials or other components. Computers control the flow of
materials along the entire production line.
Production line: a line of machines and workers in a factory that a product moves along while it is being produced.
Each machine or worker performs a particular job that must be finished before the product moves to the next position
in the line
Robot Density
The number of robots employed per 10,000 industrial employees varies across countries.
1 Singapore 831
2 Republic of Korea 774
3 Germany 338
4 Japan 327
5 Sweden 247
... USA 217
... China 140
Although China is in 20th position, it is the world’s largest user of industrial robots, installing 154,000 units in 2018. However, it
has far more industrial workers compared to other countries.
Robots in Logistics
The logistics industry benefits from robots as they manage the movement of goods from their source to their destination.
Driverless transport can operate 24 hours a day, eliminating the need for rest time and reducing costs.
Disabled people who cannot drive can also benefit from driverless cars, gaining more mobility and independence.
Autonomous vehicles could potentially be safer because they remove the possibility of human error. Sensors enable
communication between driverless cars, allowing them to travel faster and more safely.
Page 44