Computer Application Packages
Computer Application Packages
LECTURE NOTES
LECTURE ONE
What is computer?
A computer system can be defined as an electronic device capable of accepting data through an
input device, process it under the guidance of a set of instructions (called program) and present
the result as information through the output device to the users.
1. The office: An office will have a central computer connected to various offices via terminals
in their homes and carry out their official assignments. The most important advantage of
this system is speed at which jobs are handled with this system and cutting of cost of
transportation by staff from the homes to various offices. The demerit lies in the fact that
there would be lack of social interaction among staff and inadequate privacy of data and job
operations. As well there would be lack of superior control of subordinates and the cost of
implementing such a system is high
2. Manufacturing Industries: They are among the first most well established fields of
application of information technology. It has provided tools for production planning,
production, design and industrial research. Other areas where information technology has
done very well are computer-integrated manufacturing (CIM), computer aided
manufacturing (CAM), and computer aided design (CAD). Computer aided design was
successfully applied to fields outside the manufacturing unit, such as computer itself,
architectural and building industries.
3. Health: Computer-controlled life support systems can monitor a patient’s condition via a
number of sensor devices checking on, for example, pulse rate, body temperature and
blood pressure. This frees nurses of other duties. Computer-assisted diagnosis systems
make use of artificial intelligence to assist a physician in diagnosing a patient’s condition.
Another use of computer is to assist the plastic surgeon in the repairs of facial injuries and
deformities.
4. Finance and Commerce: Every money transactions are of importance to information
technology. A record usually needs to be made either formally or informally about the
amount, the purpose, the parties involved and the date of transaction etc. previously
recorded on paper and processed by hand or by means of slow electromechanical machine.
This device certainly was inadequate hence it failed in face of massive growth in
transactions. Information Technology has provided us with very good methods of
transaction business e.g Bank account opening, online shopping, money transfer, the use of
point of sales terminals (POS), etc.
5. Military Application: Computer and Telecommunication technologies have been employed
for military purposes ever since their beginning – calculation of ballistics of artillery shells
and transmission and decoding messages are among the best recorded uses of these
technologies. The automated battlefield concept includes Missiles, which find their pre-
programmed target with very high accuracy.
6. Education and Training: Areas where IT is applicable are computer assisted training (CAT),
computer managed learning (CML) with training material such as TUTORIAL on a screen-
based terminal, computer-based test (CBT), etc.
7. Leisure: There are lots of games that one can play with computer system. Most desktops
come pre-installed with the operating system and other games can be bought and installed
for leisure hours. One can either play such games with the computer or play alone or play
with someone else and having the computer as the umpire.
8. Computer as an aid to Lawyers: Computers are used in many law chambers to record cases
and courts proceedings. With expert system and artificial intelligence that characterize the
fifth generations computers of today, computers with a well-developed database is capable
of determining and revealing various defense strategies based on similar cases that have
been determined somewhere else before.
PROCESS
INPUT OUTPUT
The computer basically accepts data as input, processes the data and presents the results of the
processed data as output.
Hardware refers to all the physical parts of the computer that can be seen, felt and touched.
Examples include keyboard, mouse, printer, hard disk, processor, motherboard, monitor, etc.
The hardware can be divided into two which are: system unit and peripherals.
The system unit houses the most important parts of the computer such as CPU, motherboard,
memory, power pack, disk drives, etc
The peripherals are the input and output devices that extend the capabilities of the computer.
They are not essential but often necessary for the full working of the computer.
Software refers to the instructions that a computer uses to perform a given task. Pieces of
software are often called program. The basic function performed by computer is the execution
of a program.
1. Central processing unit (CPU): This is often referred to as the brain of the computer. It
performs most of the calculations within the computer and is responsible for the smooth
running of your operating system as well as your application programs such as word
processor, spreadsheets and databases.
The CPU is the single most important item within the computer that governs its overall
speed.
The central processing unit comprises of Arithmetic and Logic unit (ALU) and the Control
Unit (CU) with the memory unit.
The ALU is capable of performing two classes of operations: arithmetic and logic. The set of
arithmetic operations that a particular ALU supports may be limited to adding and
subtracting or might include multiplying or dividing, trigonometry functions (sine, cosine,
etc) and square roots. Some can only operate on whole numbers (integers) whilst others
use floating point to represent real numbers even though with limited precision.
An ALU may also compare numbers and return Boolean truth value (true or false)
depending on whether one is equal to, greater than or less than the other.
Logic operations involve Boolean Logic: AND, OR, XOR and NOT. These can be useful both
for creating complicated statements and processing Boolean logic.
The CPU contains a special set of memory cells called registers that can be read and written
too much more rapidly than the main memory area. Registers are used for most the most
frequently needed data items to avoid having to access main memory every time data is
needed. Since data is constantly being worked on, reducing the need to access main
memory greatly increases the computer’s speed.
2. Input Unit
This is the unit through which data, commands and instructions (program) are entered into
the computer. It serves as a communication means between the outside world and the
computer.
Input devices include:
1. Keyboard 5. Joystick
2. Mouse 6. Digital camera
3. Microphone 7. Light pen
4. Scanner
Keyboard
This is a human interface device which is represented as a layout of buttons. Each button or
key can be used to either input a linguistic character to a computer, or to call upon a
particular function of the computer.
Mouse
This is a pointing device which is a human interface device that allows a user to input special
data to a computer. Movement of the pointing device is echoed on the screen by
movement of the cursor, creating a simple, intuitive way to navigate a computer’s GUI
(Graphical user Interface).
Microphone
This is an input device that transduces sound pressure into electrical signal in which
computer equip with a sound card, necessary software and high power microprocessor
used to accept commands and facilitates dictation capability.
Scanner
This is a device that is used to scan document like picture and other graphical images and
transfer the document into the computer storage system for processing.
3. Output Unit
This unit comprises of devices that are used to present the result of the work assigned to the
computer system when the work has been accomplished. Output devices are:
1. Monitor
2. Printer
3. Plotter
4. Projector
5. Speaker
Monitor
This device is a kind of television-like screen that displays result or processed data (information)
and it consumes considerate electrical energy hence producing heat that may require some
means of dissipation
Printer
This is another output device that is different from the monitor because printer produces a
physical copy (also known as hard copy) of the result.
Plotter
This device is very similar to the printer. While printer produces characters and sometimes low
resolution graphics, plotters are specially designed to produce high resolution graphics.
Basic unit of data storage: It is important to realize that the term digital computer refers to the
fact that ultimately the computer works in what is called binary.
1. Primary storage
2. Secondary storage
Primary Storage
Primary storage presently known as memory is the only directly accessible to the CPU. The CPU
continuously reads instructions stored there and executes them. The primary storage comprises
of RAM (Random access memory) and ROM (read only memory)
RAM is a small-sized; light but quite expensive at the same time. RAM is also volatile, that is
they lose information when not powered. So, a computer containing only such storage
would not have source to read instructions from, in order to start the computer.
ROM is slow and memory must be erased in large portions before it can be written.
Some embedded systems run programs directly from ROM (or similar), because such
programs are rarely changed. Standard computers do not store non-rudimentary
programs in ROM, rather use large capacities of secondary storage, which is non-volatile
as well and not as costly.
Secondary Storage
This storage is not directly accessible by the CPU. The computer usually uses its input/output
channels to access secondary storage and transfers the desired data using intermediate area in
primary storage. Secondary storage does not lose the data when the device is powered down. It
is non-volatile per unit, it is typically also an order of magnitude and less expensive than
primary storage.
Hard disks are the main, large data storage area within your computer. Hard disks are used to
store your application programs (that is, word processor, games etc) and your data. They are
much faster than CD-ROMs and floppy disks and can also hold much more data.
Floppy Disk
They are also known as diskettes. They are very slow compared to hard disks or CD-ROMs, and
hold relatively small amounts of data (1.44MB). Sometimes people will back up (that is, copy)
important data from their hard disk to floppy disks. However, as diskettes are notoriously
unreliable. This is not the best way of backing up valuable data.
CD-ROM
Compact-disc-read only memory (CD-ROM) discs look exactly like music CDs but contain
computer data instead music. The advantage of a CD-ROM is that it can hold a vast amount of
data (equivalent to the storage capacity of over 450 floppy disks). They are also
interchangeable. This means that you can own a range of different CD-ROMs and choose which
are to insert into your CD-ROM drive.
DVD-ROM
Digital Versatile Disc (DVD), similar to CD-ROM but allows you to use DVD disks, which contain
vastly more information than a traditional CD-ROM. This also transfers the data from the disk to
the computer far faster allowing you to watch movies on your computer screen. A single-layer
single-sided DVD can store 4.7GB of data. The two-layer DVD standard allows a capacity of
8.5GB. A double-sided DVD increases the storage capacity to 17GB while a CD-ROM can only
store 650MB of data,
A USB flash drives offer potential advantages over other portable storage devices, particularly
the floppy disk. They have a more compact shape, operate faster, hold much more data, have a
more durable design, and operate more reliably due to their lack of moving parts. Additionally,
it has become increasingly common for computers to ship without floppy disk drives. USB ports,
on the other hand, appear on almost every current mainstream PC and laptop. These types of
drives use the USB mass storage standard, supported natively by modern operating systems
such as Windows, Mac OS X, Linux and other Unix-like systems. USB drives with USB 2.0 support
can also operate faster than an optical disk drive, while storing a larger amount of data in a
much smaller space.
Classification of Computers
Digital computers
Analog computers
Hybrid computers
Digital Computers
These are computers that operate on discrete values. That is, values that occur at a point in
time e.g. 0,1,2,3… The output from digital computers is usually in the form of discrete values.
This class of computers is commonly found in the business environments, and they include desk
calculators, adding machines, and most of the computers we have around, that is the personal
computers.
Analog Computers
This is a form of computer that uses continuous physical phenomenon such as electrical,
mechanical or hydraulic quantities to model the problem being solved. The output of analog
computers is usually represented in the form of smooth curves or graphs from which
information can be read.
Hybrid Computers
Hybrid computers are computers that comprise features of analog computers and digital
computers. The digital component normally serves as the controller and provides logical
operations, while the analog component normally serves as a solver of differential equations.
Using physical size as a factor, the following types of computers can be identified:
(a) Micro-computers: These are computers that are small in size which can be placed on the
desk or lap or palm.
(b) Mini computers: These are large computers that support multi users. Their speed of
operations is high compared to micros
(c) Mainframe computers: These are very large computers that support multi users. Their
speed of operations and memory capacity is larger than that of a mini computer
(d) Super computers: These are the largest and fastest type of computers. They are mainly
used in meteorology, biomedical applications, remote sensing, etc
Using scope as a criterion, computers can be classified into two broad categories:
(a) Dedicated or Special-Purpose Computers: These are computers that are designed to
carry out only specified task. The series of instructions that these types of computer
follow to carry out its operation is in-built and cannot be modified e.g. word processor,
robots used in car manufacturing plants, car speedometer, calculator, automated teller
machine (ATM), etc.
(b) General Purpose Computers: These are computers designed to perform a wide variety
of operations. They can be programmed to carry out scientific oriented applications or
business-oriented ones just by changing the series of instructions in its memory. E.g
laptop computers, desktop computers, etc
Generations of Computer
The first computers used vacuum tubes for circuitry and magnetic drums for memory. Their
characteristics are:
Transistors replaced vacuum tubes and ushered in the second generation of computers. Their
characteristics are:
The development of the integrated circuit was the hallmark of the third generation of
computers. Transistors were miniaturized and placed on silicon chips called semiconductors.
1. The size becomes drastically small because components of computer such as CPU,
memory and input/output controls are located now on a single chip
2. Computers in this era can be linked together to form a network, which eventually
led to the development of the internet
3. Graphical User Interface were developed including mouse and hand-held devices
Fifth generation computing devices are based on artificial intelligence. They are still in
development. Applications that have been developed so far in this generation are:
1. Voice recognition
2. Parallel processing and superconductors which is helping to make artificial
intelligence a reality
3. Quantum computation, molecular and nanotechnology will radically change the face
of computers in years to come.
The goal of fifth generation computing is to develop devices that respond to natural language
input and are capable of learning and self-organization.
Computer Software
Computer software refers to set of instructions and codes called programs which enable the
computer to perform certain tasks.
Computer software is basically a program, which allows the hardware components to operate
effectively as well as provide very many useful services. Computer manufacturers and certain
software specialist usually write software.
Types of Software
1. System Software
2. Application Software
System Software
System software covers the collection of programs usually supplied by the manufacturer of the
computer. These programs protect the user from the enormous complexity of the computer
system, and enable the computer to be used to maximum effect by a wide variety of people,
many of whom will know very little about the inner workings of computers without the systems
software a modern digital computer would be virtually impossible to use.
1. Operating system: Those programs concerned with the internal control and
coordination of all aspects of the computer system.
2. Language Translators for converting from one programming language to machine
language
3. Utility programs: They are programs providing various services to users. Those services
include translators for any languages supported by the system. Other examples include
program editors and other aids to programming.
4. Graphical User Interfaces (GUI) providing intuitive, easily learned methods for using
microcomputer systems.
Operating System
If a computer system is viewed as a set of resources comprising elements of both the hardware
and software. Then, it is the job of the collection of programs known as the operating system to
manage these resources as efficiently as possible. In so doing, the operating system acts as a
buffer between the user and the complexities of the computer itself.
1. Interpretation of the command language by which operators can communicate with the
operating system.
2. Error handling: for example; detecting and reporting inoperative or malfunctioning
peripherals.
3. Protection of data files and programs from corruption by other users.
4. Security: protection of data files and programs from unauthorized users.
5. Accounting: Accounting and logging of the use of the computer resources.
6. Program loading to the main memory for processing.
7. Multiprogramming
8. Interrupt handling
9. Job sequencing
10. File management
11. Job Scheduling
12. Peripheral control
13. Recovery form system failure
Examples of operating systems are Microsoft Windows 95, 98, vista, 7, vista, 8, 8.1, 10, Unix,
MS-DOS etc
Language Translators
These are computer programs designed to convert high-level language programs into machine
code, that is, into a form directly usable by a computer. Common types of language processors
are Assembler, Compilers and Interpreters.
Assembler: This is a translator that convert program written in Assembly language to machine
code and vice versa.
Compiler: This is translator that convert program written in high level language to machine
code and vice versa, and translation is done all at once. Languages translated by compiler are
COBOL, FORTRAN etc
Interpreter: This is a translator that convert program written in high level language to machine
code and vice versa but the translator is done line by line. Example of language translated by
interpreter is BASIC, JavaScript etc
Utility Programs
As part of the systems software provided with a computer system, there are a number of utility
programs specifically designed to aid program development and testing. These include the
following:
Editors: These permit the creation and modification of source programs and data files
Debugging Aids: Debugging aids help programmers to isolate and identify the cause of bugs.
File Managers: These simply facilitate a number of operations connected with program
development and maintenance such as keeping backup copies of important files; deleting,
creating, merging, sorting files etc. without the help of such dedicated programs, operations
such as these could be extremely time-consuming and consequently expensive.
Graphical User Interfaces (or GUIs) provide a more intuitive means of performing common
tasks. They usually make use of a pointing device, typically a mouse, by means of which a
pointer is moved around the monitor screen on which small pictures (or icons) are displayed.
These icons represent, among other things, programs which can be run by moving the mouse
pointer over the icon and then clicking one of the buttons on the mouse. Applications run in
their own self-contained areas called windows.
In addition, it is usually possible to activate pull-down menus which provide access to standard
functions when a GUI uses windows, icons mouse pointers and pull-down menus. It is referred
to as WIMP environment.
Application Software
Applications software refers to programs that have some direct value to an organization, and
will normally include those programs for which the computer system was specifically
purchased. Application software is grouped into two which are:
User programs
Application Packages
User programs: They are written by people within the organization for specific needs, which
cannot be satisfied by other sources of software. These programs writers may be professional
programmers employed by the organization, or other casual users with programming expertise.
Application Packages: These are produced by software professionals and be sold for a wide
variety of users. This falls into two main categories:
(a) Special-purpose Packages: Though commercial, it is designed for a specific purpose like
a department or a section of an organization. Examples are: Airline Seat Reservation,
Theatre Seat Reservation, Hotel Room Reservation, Point of Sales Software, A Payroll
Program, etc. Program for each of these areas are of use only in their specific area of
application and their use will be confined to a specific department of the business. A
payroll program for example, can only be used for payroll and will be used by payroll
staff only
(b) General-purpose Packages: These provide facilities which might be used in a wide
variety of business situation and which might therefore be used across many
departments of business
Categories of General-Purpose Application Packages
1. Word Processing: These programs that more or less turn a computer system into a
powerful system into a powerful typewriting tool and more. It helps us to produce
letters, reports, magazines, memos etc. Example of word-processing programs are:
WordStar, WordPerfect, MultiMate, Microsoft Word etc
2. Database Management: They store and retrieve information such as customer lists,
inventories and notes. These programs help us to record and maintain information
about people, places things and management reports of all types. Examples are
Dbase III &IV, FoxBase, Oracle, FoxPro, Microsoft Access etc
3. Spreadsheet: are software packages that more or less turn a computer system into a
sophisticated electronic calculator. Many spreadsheet packages also have
presentation graphics generators which take data and painlessly convert them into
bar charts, line charts and the likes. These programs help us to produce financial
reports and other mathematical computations. Examples are Lotus-1-2-3,
QuattroPro, SuperCalc, MultiPlan, VP Planner, Planning Assistant and Microsoft Excel
4. Graphics: Graphics Programs create graphs and drawings that can be used in
newsletters, posters, advertisements and other documents. Some allow users to
import photographs into documents or create animated pictures for use in
“multimedia” presentations. Popular graphics programs include PC PaintBrush,
Illustrator, Persuasion, Cricket Draw, Corel Draw, Print Master, Print Shop, and
Harvard Graphics
5. Web browsers/Communication Software: This allows communications and
networking. Examples are Internet Explorer, Netscape Navigator, Mozilla Firefox,
Torch browser, Google Chrome, Opera Mini, UC browser etc
LECTURE TWO
Word Processing is the act of creating, editing, formatting and printing word documents
A word processor is a program that allows you to create, edit, format, and print word
documents.
A word processor is a software program, which provides a Graphical User Interface (GUI) with
better capabilities than a text editor.
1. WordPerfect
2. MS Word
3. Word Star
4. Ami Pro
5. Word Pad
The main advantage of a word processor is that it provides a WYSIWYG (What You See Is What
You Get) interface, which helps you make changes quickly and easily to your documents.
There are different versions of Microsoft word, MS Word 2003, 2007, 2010, 2013, 2016, 2019.
• Type, edit and format documents like letters, reports, memos, etc
• Create tables of content and indexes
• Check spelling and indicate grammatical errors in text document
• Search and replace a particular word in a document
• Create tables
• Create simple graphics
• Print documents using a choice of paper size, orientation, number of copies, etc
• Save documents and retrieve them when needed
Some Features of Microsoft Word 2016
The Title bar is located at the very top of the screen. In MSWord 2016, its next to the Quick
Access toolbar. On the Title bar, Microsoft Word displays the name of the document on which
you are currently working. Word names the first new document you open Document1. As you
open additional new documents, Word names them sequentially. When you save your
document, you assign the document a new name.
Next to the Microsoft Office button is the Quick Access toolbar. The Quick Access toolbar
provides you with access to commands you frequently use. By default, Save, Undo, and Redo
appear on the Quick Access toolbar. You can use Save to save your file, Undo to rollback an
action you have taken, and Redo to reapply an action you have rolled back.
The Menu bar is generally found directly below the Title bar. The Menu bar displays the menu.
In MS Word 2016, there are seven (7) tabs which include: Home, Insert, Design, Layout,
References, Mailings, Review and View.
Under the Home tab, there are five sub-tabs/groups (Clipboard, Font, Paragraph, Styles and
Editing) and each contains icons to perform some basic operations.
The Ruler
The ruler is used to change the format of your document quickly. The ruler is found below the
Ribbon in MS Word 2016. You can use the ruler to change the format of your document quickly.
If your ruler is not visible, follow the steps listed here:
The Ribbon
You use commands to tell Microsoft Word what to do. In Microsoft Word 2016, you use the
Ribbon to issue commands. The Ribbon is located near the top of the screen, below the Quick
Access toolbar. At the top of the Ribbon are several tabs; clicking a tab displays several related
command groups. Within each group are related command buttons. You click buttons to issue
commands or to access menus and dialog boxes. You may also find a dialog box launcher in the
bottom-right corner of a group. Clicking the dialog box launcher gives you access to additional
commands via a dialog box.
When you create official documents, you might want them to have a consistent look. For
example, you might want all documents for internal communication to contain the logo and the
name of your company, you can use templates to give uniform structure to documents. Word
supplies several built-in templates, which you can use to create documents, such as letters,
faxes, memos, resumes. One standard template that Word provides is the Normal template.
Saving and Closing a Word Document
As you create documents in Word, it's important for you to save frequently. Saving your work
to a file ensures that any text, graphics, or other elements in your document are written to a
permanent disk. Until you save the document, the information is stored in the computer's
temporary memory (RAM). There are three basic ways to save:
• This is used to save a word document file the first time and to give it a name
• It is also used to save permanently as word processing progresses into the computer
memory
Word provides different methods of viewing a document so that you can see different levels of
details in a document.
You can move or copy text from one place in a document to another location, either in the
same document or in another document. This can save hours of retyping and ensures
consistency across a document or documents. For example, you can copy a heading at the top
of the page to each page in a document.
• Smart tags which are special buttons that appear when Word recognizes some special
type of action, such as pasting.
• Clipboard which is a temporary storage area that holds the copied or cut text until you
paste the text items in a different location.
Searching Text
When you are working in a document with many pages it can be time-consuming to find a
specific word or words. Word provides features to find and replace text in a document.
The Find feature allows locating a specific word or phrase in the document.
The Replace feature allows replacing the searched text with new text
• Word provides an easy way to undo, or reverse, actions you have performed while
entering and editing text or formatting a document
• The Undo command reverses the last action that was performed
• The Redo option is used to revert the last undo action
Modifying/Formatting a Document
You can modify a document by using various formatting tools that help customize and enhance
the appearance of text. Enhancing a document with character formatting enables you to draw
attention to parts of the document and improve its readability. For example, you can apply
different font styles and font sizes to text, or you can underline and italicize text.
You just need to identify the part of the document that needs to be modified in appearance and
then change the appearance of the text
Formatting Text
• Modifying font
• Highlighting text
• Changing case
• Alignment of the text
• Indentation of the text
You can change the appearance of text by modifying the different characteristics of fonts
Definition of Font
A font is a formatting characteristic that defines the way in which text appears in a document. It
is the pattern applied to the characters in the document. Different fonts contain different
collection of characters and symbols. You can change the fonts by using the Font dialog box, or
by selecting required buttons from the Font Dialog Box
Font Type
• Font type/face: is the preformatted design for the letters in the font. For example, the
most commonly used font types are Times New Roman and Arial
• Font Style: Defines whether the text is displayed in Bold, Italic, or Regular form.
• Font Size: The weight of the size of the text, which is measured in points (pts).
• Font Color: This option is used to specify the color of the text. Underline Style:
Specifies whether the text needs to be underlined or not Effects: Specifies the special
effects to be applied to some text:
The case of the text defines the type of capitalization used in the document. The Capitalization
forms provided by Word include:
Sentence case: capitalizes only the first letter in the selected text
Capitalize Each Word: capitalizes the first letter of each word of the selected text.
Toggle case: changes uppercase to lowercase and lowercase to uppercase for all the selected
text
You can also press Shift + F3 to change any of the highlighted word or sentence to any case
type
Formatting Paragraphs
You can increase the readability of your document by representing the text in paragraphs and
formatting these paragraphs to include distinct characteristics, such as spacing, alignment,
bullets and shading. Paragraph formatting includes the following:
Paragraph spacing allows you to define the amount of white spaces that should be placed
before and after paragraphs. By applying paragraph spacing, you can increase the readability of
a document. You can define the amount of white spaces that should be placed before and after
paragraphs.
The Line spacing drop-down list consists of the following options and more
Single
1.5 lines
Double
At least
Exactly
Multiple
Definition of Alignment
Alignment is a way of organizing the text in a document. It refers to the position of the text
relative to page margins
Types of Alignment
• Left-aligned – text is aligned to the lefty margin of the page
• Center-aligned – aligned text is positioned at the center of the page
• Justify-aligned - text is aligned with the left and right margins of the page
Indentation
Indentation refers to adding distance to the text from the margin. Indents are added to
margins, thereby decreasing the area where the text has to be inserted. You can indent the text
in a document by using the Paragraph dialog box.
Applying Styles
• A style is a collection of formatting characteristics that defines the way in which text
appears in a document
• A paragraph style affects the appearance of the paragraph, such as its alignment, line
spacing, and tab settings
• A text style affects the font style, size, or applies bold and italic formats to the text in a
paragraph.
• Built-in styles provided by Word can be availed by using the Styles and Formatting
command in the Format menu.
• Word also allows you to create new styles and copy these styles using Format Painter.
You can use Word’s Table feature to create columns and rows. You can then add formatting to
enhance the look of your table
Creating Tables
• To create a table, you need to specify the number of rows & columns. You can add data
(text or graphics) in each cell of a table. You can use the arrow keys to move between
table cells.
• By default, Word applies a border around the cells of a table
• If you remove the table border, you will see gridlines which are not printable
To print a 1. Click on File Tab, then, click on Print command (Print dialog box
document displayed)
2. Select the name of the printer from the
3. Select the number of copies to be printed from the Number of copies
spin box
4. Select the applicable radio buttons
5. Click the OK button to close the Print dialog box
LECTURE THREE
SPREADSHEET PACKAGE
A spreadsheet is a program that manipulates number and string data in rows and columns. The
main advantage of using a spreadsheet program is that it enables you to perform simple row-
and-column arithmetic.
Creating a Workbook
Select the Blank Workbook option from the New section. This opens a new workbook.
Alternatively, you can hold down the Ctrl key and press the N key to create a workbook
By default, the first cell A1 in a new worksheet is active when you create a new workbook
Opening a Workbook
When you start Excel, it opens a blank workbook. To open an existing workbook, perform the
following steps:
1. Select the File Open command from Microsoft Excel Window to display the Open dialog
box
2. Select the folder that contains the file you want to open, then select the file and click on
Open
To open multiple adjacent files, select the first file in the block from the Open dialog box, press
the Shift key, and select the last file
There are various types of spreadsheet samples such as Balance Sheet, Expense Statement,
Loan Amortization, Purchase Order, Sales Invoice, and Timecard
Select the required template and click the OK button
2. Click the Yes button to save the changes before closing the workbook.
Click the No button to close the workbook without saving the changes.
Click the Cancel button to return to the active worksheet without saving
the workbook.
Alternatively, select the required cells, and drag the border of the selected cells to the desired
location in the current worksheet
The steps to copy data to another location in the same worksheet are:
1. Select the range of cells to be copied
2. Select Home Clipboard Group Copy command to copy the contents of the selected
range of cells
In case the cell needs to be pasted to a location across worksheet or across workbook, select
the destination worksheet
3. Select the cell in the destination worksheet
4. Select the Home Clipboard Group Copy command to copy the selected contents
A Paste Options button will appear next to the pasted data
Alternatively, select the required cells, hold down the Ctrl key, and drag the selected cells to
the desired location in the current worksheet
Perform data manipulation
To generate a series you need to specify the first and second members of the series. For
example, to generate a number series you need to specify 1 and 2 in consecutive cells and fill
the series.
AutoFill Feature
You can use the AutoFill feature to fill a series of data. The AutoFill feature displays an AutoFill
handle, which is a small plus sign at the bottom right corner of the active cell the AutoFill
handle appears only when you place the mouse pointer at the bottom right corner of the
selected cell(s).
You can drag the handle to fill series.
Customizing a Worksheet
Microsoft Excel enables you to customize the appearance of a worksheet. The operations
that you can perform to customize the appearance of a worksheet are:
Resizing rows and columns
Hiding rows and columns
Freezing or unfreezing panes
Renaming a Worksheet
Resizing Rows
1. Select the required row whose height is to be modified.
2. Position the cursor below the row number till the cursor changes to a thick
crosshair as shown in the following figure:
3. Drag the mouse cursor to increase or decrease row height
My list has: This contains two radio buttons, Header row and No header row. If the first row as
column labels, click the Header row radio button to exclude the first row from the sort. In
contrast if you need to include the first row in the sort, you can click the No Header row radio
button.
The Formula bar is displayed by default. You can choose not to view the Formula Bar.
To stop viewing the Formula Bar, select View and check the Formula Bar checkbox. You can
later view the Formula Bar by selecting the same option.
Functions
Excel provides many functions - mathematical, statistical, logical, etc.
Mathematical functions
Sum(), Product()
E.g, to calculate the sum of values stored in cells C1 to C5, use =SUM(C1:C5).
Statistical functions
Average(), Max(), Min(), Count(), Round()
Eg., to find the average of the values in cells C1 to C5, use =AVERAGE(C1:C5).
Date and time functions
Now(), Today(), Date(), Time()
Eg., =TIME(9,0,0) returns 9:00 A.M and =TIME(20,15,30) returns 8:15 P.M.
Logical functions
If(), Not()
E.g., For the formula =If(B2>70, “A”, “B”), a grade A is displayed if marks are above 70 and a
grade B is displayed if marks are below or equal to 70.
PRESENTATION PACKAGE
Power Point (PPT) is presentation software that enables a user to create powerful
presentations. Presentations created with PPT can have audio and visual effects making them
look professional or jazzy as per the requirement. You can create educational presentation for
schools to professional presentations for big companies. PPT allows you to include formatted
text, graphics, pictures, sound, and animations in the presentations
You use PowerPoint to create effective slide show presentations. The PowerPoint screen has
many elements.
What is a Presentation?
NAMES FUNCTION
Title bar Displays the name of the current presentation
Each menu consists of commands that enable you to perform corresponding
Menu bar
actions
Contains buttons that provide easy access to the commands and functions of
Toolbar
PowerPoint
Located on the right side of the screen, the task
pane changes depending on the current status of presentation
This component provides shortcuts for
Task Pane performing commonly used commands, such as
creating new presentations or applying character formatting
Placeholder Placeholders hold the objects in your slide. You use placeholders to hold text,
s clip art, and charts.
File New
Blank Presentation: Enables the creation of a new presentation with default settings
for text and colors. To create blank presentation, click the Blank Presentation option in
the New section. This displays the Slide Layout task pane
From Design Template: Enables you to display a collection of templates (predefined
formats) that you can use to design a presentation
From AutoContent Wizard: Enables you to create a presentation based on the content,
purpose, and style of the presentation through a wizard
The Slide Layout task pane consists of different types of layouts. These layouts can be used to
organize placeholders on a slide. A placeholder is an area that contains text such as the title of
the slide or a bulleted list, content elements - pictures, charts, and tables. The layout options
are arranged in four areas. These are:
Text Layouts: area consists of layouts that provide placeholders for title, subtitle, and
text that can be added to the slide
Content Layouts: This area consists of layouts that provide a blank slide and title and
placeholders for the content elements.
Text and Content Layouts: This area consists of layouts that provide placeholders for a
title, a bulleted list, text and content.
Other Layouts: area consists of layouts that provide placeholders for a title and objects -
chart, media clip and combination of content elements
Action Task
Creating a 1. Select From Design Template option from the New section in the
Presentation New Presentation task pane. This displays the Slide Design task pane
using templates 2. Select the required design template from the Available For Use
section
3. The selected design template is applied to all the slides
Saving a Presentation
You need to save your presentations to prevent data loss. The first time you save a
presentation; you must assign a file name and select a location or folder in which the
presentation file needs to be stored. You can either use existing folders or create folders to
save your presentations
Action Task
To save a Select File Save command. This opens the Save As dialog box
presentation in
Specify the location where you want to save the document using the
an existing folder
Save in drop-down list
Working with Presentation
Inserting text
Adding new slides to the presentation
Deleting slides in a presentation
Copying and moving text in a presentation
Inserting and modifying the text boxes
Inserting images
Adding Headers and Footers
Changing the slide background
Using the Slide Master
Using the Zoom command
Using the spell check utility
Running a Slide Show in PowerPoint
Different ways to add slides and navigate through the slides in a presentation are:
1. To add new slides to the presentation, select the Insert New Slide command
2. To add a new slide, hold down the Ctrl key and press the M key
3. To scroll through each slide, click the down arrow of the vertical scroll
bar
Deleting Slides in Presentation
Add a text box in a slide for inserting a new block of text Resize a text box according to the
text content
Select the Insert Tab, under Text group, select text Box command. This changes the mouse
pointer to an elongated cross
Click the mouse button at a point where you want to start the text box and drag the mouse
pointer to draw the text box of the required size
Once the text box is drawn, you might need to resize the text box according to the text
content
You can move the text box by clicking any edge of the selected text box and dragging the text
box to the required location
Inserting Images
A file
The Power Point ClipArt gallery
After inserting an image in a slide, it can be edited using the Format Picture command
from the pop-up menu.
If you are selecting the Clip Art option for the first time, the Add Clips to Organizer dialog box
is displayed.
Select the Insert Picture From File command. This displays the Insert Picture
dialog box.
Browse for the required file on the computer and click the Insert button to insert the
image in the slide.
Slide Show in PowerPoint
When you run a slide show, Power Point displays one slide at a time. You can either proceed to
the next slide in the presentation manually or configure the presentation to advance the slides
automatically
To navigate during the slide show, you can use the following methods:
ENHANCING PRESENTATION
Formatting Text
The appearance of text in a presentation can be enhanced by formatting the text. Formatting
involves:
PowerPoint enables you to improve the appearance and lay emphasis on certain sections of
the text in a presentation.
Custom animation
Preset Animation
Transition Effects
Animation refers to the movement of picture. It can also be stated as a creation of moving
illustrations that help a user to visualize a process
Control the appearance of an object on a slide by using the Custom Animation (CA)
task pane
Set the movement and timings of various objects on a slide by using the custom
animation feature
In PPT you can control the appearance of an object on a slide by using Custom Animation task
pane. The animation feature enables you to set the movement and timings of various objects
on a slide. Steps To apply the animation effects:
Open the slide to which you want to apply the animation effects
Select the object to which you want to apply animation effect in the slide
Select Animation Custom Animation command to display the Custom Animation task
pane
Property:
This drop-down list enables you to view the properties of the selected effect
Speed:
Drop-down list enables you to set the animation speed. It includes options, such
as Very Slow, Slow, Medium, Fast, and Very Fast
Play:
This button enables you to preview a slide with the applied current animation
effects
2. Slide Show: This button begins the slide show starting with the first slide
3. Re-Order: Option contains 2 buttons for moving the animation up and down in the order of
occurrence
4. AutoPreview: This option automatically shows the preview when you select an effect.
Select the required options and then close the Custom Animation task pane.
If you want to revert back the selection of an animation effect, select the effect, and click the
Remove button on the Custom Animation task pane.
PowerPoint enables you to control the visual effect of the text on slides by using the preset
animation schemes. E.g., you can make text, spin, bounce, float, or fade gradually Steps to
apply preset animation:
Select the desired animation scheme and close the Slide Design task pane Apply to selected
slides: