Year 8 ICT Term Notes: Software & Word Processing
Year 8 ICT Term Notes: Software & Word Processing
SCHEME OF WORK
S/N WEEK TOPICS
1 1 Computer Software
2 2 Word Processing
3 3-4 Operating Systems
4 5 Units of Storage in Computer
5 6 Desktop Publishing
6 7-8 Computer Problem solving Skills
7 9 Storage Devices
8 10 Computer Control/ Health and Safety
WEEK 1
COMPUTER SOFTWARE
Software is the General term used for the programs that control the computer system and
processes Data.
Software can be defined as instruction and association data that directs the computer to
accomplish a task, sometimes the term refers to a single program but often the term refers to
collections of program and data that are packed together. Software are the applications and
programming instructions that tell your computer what to do and enable you to use it for things
such as playing games, writing an essay or listening to music.
The software you use determines what type of computer you can use and what you can do with
the computer.
There are two main types of software which you will learn about in detail later on. They are
‘systems software’ which basically controls the way the computer works and tells it what to do.
TYPES OF SOFTWARE
Operating systems, which are essential collections of software that manage resources
and provides common services for other software that runs “on top” of them.
Supervisory programs, boot loaders, shells and window systems are core parts of
operating systems. In practice, an operating system comes bundled with additional
software (including application software) so that a user can potentially do some work
with a computer that only has an operating system.
Device drivers, which operate or control a particular type of device that is attached to a
computer. Each device needs at least one corresponding device driver; because a
computer typically has at minimum at least one input device and at least one output
device, a computer typically needs more than one device driver.
Utilities, which are computer programs designed to assist users in maintenance and
care of their computers
General and customized software: General and customized software can be found in
most computer accessories designers outlets/shop hence the reason they are
sometimes refers to as off shop packages software. In the business world today, some
examples of tasks accomplished with application software and document production are
spreadsheet and database management. In addition, business may sometimes like
graphics and also presentation software, including multimedia application
Personally customized software: Personally customized software, is a software that is
being used personally by an end user programmer for a specific task and it not be seen
in a public outlets.
Microsoft word: Microsoft word is majorly used for document formatting and arrangement
Microsoft excel: Microsoft excel is majorly used for calculation and arrangement for pay
record.
Microsoft access: Microsoft access is majorly used for database arrangement and
accessibilities
Microsoft power point: Microsoft power point is majorly for slide presentation during
conferences and seminars
Corel draw: Corel draw is a graphic suit application that enables a computer user to
create graphic and pictures.
Multimedia software: Multimedia software allows the user to create and play audio
and media e.g Window media.
ASSESSMENT
1. Define Software?
2. List TWO types of software
3. List FOUR applications of software
WEEK 2
WORD PROCESSING
Word Processing: Word processing means using the computer to create, edit, and print
document.
Word processor: A word processor is an electronic device or computer software application,
which performs the task of composition, editing, formatting, and printing of documents.
Text Document: Text document is something written, printed, or online document that
presents data in the form of an articles, letter, memorandum, report, etc.
The word window is made up of many components that are displayed onscreen at the start of
the program such as:
a. Title bar: The title bar is the top part of the window displaying MS Word. It displays the name
of the active document.
b. Menu bar: The menu bar contains commands for word operation. E.g Home, Insert, view,
insert, page layout, etc
c. Status bar: bottom of the window it displays the status of the document
d. Toolbar: Toolbar serves as short cuts for common commands such as save, print, new, open,
undo, etc.
Cut and paste: Allows you to remove a section of text from one place in a document and insert
it somewhere else
Copy: Allows you to duplicate a section of text
Page size and Margins: allows you to define various page size and margins.
Search and replace: Allows you to search for a particular word or phrase and also replace one
group of characters with another everywhere that first group appears.
Word wrap: The word processor automatically moves to the next line when you have filled one
line with text.
Headers, footers, and page numbering: Allows you to specify customized headers and footers
the word process will display at the top and bottom of every page
Font Specification: Allows you to change font attributes within a document.
Spell Checker: A utility that allows you to check the spelling of words. It will highlight any word
that it does not recognize
Thesaurus: Allows you to search for synonyms without leaving the word processor
WYSIWYG (what you see is what you get): With WYSIWYG, a document appears the display
screen exactly as it will look when printed. ETC
ASSESSMENT:
BRIEFLY:
[Link] Word Processing;
2. State examples of Word Processors
3. List Application areas of Word Processing Software.
4. Explain the steps involved in loading Microsoft Word
WEEK 3-4
OPERATING SYSTEM
An operating system (sometimes abbreviated as “OS”) is the program that, after being initially
loaded into the computer by a boot program, manages all the other programs in a computer.
The other programs are called applications or application programs. The application programs
make use of the operating system by making requests for services through a defined
application program interface (API). In addition, users can interact directly with the operating
system through a user interface such as a command language or a graphical user interface
(GUI).
Operating system controls the basic input and output, allocates system resources, manage
storage space, maintain security and delete equipment failure. The operating system controls
the flow of data.
Examples of popular modern operating systems include Android, BlackBerry 10, BSD, Chrome
OS, iOS, Linux, OS X, QNX, Microsoft Windows, Windows Phone, and z/OS
In a multitasking operating system where multiple programs can be running at the same
time, the operating system determines which applications should run in what order and
how much time should be allowed for each application before giving another
application a turn.
It manages the sharing of internal memory among multiple applications.
It handles input and output to and from attached hardware devices, such as hard disks,
printers, and dial-up ports.
It sends messages to each application or interactive user (or to a system operator) about
the status of operation and any errors that may have occurred.
It can offload the management of what are called batch jobs (for example, printing) so
that the initiating application is freed from this work.
On computers that can provide parallel processing, an operating system can manage
how to divide the program so that it runs on more than one processor at a time.
A. Manage the computer’s resources, such as the central processing unit, memory, disk drives,
and printers
Assessment:
Introduction
The most common unit of storage in computer is called a byte which is equal to 8
bits. A computer memory is made up of millions of bytes. All data and information fed
into a computer, as well as the program that comes pre-loaded are stored in form of
bytes.
Each byte resides temporary on the computer memory and this specific location is
called an address.
Different computer have different size of memory. The size of a computer memory is
stated by manufacturer in terms of byte.
In order to make calculations and definition of memory size easier, 1.024 bytes are
often rounded off to 1000 bytes. Thus, user will often state that 1 KB is equal to 1000
bytes.
The smallest unit in computer processing is called a bit. It is a unit of data that can
be either of two conditions 0-1. Group of bits makes up storage units in the computer
called character, bytes, or word, which are manipulated as group. A bit is the basic
unit of information in computing and data transmission; a bit can have only the value
of either one or zero, which may be implemented in a variety of systems by means of
a two-state device. An example of such a device in electronics can be a flip-flop, a
logic gate or a relay (in relay logic). The two values can also be interpreted as logical
values (true/false, yes/no), activation states (on/off), or any other two-valued
attribute.
NIBBLE
A computer word is a group of a fixed number of bytes which varies from computer to
computer but is fixed for each computer. The length of a computer word is called
word length, which is in the range of 1 byte to 64 bytes. It implies the number of its
which can be handled like a single operation. A word is the natural unit of data used
by a particular processor design. A word can be considered as a fixed-size group of
bits that are handled as a unit by the instruction set and the processor hardware. The
number of bits in a word (also called word width, word size, or word length) is an
important characteristic of specific processor design or computer architecture, which
is often described as n-bit architecture where n is usually equal to 8, 16, 32 or 64.
BLOCK
In data transmission and data storage, a block is a sequence of bytes or bits, having a
nominal length (a block size). Putting data into blocks (blocking) blocking is used to
speed up the handling of the data-stream by the communication equipment. Blocked
data is normally read a whole block at a time.
CHARACTER
KILOBYTE (KB): One kilobytes is 1,024 bytes. This approximately equal to a character
in one page of a text of a book. A kilobyte (kB) is a decimal multiple of the unit byte
for digital information or computer storage. The prefix kilo (symbol k) is defined in
the International System of Units (SI) as a multiplier of 10³, therefore, 1 kilobyte =
10³ bytes = 1000 bytes. At the same time, traditionally this metric prefix is used to
designate binary multiplier 2¹⁰ = 1024, so 1 Kbyte = 1024 bytes (note the capital K).
WEEK 6
Introduction:
If you desire to keep up with modern trends and customers’ expectations, you would hardly
survive with just word processing tools at your disposal. And, every time you need to prepare a
flyer or a web advertisement for your marketing campaign, it is inefficient in terms of both
budget and time consumption to reach out to third-party solutions. Instead of putting experts
from the correlated field into your shoes, it would be better to explore the opportunities of
page layout programs and become more flexible.
The best thing about desktop publishing (DTP) software deals is the functionality. Editing two
pages side-by-side, creating repeated content with a single button click, importing any of the
hundreds of clipart images and using the integration with specialized software for more eye-
catching lettering and typography—these features allow your brand to complement their
experience of designing numerous layouts.
One of the rocking benefits is to apply one of over 500 templates and fine-tune them in
accordance with your target audience’s needs. Designing business cards, brochures, menus,
envelopes or labels—these features are just a small number of the capabilities offered by the
considered software for the Mac.
Taking into account that advanced programs for DTP offer access to different top-notch
graphics, why not use this feature as a source of inspiration and knowledge base? The same
applies to templates. This is how beginners can become masters without complicated learning
curves—just with the help of files and materials found within the tool. At the same time, if
nothing disturbs you from the creative process (e.g., technical issues or a stubborn menu with a
long route to the option you need), the results will turn out to be more appealing and
motivating.
Below is a list and description of the most basic and essential features that any desktop
publishing software should have. Some of them may prove more crucial than others depending
on the type of print project you are working with. Though these features are important, the list
surely does not end here.
Support for Numerous Project Types
The ability to create a variety of projects defines the flexibility of a desktop publishing
application. The key to delivering this is by supporting an abundance of paper layouts and the
ability to create custom page layouts without too many restrictions.
Layout Tools
The term “layout tools” involves a range of tools that help to place and align objects accurately.
Such tools include but are not limited to rulers, adjustable and automatic guides, multiple editing
layers, object snapping, and object grouping.
The guides and snapping options offer a point of reference when placing images and text in the
document. Multiple editing layers keep the workspace more or less uncluttered which helps to
prevent selecting and moving the unintended object. Object grouping helps in a similar way by
making sure that multiple objects remain positioned proportionate to one another.
The integration of so-called “master pages” in a desktop publishing application saves you from
having to create the same background multiple times for a multi-page document. This option
creates a type of template that can be applied to every page of a document.
Text Tools
Desktop publishing software should offer a wide range of text editing tools extending beyond
standard operations on text. Linked text boxes are an absolute must in desktop publishing. Such
text boxes allow text to flow freely within a network of text boxes. This makes editing text
content much easier since the text boxes automatically adjust the contained text.
Adjusting the text properties of headers and other portions of text can be quite tedious.
Applications with style sheets make that process much quicker. One can think of style sheets as
customizable text templates that can be applied to any portion of text by selecting it and choosing
the corresponding style sheet.
Other important text tools include circle text and artistic text effects.
Graphic Tools
The ability to edit images is also an absolute must for desktop publishing software. Ideally, an
application should allow you to do more than just manipulate images (resize, angle, crop, or
compress). It should give you a set of built-in image effects and filters as well as other functions
related to design. Such functions may include adding shadows, controlling the transparency, and
so forth. Highly professional applications may offer advanced drawing tools.
Printing and Sharing
Supporting a ton of paper layouts and printers is not enough to make a desktop publishing
application great. If you are running an older printer, you will definitely need the ability print
your project as a raster image since many old printers can not handle vector data. A person
looking to send his document to the printshop will find that a variety of export options and the
means to convert text to curves will turn out to be useful. Those who plan on printing any kind of
booklet should look for an imposition functionality.
Assignment:
i. Graphic tools
iii. From the schematic below, write a concise note not more than 3 line.
WEEK 7-8
COMPUTER PROGRAM AND PROGRAMMING LANGUAGE
Example 1:
Produce a flowchart to compute the area and circumference of a cycle given the diameter d. Use
the formular A= πr^2 and C= 2πr
Solution
Origin of and Features of BASIC
BASIC stands for Beginner’s All-purpose Symbolic Instruction Code. It was developed in 1960 by
John Kemeny and Thomas Kurtz to teach students at Dartmouth College. It has undergone a
series of historical development, which has resulted in several forms of the language.
BASIC is now in form of [Link] (Visual [Link]). The majority of BASIC languages use program
translators called interpreters to allow the computer to understand and obey the BASIC
statements in the computer program. Examples of such interpreters are:
BASICA
GwBASIC
Turbo BASIC
Quick BASIC
BASIC variable
A variable is a quantity that changes during the execution of a program. It can also be defined
as a name that is used to represent some storage location.
Types of Variables
1. Numeric Variables: These are used to store numeric values such as 23, 98, 1.44 etc. Examples
of numeric variables are; N, Y, P, SUM, AVERAGE, etc
2. String Variables: These are used to store alphabetic and alpha-numeric values. A string
variable name is always written with a dollar sign ($) as the last character. E.g. Name$, AVG$,
X$, etc
Constants
A constant is data that remains the same as the program runs (executes). Constants are values
stored or assigned to variables.
Types of Constants in BASIC
BASIC allows two constants which are;
Numeric constant: Numeric constant in BASIC is any signed or unsigned number.
Alpha-Numeric or string constant: It consists of the combination of letters, digits, and other
symbols that are treated in a manner completely analogous to a numeric constant. They are
enclosed within inverted commas.
Arithmetic Expression
BASIC arithmetic expression is used to represent mathematical formulae in BASIC
programming. Below is a list of BASIC arithmetic operators:
Arithmetic Operators
Arithmetic Expression
Every arithmetic expression must appear on a single line. There is no superscript in BASIC as we
find in algebra.
Relational Expression
Relational Expression is used for the comparison of two or more data items. BASIC relational
operators are listed below:
Symbol Name
< Less than
> Greater than
= Equal to
<> Not Equal to
<= Less than or equal to
>= Greater than or equal to
Logical Expression
Logical expression involve is an expression involving two or more relational repression joined by
a logical expression. BASIC logical operators are:
AND
NOT
OR
Priority Operator
1st Parenthesis i.e ( and )
2nd Exponentiation
2nd Exponentiation
3rd Multiplication and Division
4th MOD and INTER Division
5th Addition and Subtraction
BASIC Statements
LET Statement
The let statement is used to assign a numeric or string value to a variable.
Syntax
LET [variable] = [constant] for numeric value
LET *variable+$ = *“value”+ for string value
Example
LET X = 12
LET B$ = “Clementina”
LET AREA = L*B
INPUT Statement
The INPUT statement is used to enter data into the computer with a user prompt or a group of
variables during program execution.
Syntax for numeric value
INPUT “*prompt+”; *variable+
Syntax for string value
INPUT “*prompt+”; *variable$+
Example
INPUT “type in the number”; A
INPUT “Type in your name”; N$
READ-DATA statement
READ and Data are two statements concerned with each other which are used to put data in a
line of the program and to read the data when it is needed.
Example
READ A, B, C
DATA 5, 6, 7
LET SUM = A+B+C
PRINT SUM
END
PRINT statement
This statement is used to transmit data from the computer memory to the output device.
Examples
PRINT A
PRINT “I Like Writing Program”
FOR – NEXT
Looping is used to have the computer do repetitive tasks in a fraction of the time that would
otherwise be required. The most common type of loop used in QBASIC programming is the
FOR...NEXT and WHILE WEND loop that repeats a series of instructions a specified number of
times.
Syntax
FOR variable=x TO y [STEP z]
.
.
.
NEXT [variable][,variable...]
x,y, and z are numeric expressions.
STEP z specifies the counter increment for each loop.
Example 1: Write a program using FOR-NEXT state to print any statement five times Solution
FOR I = 1 TO 5
PRINT “the dullest pencil is better than the sharpest memory”
NEXT I
END
Example 1: Program to find the sum and difference between two number
10 REM this program accepts two numbers and finds their sum and difference
20 INPUT “Type the first number and press ENTER”; NUM1
30 INPUT “Type the second number and press ENTER”; NUM2
40 LET SUM = NUM1 + NUM2
50 LET DIFF = NUM1 – NUM2
60 PRINT “first number is “; NUM1
70 PRINT “second number is “; NUM2
80 PRINT “================”
90 PRINT NUM1; “+”; NUM1 “=” ; SUM
100 PRINT NUM1; “-“ ; NUM2 “=” DIFF
110 END
Assessment:
The storage unit is a part of the computer system which is employed to store the information
and instructions to be processed. A storage device is an integral part of the computer hardware
which stores information/data to process the result of any computational work. Without a
storage device, a computer would not be able to run or even boot up. Or in other words, we
can say that a storage device is hardware that is used for storing, porting, or extracting data
files. It can also store information/data both temporarily and permanently.
1. Primary Memory
2. Secondary Memory
3. Tertiary Memory
1. Primary Memory: It is also known as internal memory and main memory. This is a section of
the CPU that holds program instructions, input data, and intermediate results. It is generally
smaller in size. RAM (Random Access Memory) and ROM (Read Only Memory) are examples of
primary storage.
2. Secondary Memory: Secondary storage is a memory that is stored external to the
computer. It is mainly used for the permanent and long-term storage of programs and data.
Hard Disks, CDs, DVDs, Pen/Flash drives, SSD, etc, are examples of secondary storage.
3. Tertiary Memory: Tertiary Memory is a type of Memory that is rarely used in personal
computers and due to this, tertiary memory is not considered to be an important one. Tertiary
memory works automatically without human intervention.
Now we will discuss different types of storage devices available in the market. These storage
devices have their own specification and use. Some of the commonly used storage devices are:
RAM: It stands for Random Access Memory. It is used to store information that is used
immediately or we can say that it is a temporary memory. Computers bring the software
installed on a hard disk to RAM to process it and to be used by the user. Once, the
computer is turned off, the data is deleted. With the help of RAM, computers can
perform multiple tasks like loading applications, browsing the web, editing a
spreadsheet, experiencing the newest game, etc. It allows you to modify quickly among
these tasks, remembering where you’re in one task once you switch to a different task.
It is also used to load and run applications, like your spreadsheet program, answers
commands, like all edits you made within the spreadsheet, or toggle between multiple
programs, like once you left the spreadsheet to see the email. Memory is nearly always
actively employed by your computer. It ranges from 1GB – 32GB/64GB depending upon
the specifications. There are different types of RAM, and although they all serve the
same purpose, the most common ones are :
o SRAM: It stands for Static Random Access Memory. It consists of circuits that retain
stored information as long as the power supply is on. It is also known as volatile
memory. It is used to build Cache memory. The access time of SRAM is lower and it is
much faster as compared to DRAM but in terms of cost, it is costly as compared to
DRAM.
o DRAM: It stands for Dynamic Random Access Memory. It is used to store binary bits in
the form of electrical charges that are applied to capacitors. The access time of DRAM is
slower as compared to SRAM but it is cheaper than SRAM and has a high packaging
density.
o SDRAM: It stands for Synchronous Dynamic Random Access Memory. It is faster than
DRAM. It is widely used in computers and others. After SDRAM was introduced, the
upgraded version of double data rate RAM, i.e., DDR1, DDR2, DDR3, and DDR4 was
entered into the market and widely used in home/office desktops and laptops.
ROM: It stands for Read-Only Memory. The data written or stored in these devices are
non-volatile, i.e, once the data is stored in the memory cannot be modified or deleted.
The memory from which will only read but cannot write it. This type of memory is non-
volatile. The information is stored permanently during manufacture only once. ROM
stores instructions that are used to start a computer. This operation is referred to as
bootstrap. It is also used in other electronic items like washers and microwaves. ROM
chips can only store a few megabytes (MB) of data, which ranges between 4 and 8 MB
per ROM chip. There are two types of ROM:
o PROM: PROM is Programmable Read-Only Memory. These are ROMs that can be
programmed. A special PROM programmer is employed to enter the program on the
PROM. Once the chip has been programmed, information on the PROM can’t be altered.
PROM is non-volatile, that is data is not lost when power is switched off.
o EPROM: Another sort of memory is the Erasable Programmable Read-Only Memory. It is
possible to erase the info which has been previously stored on an EPROM and write new
data onto the chip.
o EEPROM: EEPROM is Electrically erasable programmable read-only memory. Here, data
can be erased without using ultraviolet light, with the use of just applying the electric
field.
Floppy Disk: Floppy Disk is also known as a floppy diskette. It is generally used on a
personal computer to store data externally. A Floppy disk is made up of a plastic
cartridge and secured with a protective case. Nowadays floppy disk is replaced by new
and effective storage devices like USB, etc.
Hard Disk: Hard Disk is a storage device (HDD) that stores and retrieves data using
magnetic storage. It is a non-volatile storage device that can be modified or deleted n
number of times without any problem. Most computers and laptops have HDDs as their
secondary storage device. It is actually a set of stacked disks, just like phonograph
records. In every hard disk, the data is recorded electromagnetically in concentric circles
or we can say track present on the hard disk, and with the help of a head just like a
phonograph arm(but fixed in a position) to read the information present on the track.
The read-write speed of HDDs is not so fast but decent. It ranges from a few GBs to a
few and more TB.
Magnetic Card: It is a card in which data is stored by modifying or rearranging the
magnetism of tiny iron-based magnetic particles present on the band of the card. It is
also known as a swipe card. It is used like a passcode (to enter the house or hotel room),
credit card, identity card, etc.
Tape Cassette: It is also known as a music cassette. It is a rectangular flat container in
which the data is stored in an analog magnetic tape. It is generally used to store audio
recordings.
SuperDisk: It is also called LS-240 and LS-120. It is introduced by Imation Corporation
and it is popular with OEM computers. It can store data up to 240 MB.
It is a cheaper and more portable storage device. It is the most commonly used device to store
data because is more reliable and efficient as compared to other storage devices. Some of the
commonly used flash memory devices are:
Pen Drive: It is also known as a USB flash drive that includes flash memory with an
integrated USB interface. We can directly connect these devices to our computers and
laptops and read/write data into them in a much faster and more efficient way. These
devices are very portable. It ranges from 1GB to 256GB generally.
SSD: It stands for Solid State Drive, a mass storage device like HDD. It is more durable
because it does not contain optical disks inside like hard disks. It needs less power as
compared to hard disks, is lightweight, and has 10x faster read and writes speed as
compared to hard disks. But, these are costly as well. While SSDs serve an equivalent
function as hard drives, their internal components are much different. Unlike hard
drives, SSDs don’t have any moving parts and thus they’re called solid-state drives.
Instead of storing data on magnetic platters, SSDs store data using non-volatile storage.
Since SSDs haven’t any moving parts, they do not need to “spin up”. It ranges from
150GB to a few more TB.
SD Card: It is known as a Secure Digital Card. It is generally used with electronic devices
like phones, digital cameras, etc. to store larger data. It is portable and the size of the SD
card is also small so that it can easily fit into electronic devices. It is available in different
sizes like 2GB, 4GB, 8GB, etc.
Memory Card: It is generally used in digital cameras. printers, game consoles, etc. It is
also used to store large amounts of data and is available in different sizes. To run a
memory card on a computer you require a separate memory card reader.
Multimedia Card: It is also known as MMC. It is an integrated circuit that is generally
used in-car radios, digital cameras, etc. It is an external device to store
data/information.
Optical Storage Devices is also secondary storage device. It is a removable storage device.
Following are some optical storage devices:
CD: It is known as Compact Disc. It contains tracks and sectors on its surface to store
data. It is made up of polycarbonate plastic and is circular in shape. CD can store data up
to 700MB. It is of two types:
o CD-R: It stands for Compact Disc read-only. In this type of CD, once the data is
written can not be erased. It is read-only.
o CD-RW: It stands for Compact Disc Read Write. In this type of CD, you can easily
write or erase data multiple times.
DVD: It is known as Digital Versatile Disc. DVDs are circular flat optical discs used to
store data. It comes in two different sizes one is 4.7GB single-layer discs and another
one is 8.5GB double-layer discs. DVDs look like CDs but the storage capacity of DVDs is
more than as compared to CDs. It is of two types:
o DVD-R: It stands for Digital Versatile Disc read-only. In this type of DVD, once the
data is written can not be erased. It is read-only. It is generally used to write
movies, etc.
o DVD-RW: It stands for Digital Versatile Disc Read Write. In this type of DVD, you
can easily write or erase data multiple times.
Blu-ray Disc: It is just like CD and DVD but the storage capacity of blu ray is up to 25GB.
To run a Blu-ray disc you need a separate Blu-ray reader. This Blu-ray technology is used
to read a disc from a blue-violet laser due to which the information is stored in greater
density with a longer wavelength.
Nowadays, secondary memory has been upgraded to virtual or cloud storage devices. We can
store our files and other stuff in the cloud and the data is stored for as long as we pay for the
cloud storage. There are many companies that provide cloud services largely Google, Amazon,
Microsoft, etc. We can pay the rent for the amount of space we need and we get multiple
benefits out of it. Though it is actually being stored in a physical device located in the data
centers of the service provider, the user doesn’t interact with the physical device and its
maintenance. For example, Amazon Web Services offers AWS S3 as a type of storage where
users can store data virtually instead of being stored in physical hard drive devices. These sorts
of innovations represent the frontier of where storage media goes.
Assessment:
1. Define computer storage device?
2. List examples of Optic storage devices?
3. Explain online cloud storage a device?
WEEK 1O
COMPUTER CONTROL
INTRODUCTION
You are surrounded by examples of computer control. In fact, without computer control, your
home, your school and even your life would be very different.
Sensors: A sensor is something which can measure physical quantities in the surrounding
environment. An example might be a heat sensor which measures the temperature in a room
or a pressure sensor which senses when someone has walked over it. Once they have taken a
reading or measurement, they might send that reading straight back to the computer or they
may store it up and take a set of readings over time and send them back in a batch. This data is
called an ‘input’.
There are many different types of sensors, below is a table showing you a few of the most
common ones:
heating system
Infra-red Infra-red radiation e.g. body heat Security alarm systems
Light levels External security lights
Burglar alarm systems, automatic doors
Computer controlled robot
ADC: ADC stands for Analog-to-Digital Converter. Most sensors take analogue
measurements. This means that the measurement can have a wide range of values or be on a
continuous scale. All computers need digital data. Digital data only has two values either 0 and
1 or On and Off. In order for the data collected by the sensor to be understood by the
computer, it needs to be converted from an analogue signal to a digital signal. To do this, a
special piece of hardware is needed called an analogue-to-digital converter or ADC. The ADC is
connected between the sensor and the computer’s input-output port and it is called an
‘interface.
PROCESS: Once the input data from the sensors has been received by the computer, it can then
begin to process it. The data will be compared against a set of rules which have been
programmed into the control system and a decision will be made.
OUTPUT: Once the processing has taken place and a decision has been made, the computer will send
the correct signal to the output device. For a central heating system, this might be to turn the heating
on or off. For a greenhouse watering system this might be to turn the sprinklers on or off. Sending the
message and the resulting action is known as the ‘output’ stage
Here, we are going to discuss the safety measures to take regarding health problems which
emerges from constant use of the computer.
They are:
· Use of anti-glare protector
Eyes can become strained after staring at the computer screen for a long time particularly if
working in a flickering screen.
Solutions:
(A) Use “eye care” on your computer screen to reduce harmful Ray’s emitted from the
computer screen which can be harmful to our eyes.
(B) Use screen that do not flicker
Take regular breaks away from the computer
· Always have frequent breaks if your job involves strictly the use of computer
Electrical socket must not be overloaded to prevent electrical surge which may lead to fire
caused by electricity.
These are the health issues we are bound to face if we don’t take proper safety measures while
using the computer.
· Wrist pain
Muscles and tendons can become painful with repetitive movements and awkward postures.
This pain normally occur at the elbow, wrist or hands of the computer user
· Eye strain
Focusing your eyes at the same distance for a long period of time causes eye fatigue. The light
rays coming out of the computer screen damages our eye sight leading to having blurred vision
and temporary inability to focus on Faraway objects.
· Obesity
Sitting down one place with proper exercising of our bodies may lead to obesity, because
computer users can spend hour in a chair without actually moving around to exercise their
bodies.
Parents can help reduce the risk of health-related issues over their children by encouraging
them to:
Assessment:
. State the meaning of control
2. Highlight the Advantages and Disadvantages of Computer control
3. List the Hazards associated with the use of computer s and the Safety measures observed