ICT
A practical
approach for
the updated
syllabus
Stephen Doyle
Motherboard
1
Software the computer hardware what to do. System software therefore
operates and controls the computer hardware.
Software are programs for controlling the operation of a computer
or for processing electronic data. System software includes:
Software consists of sets of instructions that tell the computer Operating systems
hardware what to do. Software is written in a computer language Device drivers
and there are quite a few different ones. Computer hardware Compilers
is useless without software. Software is of two main types: Linkers
applications software and system software. Utilities
2
1 TY PES AND COMPONENTS OF COMPUTER SYSTEMS
KEY WORDS
Q U E S TIONS A
Device driver a short, specially written program that
1 a Explain the main difference between computer understands the operation of the device it controls/
hardware and software. (2 marks) operates. For example, driver software can operate/control
b Give two examples of computer hardware and two a printer or scanner. Driver software is needed to allow
examples of computer software. (4 marks) the systems or applications software to control the device
properly.
2 System software includes the following: Operating system software that controls the hardware of
Operating system a computer and is used to run the applications software.
Device drivers Operating systems control the handling of input, output,
Utilities interrupts, etc.
Write down the piece of software from the list above that System software any computer software that manages
performs each of the following tasks. and controls the hardware thus allowing the applications
a Switches the printer on/off and sends data software to do a useful job. System software consists of a
to the printer for printing. (1 mark) group of programs.
b Compresses files so that they can be sent in Utility software part of the system software that
less time over the internet. (1 mark) performs a specific task such as creating a new folder,
c Provides a user interface so that users can easily copying files, etc.
create folders, copy files, move files, etc. (1 mark)
d Keeps track of where to store data on the
hard disk drive. (1 mark) The main components of computer
e Detects and removes viruses. (1 mark) systems
f Used to supply instructions as to how to operate
hardware attached to the computer such as
printers and scanners. (1 mark) Input devices Processor and internal memory Output devices
3
Internal memory: read only memory (ROM) and
Q UESTI O N S B
random access memory (RAM)
There are two types of memory called ROM and RAM. Both of
1 The diagram represents a computer’s main components:
these two types of memory are stored on chips and are available
immediately to the central processing unit.
A B C
Computers also have a hard disk drive as internal memory and it
is here that the application software is stored along with the user’s files.
D
ROM (read only memory) RAM (random access memory)
For each of these components, match it with a letter in
Data and program instructions are Data and program instructions are
stored permanently. stored temporarily. the diagram above.
Processor and internal Secondary storage
The computer can only read the Can read contents as well as write
contents. new contents. memory devices devices
Output devices Input devices
Non-volatile, meaning the Volatile, meaning the contents are
contents of memory are retained lost when there is no power. (4 marks)
when there is no power. 2 ROM and RAM are both types of internal computer
Used to store the BIOS program memory.
used to boot the computer up a i What do the letters ROM stand for? (1 mark)
when the power is turned on. ii What do the letters RAM stand for? (1 mark)
b Tick one box next to each item below to show
KEY WORDS
which statements apply to ROM and which to RAM.
BIOS (basic input/output system) stored in ROM and (4 marks)
holds instructions used to ‘boot’ (start) the computer up
ROM RAM
when first switched on.
RAM random access memory – fast temporary memory Contents are lost when the
which loses its contents when the power is turned off. computer is turned off
ROM read only memory – memory stored on a chip which Contents are not lost when
does not lose data when the power is turned off. the computer is turned off
Stores the programs needed
Input devices to start up the computer
These are used to get raw data into the computer ready for Stores application programs
processing by the CPU. Some input devices, such as a mouse, and data currently being used
keyboard, touch screen, microphone, etc., are manual and need to
be operated by a human. Others are automatic and once they are 3 a Explain why it is important that a computer
set up they can be left to input the data on their own. These include has a large amount of RAM and ROM. (2 marks)
optical mark readers, optical character readers, etc. b Computers contain RAM and ROM.
Explain what ROM would be used for in a computer.
Explain what RAM would be used for in a computer.
Output devices
(4 marks)
Once the raw data has been processed it becomes information
and this information needs to be output from the computer using
an output device. Output devices include monitors/screens,
printers, speakers, plotters, etc. Operating systems
Operating systems are programs that control the hardware directly by
Secondary/backing storage giving the step-by-step instructions that tell the computer hardware
Secondary/backing storage is used for the storage of programs what to do. An operating system performs the following tasks:
and data that are not needed instantly by the computer. It is also
used for long-term storage of programs and data as well as for Handles inputs and outputs – selects and controls the
copies in case the original data is lost. operation of hardware devices such as keyboards, mice,
scanners, printers, etc.
Secondary/backing storage media includes internal hard disks, Recognises hardware – the operating system will recognise
memory sticks, flash memory cards, optical disks (such as CDs that a hardware device such as a pen drive, camera, portable
and DVDs) and magnetic tape. hard drive, etc., has been attached to the computer. The
See Chapter 2 for more information on input, output and storage operating system loads the software it needs to control the
devices. device automatically.
4
1 TY PES AND COMPONENTS OF COMPUTER SYSTEMS
Supervises the running of other programs – it provides a way Graphical user interface
for applications software (i.e. the software that is used to Graphical user interfaces (GUIs) are very popular because they
complete a task such as word-processing, spreadsheet, stock are easy to use. Instead of typing in commands, you enter them
control, etc.) to work with the hardware. by pointing at and clicking objects on the screen. Microsoft
Handles the storage of data – it keeps track of all the files Windows and Macintosh operating systems use graphical user
and directories/folders on the disk. interfaces. The main features of a GUI include:
Maximises the use of computer memory – the operating
Windows – the screen is divided into areas called windows.
system decides where in the memory the program instructions
Windows are useful if you need to work on several tasks.
are placed. For example, some instructions are needed
over and over again, whereas others are needed only now Icons – these are small pictures used to represent commands,
and again. It ensures that the parts of the program needed files or windows. By moving the pointer and clicking, you can
frequently are put in the fastest part of the memory. carry out a command or open a window. You can also position
Handles interrupts and decides what action to take – when any icon anywhere on your desktop.
something happens such as the printer cannot print because
Menus – these allow a user to make selections from a list. Menus
the paper is jammed or it has run out of paper, it will stop the
can be pop-up or drop-down and this means they do not clutter
printer and alert the user.
the desktop while not in use.
The types of interface used with operating systems Pointer – this is the little arrow that appears when using Windows.
An operating system needs a way of interacting with the user. The pointer changes shape in different applications – it changes
The way the operating system communicates with a user is to an ‘I’ shape when using word-processing software. A mouse can
called the interface and there are two common interfaces in use be used to move the pointer around the screen.
and these are:
Notice that the first letter of each feature in the above list spells
Graphical user interface (GUI) – these are very easy to use and out the term WIMP (i.e. Windows, Icons, Menus, Pointers).
have features such as windows, icons, menus, pointers, etc.
Examples of operating systems which make use of a GUI are: The benefits and drawbacks between an operating
Windows system which uses a GUI and those which use a CLI
Mac OS
Ubuntu Benefits and drawbacks of a GUI
Drawbacks
A GUI takes up more hard disk space when being stored.
A GUI requires more memory (ROM and RAM) when
being used.
A more experienced user might find that typing in commands
is quicker than moving the mouse or clicking.
Example of a command line interface where the commands are entered
A powerful processor is needed to run the latest version of
at the prompt.
a GUI.
5
Benefits and drawbacks of a CLI Personal computers (PCs) or desktop computers
A personal computer is the type of computer that you are most
Benefits
likely to encounter at home or at school.
If the user is experienced in using the CLI it can be faster to
type commands rather than move the mouse and click on Computers can be classed as stand alone or networked:
drop-down menus and icons to issue the same commands.
Stand alone computers are not connected to a network so
A CLI does not use as much hard disk space when being
they do not share resources or files with other computers.
stored.
They are used when all the programs data/files needed for
A CLI does not need as much memory (ROM and RAM) when
the application, are stored locally (i.e. on one of the drives or
being run.
memory in the computer itself).
You do not need a powerful processor to run a CLI.
Networked computers are linked to a network so they are
Drawbacks able to share files, an internet connection and devices such
You need to learn and remember lots of commands. as printers and scanners with other computers connected to
Commands must be issued in a specific order otherwise the the network. Many programs are stored on the internet (i.e.
commands will be rejected. cloud storage) rather than locally on the computer and can
therefore only be accessed using networked computers.
Important note
Windows is an interface which allows easy user interaction with Laptops
a multitasking graphical user interface (GUI) operating system Laptop computers are designed to be portable and used while
as well as other software. MS Windows is a branded operating on the move. A touch pad is typically used instead of a mouse
system owned by the company Microsoft. to move the cursor and make selections. Laptops are often
used in public places so there is a greater likelihood of them
being stolen.
Q U E S TIONS C
Laptops make use of LCD (liquid crystal displays) which use
1 Graphical user interfaces are very popular interfaces less power and are light in weight. This is important because
that are used with computers, mobile phones, and other laptops use rechargeable batteries when used away from a
portable devices. power supply. If a laptop is not connected to a network then it is
a Give three features of a graphical user interface. a stand alone laptop and all the programs and files needed for
(3 marks) the application used are stored on the computer itself. Once the
b Other than a graphical user interface (GUI) give the computer is connected to a network then it is able to share files
name of one other type of user interface. (1 mark) and resources and it becomes a networked laptop.
2 All computers need an operating system.
a Explain what an operating system is. (2 marks) Tablet computers
b List three different functions of an operating Tablet computers, called tablets for short, are mobile computers
system. (3 marks) with a display, electronic circuitry and battery in a single thin
unit. They are designed to be portable yet have a screen size that
3 Users need a way of interacting with an operating system. makes them easy to use for accessing content on the internet,
a Give the names of the two different types of user playing games, listening to music, as well as using all the other
interface used with computers. applications for which you would use a computer. Tablets usually
(Note that the use of brand names will gain you feature an on-screen keyboard which pops up on the screen to
no marks in an examination.) (2 marks) enable text to be input.
b Give a benefit and a drawback for each type
of interface. (2 marks) Tablet computers are usually equipped with some or all of the
following:
A camera which enables still or video images to be recorded
Types of computer and saved as well as photo-editing software.
The type of computer you choose to use depends on the tasks Speakers to output music, sound from video recordings,
you intend to do with the computer and where you intend using instructions from GPS (global positioning systems), etc.
the computer. If a computer is to be used away from a desk then A microphone to record voice for the phone facility, the web
it needs to be small and light but there are some tasks such as cam, and for voice recognition to enable commands to be
desktop publishing where it becomes difficult to perform using a issued verbally and to enable speech to be converted to text
small screen. for documents and emails.
6
1 TY PES AND COMPONENTS OF COMPUTER SYSTEMS
Handwriting recognition enables a user to write on the Desktop Laptop Tablet Smartphone
touchscreen using a stylus and then convert it to text which
Separate All in one so easy Light and Very light and
can be used in email, documents, etc. components to move. compact so easily pocket sized.
Bluetooth which allows communication between the means hard to transported.
tablet and peripherals such as external speakers and dismantle/move.
other devices. Used on a desk so Often used Uses an on-screen On-screen
Ability to use Wi-Fi which allows access to the internet less likelihood of awkwardly so chance keyboard which can keyboard is small
wherever there is a wireless access point (e.g. in homes, RSI or backache. of backache or RSI. be awkward to use. and hard to use.
coffee shops, libraries etc.). Needs a mains Can be used away Can be used away Can be used away
The ability to use 3G/4G telephony to access the power supply. from the mains from the mains from the mains
internet when Wi-Fi is not available, provided you have power. power supply. power.
a mobile signal. Easy to upgrade Harder to upgrade Harder to upgrade Harder to upgrade
and repair. and repair. and repair. and repair.
Full size keyboard Touch pad is more Uses a touch screen Small screen
and mouse are cumbersome to which makes it easy makes it more
easy to use. use. to surf the net. difficult to use.
Flat surface No flat surface is Can be used in most Easiest type to use
needed to move needed. positions including when on the move.
mouse on. standing up.
Artificial intelligence
Because they are light in weight and have a touch-screen, tablet Artificial intelligence is the science of getting computers to learn
computers can be used while standing up.
in a similar way to the way the human brain learns new things.
The aim of this is to make computers more intelligent and make
Smartphones them able to work things out for themselves.
Smartphones have most of the features of a tablet computer
Artificial intelligence is a reasoning process performed by
but their small size limits their use for certain applications.
computers that allow the computer to:
The following diagram shows some of the features of a smartphone.
Draw deductions
Clock, alarm,
Produce new information
calendar & Modify rules or write new rules.
Communicating with nearby calculator 3G/4G
devices using Bluetooth telephony
KEY WORD
Ability to run small WiFi access to
Artificial intelligence (AI) creating computer programs
programs called apps the internet
or computer systems that behave in a similar way to
Features the human brain by learning from experience, etc. The
Video of a Phone calls
computer, just like a human, is able to learn as it stores
smartphone
more and more data.
Camera & SMS messaging
photo-editing
Voice messages
Biometrics
MP3
player
GPS Biometrics uses a property of the human body to identify people.
The three main properties used to identify a person using ICT are:
Fingerprints
The pattern on their retina (the pattern of blood vessels at the
back of the eye).
The pattern on their iris (the coloured, circular area around
the pupil in the eye).
7
These have the following uses. Uses for computer-assisted translation
Changing the language on websites – many websites are used
Fingerprint scanning:
internationally and it is possible for you change the language
Used for recording attendance in school/college used by the website to the language you use.
Used for access to buildings and rooms Translation of documents – documents such as contracts, letters,
Used to restrict access to computers/smartphones brochures, notes etc may need to be translated into different
Used to restrict access to countries at border control at languages. There is no need for translators to perform the translation
airports, ports, etc. as computer software can do it saving both time and money.
Retinal scanning: Quantum cryptography
Quantum cryptography uses a special branch of physics called
Used for passport control.
quantum mechanics to produce a very secure method of encryption. It
Used for access to buildings and rooms.
allows a sender and receiver to communicate in private using a special
key. If someone is trying to eavesdrop on the communication, the
system is able to detect this and the system stops the communication.
This method is used by the military to send orders to troops and also
for sending financial and banking details over networks.
8
1 TY PES AND COMPONENTS OF COMPUTER SYSTEMS
Holographic imaging uses laser light to form an image of an Can easily change the way the device works by re-programming it.
object that is almost indistinguishable from the object itself. More accurate than humans.
Research is currently taking place to use computer-generated Can react quickly to changes in conditions.
holograms with special holographic displays to produce
Disadvantages:
holographic television. The main problem at the moment is
that producing a holographic image requires huge numbers of Initial cost of equipment is high.
calculations to be performed very quickly and current processors Equipment can go wrong.
are not fast enough. There is also the problem of transmitting Fewer people needed so leads to unemployment.
holographic images, because the bandwidth needed is much Need specialist to program, which is expensive.
higher than that currently available. As soon as these technical
problems are solved, we will have true 3D images.
Virtual reality
Virtual reality is a simulation of the real world, or an imaginary
world that is created using computers. Sometimes the image is
displayed on a computer screen and sometimes it is displayed on
a specially designed headset that you wear. In some cases users
are able to interact with the virtual environment using a keyboard
and mouse or by using a specially wired glove.
Robotics
Robots have been widely used in manufacturing for years, especially
for painting and welding in car factories. Robots are also used for
picking and packing goods in large warehouses. Robots have been
developed that will do some of the tasks humans hate to do, such as
mowing the lawn or vacuuming floors. This robot is used by the army to make bombs safe.
There are robots available for the home that will wash floors, clean
gutters, and clean swimming pools. The robots that are available
at the moment in the home are usually capable of performing one
task. In the future you will probably buy a single multifunctional robot
capable of carrying out a range of different tasks.
Mowing the lawn is a chore for many people, so this robot lawnmower is a
useful device.
9
REVISION QUESTIONS
10
1 TY PES AND COMPONENTS OF COMPUTER SYSTEMS
1 Choose three tasks from the list below that are carried out 7 There are two types of internal memory called
by system software: ROM and RAM. Describe the differences between
Renaming a file ROM and RAM. [4]
Deciding where to store data on a hard disk drive 8 Complete each sentence using one item from the list:
Underlining text in a word-processing package
Cropping a picture Router Output Communication Software
Loading a file from the disk drive [3] Processor Microphone ROM RAM Input
2 a Give three tasks (other than those in Q1) a ……………… means the programs that supply the
performed by system software. [3] instructions to the hardware to tell it what to do.
b Some printers come with device driver software. b …………… devices such as keyboards, mice, and
Give one purpose of device driver software. [1] scanners are used to supply data to the computer.
3 Write down the name of the piece of system software that c …………….. devices are hardware such as printers,
carries out each of the following by matching the name to speakers, and screens.
the correct description. d …………….. is memory which is used to hold the boot
Utility program needed to start the computer up when first
Device driver switched on.
Operating system e ……………. is memory held on a chip that can
have its contents changed by the user. [5]
Description Name
9 Graphical user interfaces are very popular particularly
(A) Deals with errors that occur when the
with tablets and smartphones.
computer is working on tasks
a Give two advantages of a tablet compared to a
(B) Software needed when a new piece of
laptop computer. [2]
hardware is attached to the computer
b Give two disadvantages of a tablet compared to
(C) Scans the hard disk drive to detect a laptop computer. [2]
and remove viruses
c Give three features of a graphical user interface. [3]
[3] 10 Give two examples of tasks that are completed
4 Tick True or False next to each of these statements. by robots. [2]
11