I Bcom I Sem Info Tech
I Bcom I Sem Info Tech
ABDUL SATTAR
I B.COM I SEMESTER
INFORMATION TECHNOLOGY
Unit-I: Introduction:
Unit-II: MS word:
Unit-V: MS Access:
Orientation to Microsoft Access - Create a Simple Access
Database - Working with Table Data - Modify Table Data - Sort
and Filter Records - Querying a Database - Create Basic Queries
- Sort and Filter Data in a Query - Perform Calculations in a Query
- Create Basic Access Forms - Work with Data on Access Forms -
Create a Report - Add Controls to a Report - Format Reports
Unit-I: Introduction
S.NO TOPIC PAGE NO REMARK
1 Computer Definition 1 - 1
2 Characteristics Of computers 2 - 3
3 limitations of computer 4 - 8
4 Hardware 9 - 11
5 Generations of Computer 12 - 14
6 Classification of Computers 15 - 17
7 Applications of Computer 18 - 23
8 Basic Components of PC 24 - 24
9 Computer Architecture 25 - 28
primary and secondary
10 29 - 32
memories
12 operating system 36 - 36
2. CHARACTERISTICS OF COMPUTER:
Computer is an electronic data processing
machine which receives and stores large volume of data in the form of
symbols and digits and processes them at a high speed as per the
instructions and outputs the results with great speed and accuracy.
Speed
Accuracy
Reliability
Memory capability
Versatility
Diligence
A computer is a fast and accurate electronic data manipulating
system that is designed to automatically accept and store input data
proce4ss them and produce output results under the directions of a stored
program of instructions
Speed :
A computer works one step at a time. It can add and subtract
numbers, compare letters to determine alphabetic sequence and move and
copy numbers and letters, The time required for computers to execute
basic operations as adding and subtracting varies from a few microseconds
to nanoseconds.
Accuracy :
In addition to being very fast, computers are very accurate. If the
input data entering the computer are correct and if the program if
3
instructions is reliable, then we can expect the computer generally to
produce accurate output.
Reliability :
The high sped of a computer is accompanied by an equally high level
of reliability. Thus a computer practically never makes a mistake of its own
accord.
Memory Capability :
Every piece of information that is stored within the computer’s
memory in encoded as some unique combination of zero and ones. These
zeros and ones. are called bits. Each bit is represented by an electronic
device.
Small computers have memories that are organized into a-8bit
multiples called bytes. Normally I byte represents a single character. An
instruction may occupy 1,2 or3 bytes. The size of a
Computer’s memory is usually expressed as some multiple of 210 =1024
bytes. This is referred to as IKB (IKilo Byte).
3. limitations of computer
The modern computer, laptops, smartphones have reached so
deep in our life which cannot be eliminated now, even their limitations,
demerits and drawbacks have not stopped people from using them.
There are a number of significant limitations that have been discussed
below
1. Lack of Intelligence
2. No Feeling
3. GIGO
4. Lack of Common Sense
5. Virus Threat
6. Unable to Learn
7. Power Dependency
8. Can’t Take Decision on Own
9. Network And Hardware Problem
10. Needs regular updates and Upgrades
1. Lack of Intelligence
A computer is a man-made machine or device which does not
have intelligence like us human beings. They rely heavily on the input
given by us and act as programmed. The computers are programmed
in such a manner that we can obtain the desired output.
5
2. No Feeling
3. GIGO
5. Virus Threat
6. Unable to Learn
7. Power Dependency
5. GENERATIONS OF COMPUTER:
“ Generation” in computer talk is a step in technology. It provides a
framework for the growth of the computer industry. Originally, the term ‘
generation was used to distinguish between varying hardware
technologies. But nowadays, it has been extended to include both the
hardware and the software which together make up and entire computer
system.
Computers developed after ENIAC (Electronic Numerical
Integrator and Calculator have been classified into the following
generations.
First Generation 1946-1955
Second Generation 1956-1965
Third Generation 1966-1975
Fourth Generation 1976-present
First Generation:
The first generation computers were made up of vaccum tubes and
mercury delay lines were used for memory storage. The vaccum tubes had
limited life owing to use of filaments are source of electrons.
The first generation computers were faster than the earlier
mechanical devices, which were used to do the mathematical operations.
When compared to the present day computers, the first generation
computers are very slow.
To enter the data into the computer, punched cards were used
Punched card was a sheet of thick paper, in which holes were punched
according to a coding scheme.
13
Characteristics of First Generation are :
Large in size
Slow operating speeds
Restricted computing capacity
Limited programming capabilities
Short life span
Complex maintenance schedules
Second Generation :
The transistor, a smaller and more reliable successor to the vaccum
tube, was invented in 1947. However, computers that used transistors were
not produced in quantity until over a decade late. The second generation
emerged with transistors being the brain of the computer Transistors are
more reliable, small in size and require low power when compared with
vaccum tubes.
These second generation computers, were faster ad had increased
storage capacity. In the second generation computes in addition to the
main memory, and external or auxiliary devices. Like magnetic tapes,
magnetic disks were used.
Characteristics of Second Generation are :
Use of high-level programming languages like COBOL, FORTRAN
and ALGOL.
Increase in magnetic storage capacity.
Batch processing made possible.
Third Generation :
The research in the field of electronics led to tohe innovation of the
integrated circuits, now popularly known as IC chips. The use of IC chips
14
in the place of transistors gave birth to third generation computers. They
were still more compact, faster and less expensive than the previous
generation. Along with the third generation computers, newer faster
equipment were introduced for handling storage and input-and –output.
Characteristics of Third Generation are
High storage capacity which extended up to 3M bytes.
Use of IC’S and hence small in size.
Simple input\Output operations.
Improved reliability and processing.
Simultaneous processing and time sharing.
Fourth Generation :
In the early 1970’s development of microprocessors revolutionised
the computer industry. Very Large Scale Integration (VLSI) and very high
speed integration circuits led to the development of micro computers.
These circuits improved the performance of the computer in
various aspects like speed, reliability, and stability. The occupy less space
and required no air conditioning.
With the advent of microprocessors, personal computers were
developed which were user friendly and very easy to operate.
Fifth Generation:
Japan and many other countries are working on systems which are
known as expert systems which will considerably improve the man- man
chine interaction. Such systems would integrate the advancements in both
hardware and software technologies and would facilitate computer – aided
problem solving with the help of organized information in many specialized
area.
15
6. Classification of Computers
Computers can be classified on several bases as follows.
On the basis of electronics or the operating principle, they can be classified
into:
Analog computer
Digital computer
Hybrid computer
On the basis of purpose of use, they can be classified into
Special purpose computer
General purpose computer
On the basis of size, they can be classified into:
Portable computer
Desktop computer
Mini computer
Mainframe computer
Super computer
Analog computer:
Analog computer operates on inputs of cont8inuously varying
electrical voltage. It measures the input rather than counting. These
are powerful tools to solve differential equations. They are mainly
used in scientific design and production environments.
Digital computer:
All quantities are expressed as discrete digits or numbers and;
computations are done with numerical digits. Mathematical
expressions are represented as binary digits (o and 1) and all
16
operations are done using these binary digits at a very high rate. The
digital computer basically knows addition It converts other operations
into addition then calculate. It is much faster than Analog computer,
computations are far more accurate.
Hybrid computer:
Hybrid computer combines features of both analog and digital
computers. In this computer some calculations are done in the analog
portion of the computer and some are done in the digital portion of it.
Special purpose computer:
Special purpose computer is tailor made soley to cater to the4
requirements of a particular task or application. Ex: Weather
forecasting.
General purpose computer:
The general purpose computer is designed to meet the needs
of many different applications. The instructions needed to perform a
particular task are not wired permanently into the internal memory
Portable computer:
Portable computer is very small easily carried to anywhere they go.
Business executives, traveling salesman etc. use it. This group
includes pen based computer, hand held computer, note book
computer and laptop computer.
Desktop computer:
It is larger than portable computers. It is normally installed on a
desktop and hence the name ‘desktop computer’ These are used as
personal computers. This has a main memory of 16MB, 128MB and
computing power of 2MIPS and above.
17
Mini computer:
A mini computer is a medium-sized computer that is more costly and
powerful than a microcomputer, An important distinction between a micro
and mini computer is that a mini computer is usually designed to serve
multiple users simultaneously. A system that supports multiple users is
called multi terminal, time-sharing system. Mini computers are popular data
processing systems among the business organizations today.
Mainframe computer:
Computers with large storage capacities and very high speed of
processing ( compared to micro or mini computers ) are known as
mainframe computers. They support a large number of terminals for use by
a variety of users simultaneously. They are also used as the central hose
computer in distributed data processing systems.
Super computer :
These have extremely large storage capacities and computing speed
which are at least 10 times faster than other computers. While the speed of
traditional computer is measured in terms of millions of instructions per
second (mips), a super computer is rated in tens of millions of operations
per second(mops); an operation is made up of numerous instructions.
Typically, the super computer is used for large scale numerical problems in
specific and engineering disciplines. These include applications in
electronics, petroleum, engineering, weather forecasting structural analysis,
chemistry, medical physics.
18
7. Applications of Computer
Computer is a device through which you can perform a variety of
jobs. You can use your computer system for different applications by
changing the software packages. Here are the list of uses or
applications of computer:
Scientific research
Business application
Education
Entertainment
Banks
Communication
Engineering
Medicine
Book Publishing
Games
Personal
Accounting
Let's briefly describe about all the above 12 basic Applications of
Computer one by one.
For Scientific Research
Scientific research was the first application of computer, as computer
was first used to perform this job, that is scientific research. At that
time to now, the speed and accuracy of computer enabled scientific
analysis carried out too fast.
19
Computer controlled robots must be used in all those areas where
there is danger to human being such as in nuclear research and deep
sea investigation etc.
For Business Application
Computer can also be used for the purpose of business.
Through computer, companies can grow their business as fast as
possible through quick analysis of their previous project on the
computer screen (according to the data feeded inside) and deciding
what to do next without any delay. As from individual to multinational
companies, all are using computer for business purpose like keeping
account information, stocks, prices, items etc.
For Education
You can also use your computer system to educate yourself
through audio, videos or images etc. Now-a-days, there are thousands
of websites available over Internet that are ready to deliver education
for free in almost every subjects. You can choose whether you want to
learn online or offline. In online learning, you can open any website to
read your desired topic while in offline learning you can learn through
videos, PDFs photos etc., all these documents can be downloaded
through internet.
For Entertainment
Most of the persons are using computer for entertainment purposes
such as:
watching movies
20
watching videos
listening songs
photos
animations etc.
Computer can be used to create these things in an attractive manner
so that user loves to enjoy the things.
In Banks
Banks are the place where there is continuous uses of computer or we
can says that banks are the major users of computers. For example,
ATM (Automated teller machine) is used where we are free to either
deposit or withdraw our cash in/from our Bank.
In banks, all information such as account holders detail, deposits,
withdrawal, interest, etc. are managed by computers.
Banks are also using computer network to interconnect all of its
branches so that their users feel always free to deposit his or her
money in any branch of the same bank.
For Communication
Using your computer system for the purpose of communication gives
you a lot of benefits. For example, if you will use email to send
message or anything to your friends or any of your contacts, then you
don't have to use pen and paper to write and take that paper to post
office and then postman will deliver that later after some or few days
that will not good if you want to send any urgent information to the
same person. Therefore, using email, you can also saves your time
21
and cost to deliver any information very fast. You only need a
computer and internet connectivity. Now-a-days, peoples are using
chat message, email, voice-mail etc. for communication purpose.
You can also use computer to communicate through direct video
conference with your contacts/friends present at any place without any
cost except internet connectivity. Now you have got enough idea
about communication through computer. It's time to move on another
application of computer which is engineering.
For Engineering Purposes
Computer are also using for the purpose of Engineering, that is, to
design any machine without actually making it through CAD
(Computer aided design) softwares and once the design is accepted,
and then using CAM (Computer aided manufacturing) process
company can produce a large number of such products at very fast
speed. Architects are also using computers to draw and design
individual houses to big buildings like Apartments. There are a lot
more uses of computer for engineering purposes.
For Medicines Related
Computer plays an important role in medical field also. For example in
ICU (Intensive Care Unit) chamber in hospital, computer keeps track
of each and everything going inside the patient's body such as blood
pressur and Heartbeat etc. Keeping record of patients and medicines
are also becomes easy through the use of Computer. Computer also
plays an important role to perform CT (Computed tomography) scan
22
and X-Ray of patients to give the scanned object of specified area of
patient's body in the form of graphics like images.
For Book Publishing
Book publishing becomes an easy task with the use of computer.
Book publishers are now using DTP (Desktop publishing) software like
MS-Word to publish their books.
For Games
Now-a-days, peoples are using computers most of the time to play
games. For online games to play, you must have the internet
connectivity whereas for offline games, you can start without any
internet connectivity. There are a variety of games available in
computer world. Here are some of the category available in the game
field:
action
racing
adventurous
puzzle
simulations
combat etc.
Peoples are playing (mostly today's or new generation childs) games
on computer for few to many hours.
Some popular games are listed here:
Minecraft, Counter Strike, PubG, WoW, Grand Theft Auto
Skyrim, Angry Bird, Call of Duty, Halo, Pokemon etc.
23
8. Basic Components of PC
There are 5 main computer components that are given below:
Input Devices
CPU
Output Devices
Primary Memory
Secondary Memory
Inputting : It is the process of entering raw data, instructions and
information into the computer. It is performed with the help of input
devices.
Storing : The computer has primary memory and secondary storage to
store data and instructions. It stores the data before sending it to CPU for
processing and also stores the processed data before displaying it as
output.
Processing :It is the process of converting the raw data into useful
information. This process is performed by the CPU of the computer. It
takes the raw data from storage, processes it and then sends back the
processed data to storage.
Outputting: It is the process of presenting the processed data through
output devices like monitor, printer and speakers.
Controlling : This operation is performed by the control unit that is part
of CPU. The control unit ensures that all basic operations are executed in
a right manner and sequence.
25
9. Computer Architecture
1. Input Devices
2. Central processing Unit
3. Output Devices.
1 Input Unit:
Primary memory :
The primary memory refers to the storage of the data in the main
computer called central processing unit (CPU) The capacity of the primary
memory units is limited and also we can not store the data permanently in
the primary memory unit. When the data going to be processed then only
that data is stored in the primary memory.
Secondary memory :
We can store the data in the secondary memory unit
permanently. Initially the data which is taken from the input devices are
stored in the secondary memory during the execution of data, that data is
retrieved from the secondary memory unit and it is placed on the primary
memory unit. After the calculations are over, the data is again stored in the
secondary storage devices with results.
Some of the commonly memory devices are tapes and magnetic disks.
4) Output Devices :
Like input devices, output devices are instruments of interpretation
and communication between humans and computer systems of all sizes.
These devices take output results from CPU in machine coded form and
convert them into a form that can be used by people. These output devices
used to obtain the results after processing of inputted data printer and
Video Display Unit (VDU) are commonly used output devices.
29
1.Primary Memory:
The primary refers to the storage of data in the main computer called
central processing unit(CPU). The capacity of the primary memory unit is
limited and also we can not store the data permanently in the primary
memory unit.
The primary memory is divided into 2 types.
1. RAM(Random Access Memory):-
RAM is a primary memory where data and instructions are held
temporarily while the program being executed. It is called Random Access
Memory because any of the locations on a chip can be randomly selected
and used to directly store and retrieve data and instructions.
RAM is called Rea/Write memory and volatile. The data in RAM will
be lost when the power is switched off.
2. ROM(Read Only Memory)
ROM chips are non-volatile. ROM chip contain micro program
control instructions that cause the machine to perform certain operations
such as starting the computer(or)instructions to the entire operating
system. The contents of ROM are set by the manufacturers and they are
unchangeable and permanent.
31
ROM’s are mainly 3 types:-
PROM(Programmble Read Only Memory): It allows a chip to be
programmed by the user for converting operations into micro programs that
are fused into a chip. Once operations have been written into PROM chip,
they cannot be altered.
EPROM(Erasable Programmable Read Only Memory): Once the
information is stored in the ROM chip (or) a PROM chip can’t be changed
(or) altered. But it is possible by EPROM . It can be erased and
reprogrammed. It needs to be changed by removing from the processor
and exposed to ultraviolet light for some time before it can accept any new
content.
EPROM chip can be reprogrammed by using special prom-
programmable facility. EPROM’s are mainly used by R & D personnel
because they frequently change the micro programs to test the efficiency of
the computer system with new programs.
Input device enables the user to send data, information, or control signals to a
computer. The Central Processing Unit (CPU) of a computer receives
r the
input and processes it to produce the output. Some of the popular input
devices are;
Keyboard Mouse Scanner Joystick Light Pen Digitizer
Microphone Magnetic Ink Character Recognition (MICR)
(MICR). Optical
Character Reader (OCR) Bar codes Reader Magn
Magnetic reader
Smart cards Voice data entry Sound capture Video capture
34
Keyboard
History Of OS
Operating systems were first developed in the late 1950s to manage tape
storage. The General Motors Research Lab implemented the first OS in the
early 1950s for their IBM 701. In the mid-1960s, operating systems started to
use disks In the late 1960s, the first version of the Unix OS was developed.
The first OS built by Microsoft was DOS. It was built in 1981 by purchasing
the 86-DOS software from a Seattle company. The present-day popular OS
Windows first came to existence in 1985 when a GUI was created and paired
with MS-DOS.
37
Unit-II
16. Word processing-
A word processor is software or a device that allows users to create, edit,
and print documents. It enables you to write text, store it electronically, display
it on a screen, modify it by entering commands and characters from the
keyboard, and print it. Of all computer applications, word processing is the
most common. Today, most word processors are delivered either as a cloud
service or as software that users can install on a PC or mobile device.
The earliest word processors were standalone machines similar to electric
typewriters that debuted in the 1960s. The great advantage of these early
machines over using a typewriter was that you could make changes without
retyping the entire document. Over time, the devices acquired more advanced
features, such as the ability to save documents on a disk, elaborate formatting
options, and spell-checking. While there are still some standalone word
processors in use today, word processing began to move to personal
computers in the 1980s. In the early days of the PC, a word processor called
WordPerfect became one of the most widely used applications of any kind.
Over time, however, What You See Is What You Get (WYSIWYG) word
processors that showed users exactly what would print on their final
documents became more popular. One of those WYSISWG word processors,
Microsoft Word, became dominant in the 1990s. With the advent of cloud
computing in the 2000s, word processing changed again. The cloud allowed
users to do their word processing via a browser-based application. While
these cloud-based word processors lacked the advanced functionality of
software installed on a device, they allowed users to store their documents in
44
a remote data center and access them from any Internet-connected PC or
mobile device. They also made it easier for geographically separated teams of
people to work together on the same document. Many users found that cloud-
based word processors offered enough features to meet their needs, as well
as greater convenience, mobility, and collaboration support.
45
2. Ribbon
Ribbons are the modern way to help users find, understand, and use
commands efficiently and directly—with a minimum number of clicks,
with less need to resort to trial-and-error, and without having to refer to
Help.
A ribbon is a command bar that organizes a program's features into a
series of tabs at the top of a window. Using a ribbon increases
50
discoverability of features and functions, enables quicker learning of the
program as a whole, and makes users feel more in control of their
experience with the program. A ribbon can replace both the traditional
menu bar and toolbars.
3. Tab
It is an area of the Ribbon that contains buttons that are organized in
groups. The default tabs are Home, Insert, Page Layout, Reference,
Mailings, Review and View.
A. The Home tab provides options to edit aspects of the basic formatting
your document, such as the font (type, size, colour, etc.), text alignment,
and creating bulleted or numbered lists.
B. The Insert tab provides options to place visual enhancements in your
document, such as pictures, tables, and charts.
C. The Page Layout tab provides options for more advanced
formatting of your document, such as margins, page orientation(i.e.
portrait / landscape), and size.
D. The References tab provides options for using various citations in
your document, such as footnotes, bibliographies, and captions.
E. The Mailings tab provides options for sending out your document,
such as selecting recipients and inserting a greeting line.
F. The Review tab provides options for editing your document’s content,
such as a Spelling and Grammar check, a translator, and inserting
comments in specific areas.
51
G. The View tab provides options for examining your document, such as
a full screen view, print previewing, and zooming in or out.
21. Toolbar
Toolbars appear just at the top of your page, right below the title
bar. Take a look at the following snapshot. You'll see the toolbars
right below the bar that reads "Home Insert Page Layout…" You
will use these toolbars to accomplish specific functions within MS
Word. Using the toolbars will make your job quick and easy.
We'll learn the features of these toolbars later, so do not worry about
studying them right now. It's only important that you know what they are
and where they are located.
You can also customize your toolbars in MS Word 2007. To do this,
click the downward arrow at the very top left of the page. It can be seen
in the snapshot below on your far right. This
is called the Quick Access Toolbar. You can
click on it while using MS Word to preview
all you can do with it, including customizing
your toolbars.
54
Saving a Document
Let's say that you've created a new document and wish to save it to your
computer to use again later. You can do this quickly and easily in MS Word
2007 in one of two ways. The first way is to use the Microsoft Office button.
Click on it, then scroll down to select either 'Save' or 'Save As'. Clicking 'Save'
will enable you to save the file under its current name. Keep in mind that if
this is a new document, it will save the file by the default name of Document1.
When you click 'Save,'
Clicking 'Save As' gives you a lot more options to saving your work. First of
all, when you click 'Save As,' you must specify a file name. You must also
specify the format that you want to save the file in. MS Word's default file
format is .doc or Word Document. This is an acceptable and much-used
format that should be satisfactory for most MS Word users, but you can select
the format that you need depending on the work you need to save. You can
also save your work as a template or in MS Word 97-2003 recognizable
format if you'll be forwarding the file to users who may not have MS Word
2007. When you click on 'Save As,' it will present all these options to you in a
slide-out window to the right of 'Save As.'
You can also save a document by clicking the picture of the floppy disk that is
located to the left of the Quick Access button. However, this will save the file
under the current name. You will not be able to name the file or select the
format. It's a good idea to click this button every so often while working in a
document to save it in case of a power outage, computer freeze, or anything
else that may cause you to lose your work.
56
Moving Text
You can move selected text by holding the left mouse button and moving the
cursor to the desired location in the document. When moving text, a small box
appears near the mouse pointer and the cursor turns into a broken black
line. You position the cursor in the place you want the text and release the left
mouse button.
Undo and Redo But let's say you accidently delete something or deleted it
and then decided that you want it back. You grit your teeth and start to
grumble, trying to remember the exact wording. It's a lost cause,
right? Wrong. The makers of Word anticipated this problem and supplied an
easy solution. The Undo button!
The Undo button can be found in the upper left corner of the program window
in what Microsoft calls the "Quick Access Toolbar" The
Undo button is the blue arrow shaped like a comma. If you
are not sure you've got the right button, you can move your
mouse over it and wait and a small box that reads "Undo
Typing (Ctrl-z)" will appear. Word allows you to undo up to
100 actions.
25. Paragraph
How to Create First Line Indent in MS Word
You can create indent within your paragraph by following these
steps;
Replace
Use the shortcut Ctrl+H or navigate to Home>Editing>Replace to
reach the Find and Replace dialog box.
66
Type what you want to find in the Find what field, and the replacement
in the Replace with field. (Note that you can move the Find and
Replace dialog box by clicking the title bar and dragging it elsewhere
so you can see what was behind it.)
Find Next highlights the first occurrence of the Find word. Clicking
Find Next again will highlight the second occurrence, clicking Find
Next again will highlight the next occurrence, and so on.
67
Replace All. Notice that every instance of Rowango has been replaced
with RowanGo. (highlighting added for this course and not part of the
document)
70
Step 4: A Header or Footer drop-down menu will display on the screen with
a list of built-in Header or Footer options. Select your desired option from
the Built-in list.
74
Note: In our case, we select the Blank option.
Step 5: A Design tab with Header & Footer option will appear at the top of
the document (on the Ribbon), as shown in the below screenshot.
Step 6: Type your desired information into the header or footer section.
75
Step 7: Once you type your desired text in the Header section, click on
Close Header and Footer under the Design section on the Ribbon or press
the Esc key from the keyboard to remove the dotted underline. Now, you
can see that the Header is inserted to the Word document.
2. A Date and Time dialog box will appear on the screen in which do the
following -
Now, you can see that your selected format will appear on the Word
document
.
77
Now, you can see that Header is edit based on your requirement.
1. Go to the Insert tab on the Ribbon and click on the Header & Footer
option.
79
2. A Header or Footer dialog will appear on the screen. Click on the Remove
Header or Remove Footer option.
80
, misspelled words appear with the wavy red underline, as shown below.
Step 3: A Word options dialog box will appear on the screen in which
click on the Proofing at the left pane.
86
Step 4: Now, tick on the Check spellings as you type checkbox, and click
on the OK button, as shown in the below screenshot.
87
Case 1: If there is any spelling mistake in your Word document, then the
following dialog box appears with misspelled words present in the red text.
88
Note: If you do not want to change the spelling, then click on the Ignore Once
button.
Case 2: If all spellings are correct in your Word document, then the
following pop up window will appear on the screen in which click on
the OK button.
89
Well organize the data into your Excel sheet and save the file at a particular
location.
Also, remember the points we discussed above while performing a mail
merge.
90
Step 3: Inside the Mailing tab, click on the Start Mail Merge dropdown list
and choose the Step-by-step merge wizard.
91
Step 4: On the right side of your panel, a small window will appear where
choose a document. For example, mark the Letter radio button and
click Next Starting document.
92
It will provide step-by-step guidance for creating a mail merge for the
selected document. However, we have also defined the steps for it.
Step 5: The next step is to choose the starting document. Thus, select
the Use the current document and move to the next step by clicking
the Next Recipient at the bottom.
93
Step 6: Now, leave the Use an Existing List option as selected and click
on the Browse to use the name and address from the Excel file.
94
Note: You cannot make changes to your Excel file this time (while creating
mail merge).
Step 8: A new wizard will open that will ask you to select a table. If your
Excel spreadsheet has only one table, click OK.
96
The table will be closed, and you will again off to the right panel of your
Word file.
Step 10: Here, you see the title of your Excel spreadsheet is added here
(in Currently, your recipients selected from:).
Move to the next step by clicking the Step: Write your letter from the
bottom of the panel and complete the remaining steps.
97
Step 12: Firstly, click the Address block link; a wizard will open where
choose the recipient name's format how you want to display it on the
invitation letter and click OK.
99
Step 14: Now, take the cursor to the next line, click the Greeting Line to
add salutation or greeting line to invitation with name. For
example, Dear XYZ.
Step 15: Define the salutation here and close the panel by clicking
the OK button. You can also provide a greeting line and given a proper
salutation in your letter.
101
Step 16: See that address block and greeting line is added. Now, complete
the letter.
Step 17: The letter will look something like as showing below:
Next, go to the next step Preview your letter.
102
Step 17: You can preview each letter and check details are correct and
organized inside it, which is populated from the Excel spreadsheet. It
contains the Previous and Next buttons over here.
"Placeholders are automatically replaced with their respective data."
103
Step 19: It will ask you to the print current record or print all the letters from
your database. Choose accordingly and click OK in the end.
Step 20: It will create a pdf of all your invitations. Nothing to do here, just
click OK.
105
Step 21: Now, save the copy of the output in default pdf format on your
local device. Provide a name and save them on a location.
106
Email Invitations
Instead of printing and saving the document to your local device, you can
directly mail it to the persons.
Step 22: For this, inside the Mailing tab, go to the Finish & Merge and
click on the Send Email Messages to email the invitations.
107
Step 23: Choose the Email field of your spreadsheet inside To field.
Provide a subject line for the email.
Keep the Send Record to All and then press OK.
108
It will redirect you to user Gmail id on the browser where send the prepared
invitations to all.
Tip: It is good to look over the letter by yourself to check typos, formatting, and
everything is fine.
Step 2: A placeholder named First name will be added to your Word file
like this one. This way, prepare the invitation letter by putting placeholders
at the right place.
110
Similarly, add the placeholder to this file wherever you want. For example,
see the invitation letter at the end created by us.
111
112
33. Macros.
How to create a macro in Word document
Macro is a series of commands and instructions that you combine together
as a single command to complete a task automatically.
Follow the below methods to create a macro in Word document -
1. Enter the Name for the macro in the Macro name text field.
2. To use the same macro for the further document, click on the All
Documents (Normal.dotm) option from the Store macro in drop-down
menu.
3. Click on the Button icon in the Assign macro to section to run your macro.
Step 6: Select macro that you want to record from the Modify Button
dialog box, type the Display name, and click on the OK button.
115
Step 7: Click on the OK button at the Word options window.
Step 8: Now, click on the View tab and click on the Macros drop-down
menu. Click on the Stop Recording Macro from the drop-down menu.
Now, you can see that recorded macro will appear on the Quick Access
Toolbar.
drop-down menu.
116
Step 3: A Record Macro dialog box will appear on the screen in which do
the following -
Step 5: Once you click on the Assign button, Pressed combination of keys
will appear in the current key text box. Click on the Close button, as shown
in the below screenshot.
118
Run a macro
1. Go to View -> Macros and select View Macros from the drop-down
menu.
119
2. A Macros dialog box will appear on the screen. Select a Macro list that
you want to run from the Macro name:.
3. Click on the Run button, as shown in the screenshot below.
Step 2: A Word Options dialog box will appear on the screen. Click on
the Custom Ribbon at the left pane of the screen.
Step 3: Click on the Macros under the Choose Command from the
section. Click on the New Tab and then Click on the Add. A macros icon
will appear on the screen.
121
Step 4: Right-Click on the Macros and select Rename form the drop-
down menu.
Step 5: A Rename dialog box will appear on the screen. Select the symbol
according to your requirement. Enter the symbol name in the Display name
text box and click on the OK button.
122
Unit-III: MS Excel:
34. Features
There are several features that are available in Excel to make our task
more manageable. Some of the main features are:
Worksheets in Excel
While working with Excel, often you come across terms worksheet, Rows,
Columns and Cells. In this tutorial we will briefly understand these terms
along with their fundamentals and the operation (create, copy, paste,
delete, etc) performed in them.
Worksheet
A Worksheet is a single page containing a collection of cells where the
user can store, update and manipulate the data. Worksheet is also called a
spreadsheet. It is made up of rows, columns and cells.
NOTE: An Excel workbook can contain several worksheets.
126
In Excel, individual data cells in a worksheet are defined and organized
with the help of the vertical column and horizontal row that are combined to
form a cell reference, unlike A1, B25, or R867.
The specifications for Excel Worksheet current versions include:
o Number of Rows per Worksheet: 1,048,576
o Number of Rows per Worksheet: 16,384
o Total cells per Worksheet: 17,179,869,184
Select a Worksheet
Whenever you open an Excel workbook, by default, Excel will take you to
the Sheet1 worksheet. As you can see in the below image, the name of the
worksheet 'Sheet1' is displayed on its sheet tab at the bottom of the
windowpane. Though you can rename it anytime, we will cover the steps
down in this tutorial.
127
Insert a Worksheet
Excel enables the user to insert multiple worksheets as per their
requirement. To insert a new worksheet in excel, click on the plus (+)
symbol located at the bottom of the windowpane. By default, the new
worksheet will be named 'SheetN' where N represents an integer number
1,2,3,4,5,6,7,...., n.
In the below example, we have added a new worksheet named Sheet2.
Output
Rename a Worksheet
To rename your worksheet with a customized and appropriate name
following the below steps.
1. Right-click on the sheet tab for which you wish to change the name.
128
2. The toolbar window will appear. Choose the Rename option.
3. Type your preferred name. For instance, in the below screenshot, we have
renamed 'Sheet1' to Sales 2021.
Move a Worksheet
Excel allows the user to move and locate their worksheet in any order.
Click on your worksheet sheet tab and drag it to your preferred location.
For instance, in the below example, we have dragged Sales 2021 before
the 'Sheet 2' sheet tab.
Output
129
Delete a Worksheet
Deleting a worksheet in excel is very simple, follow the below steps:
Copy a Worksheet
While working many times, the Excel users require copying and pasting the
data of one worksheet to another and making some changes. Excel
provides easy steps to copy the data of one worksheet to another.
3. The 'Move or Copy' dialog box will be displayed. In the Before Sheet
section, select the 'move to end' option and make sure to check in the
'create a copy'.
ROWS
COLUMNS
Columns run vertically downward across
the worksheet ranging from A to XFD
(in total 16384 columns). A column is
identified by a column header on the top
of the column, from where the column
originates.
136
1. Select and right-click on the cell within the column where you want
to insert a new column.
CELLS
Now, as we have covered the basics, let's move towards the operation that
could be applied to a cell.
139
Select a cell
To perform any operation, i.e., to write, edit, delete, format, the user must
first select a cell. Below given are the steps to select a cell in Excel:
3. The cell will remain selectedunless and until the user points the cursor
to another cell.
Cell content
Any data you enter in your Excel worksheet is stored in a cell. Each cell
can hold various types of information, including string, numbers, formatting,
formulas, and functions.
1. String (Text)
Cells can hold string values, unlike alphabets, numbers, and dates.
2. Formatting properties
3. If you want to delete multiple cells, select the cell range and press
the Delete key.
Note: Delete Key can delete the content of multiple cells at once, whereas the
Backspace key only deletes the data of a single cell at a time.
143
Delete cell(s)
People often get confused between deleting the cell content and deleting
the cell itself, but there is a significant difference. If you delete the content,
the cell will remain, and only the content gets omitted, whereas if you
delete the cell, the cells below shift up or are shifted left and replace the
deleted cell.
3. The given below Delete dialog box will occur. Choose the 'entire row'
option.
145
4. The cell will be immediately deleted and the cells lying below will shift up.
4. Release the cursor, and the content will be cut from the original cell
and pasted in the selected location.
147
File Tab
The File tab replaces the Office button from Excel 2007. You can click it to
check the Backstage view, where you come when you need to open or
save files, create new sheets, print a sheet, and do other file-related
operations.
148
Ribbon
Title Bar
This lies in the middle and at the top of the window. Title bar shows the
program and the sheet titles.
Help
The Help Icon can be used to get excel related help anytime you like. This
provides nice tutorial on various subjects related to excel.
149
Zoom Control
Zoom control lets you zoom in for a closer look at your text. The zoom
control consists of a slider that you can slide left or right to zoom in or out.
The + buttons can be clicked to increase or decrease the zoom factor.
View Buttons
The group of three buttons located to the left of the Zoom control, near the
bottom of the screen, lets you switch among excel's various sheet views.
Normal Layout view − This displays the page in normal view.
Page Layout view − This displays pages exactly as they will appear
when printed. This gives a full screen look of the document.
Page Break view − This shows a preview of where pages will break
when printed.
Sheet Area
The area where you enter data. The flashing vertical bar is called
the insertion point and it represents the location where text will appear
when you type.
Row Bar
Rows are numbered from 1 onwards and keeps on increasing as you keep
entering data. Maximum limit is 1,048,576 rows.
Column Bar
Columns are numbered from A onwards and keeps on increasing as you
keep entering data. After Z, it will start the series of AA, AB and so on.
Maximum limit is 16,384 columns.
Status Bar
150
This displays the current status of the active cell in the worksheet. A cell
can be in either of the fours states (a) Ready mode which indicates that
the worksheet is ready to accept user inpu (b) Edit mode indicates that
cell is editing mode, if it is not activated the you can activate editing mode
by double-clicking on a cell (c) A cell enters into Enter mode when a user
types data into a cell (d) Point mode triggers when a formula is being
entered using a cell reference by mouse pointing or the arrow keys on the
keyboard.
Step 2 − Now you'll see the Insert dialog with select Worksheet option as
selected from the general tab. Click the Ok button.
153
Now you should have your blank sheet as shown below ready to start
typing your text.
154
You can use a short cut to create a blank sheet anytime. Try using
the Shift+F11 keys and you will see a new blank sheet similar to the
above sheet is opened.
Step 2 − Clicking the Open Option will open the browse dialog as shown
below. Browse the directory and find the file you need to open.
156
Step 3 − Once you select the workbook your workbook will be opened as
below −
157
2. If we're saving the file for the first time, the Save As pane will occur
in the Backstage view. Where choose a location to save your file with
a new file name.
159
4. The Save As dialog box will emerge. Select the location in local
storage where we want to save the workbook. Enter the file name for
the workbook, then click Save.
161
38. Editing
In MS Excel, there are 1048576*16384 cells. MS Excel cell can
have Text, Numeric value or formulas. An MS Excel cell can have
maximum of 32000 characters.
Inserting Data
For inserting data in MS Excel, just activate the cell type text or
number and press enter or Navigation keys.
Inserting Formula
For inserting formula in MS Excel go to the formula bar, enter the
formula and then press enter or navigation key. See the screen-shot
below to understand it.
163
Click on Special button to see the below dialogue box. Select current
region from the radio buttons. Click on ok to see the current region
selected.
166
As you can see in the below screen, the data is selected for the current
region.
MS Excel provides various ways of deleting data in the sheet. Let us see
those ways.
Delete with Mouse
Select the data you want to delete. Right Click on the sheet. Select
the delete option, to delete the data.
167
Step 2 − Select the first cell where you want to move the data. Right
click on it and paste the data. You can see the data is moved now.
169
39. Advantages
Benefits of Microsoft Excel
1. Best way to store data
Even if you don’t use any of the options or any tool which
Excel offers you, it is the best way to store data. Why I’m
saying this because Excel is a kind of application that is
used by millions of people.
2. You can perform calculations
to write code for almost all the activities that you perform
manually in Excel.
8. Transform and clean data
40. Formulas
Formulas in MS Excel
Formulas are the Bread and butter of worksheet. Without formula, worksheet will be
just simple tabular representation of data. A formula consists of special code, which is
entered into a cell. It performs some calculations and returns a result, which is
displayed in the cell.
Formulas use a variety of operators and worksheet functions to work with values and
text. The values and text used in formulas can be located in other cells, which makes
changing data easy and gives worksheets their dynamic nature. For example, you can
quickly change the data in a worksheet and formulas works.
Elements of Formulas
A formula can consist of any of these elements −
Mathematical operators, such as +(for addition) and *(for multiplication)
Example −
o =A1+A2 Adds the values in cells A1 and A2.
Values or text
Example −
o =200*0.5 Multiplies 200 times 0.15. This formula uses only values, and it
always returns the same result as 100.
Cell references (including named cells and ranges)
Example −
o =A1=C12 Compares cell A1 with cell C12. If the cells are identical, the
formula returns TRUE; otherwise, it returns FALSE.
Worksheet functions (such as SUMor AVERAGE)
Example −
o =SUM(A1:A12) Adds the values in the range A1:A12.
Creating Formula
173
For creating a formula you need to type in the Formula Bar. Formula begins with '='
sign. When building formulas manually, you can either type in the cell addresses or you
can point to them in the worksheet. Using the Pointing method to supply the cell
addresses for formulas is often easier and more powerful method of formula building.
When you are using built-in functions, you click the cell or drag through the cell range
that you want to use when defining the function’s arguments in the Function Arguments
dialog box. See the below screen shot.
As soon as you complete a formula entry, Excel calculates the result, which is then
displayed inside the cell within the worksheet (the contents of the formula, however,
continue to be visible on the Formula bar anytime the cell is active). If you make an
error in the formula that prevents Excel from being able to calculate the formula at all,
Excel displays an Alert dialog box suggesting how to fix the problem.
174
Average():-
This function computer the average of the particular define range.
175
Syntax:- =average (range of cells)
Ex:- =average (a1: d1)
The above example will computer the average of values from a1 to d1
Count ( ):-
This function counts the no of non-blank cells in a particular define
range.
Syntax:- count (range of cells)
Ex:- count (a1:d1)
The above example count the no of cells which are filled with text’s.
Max ( ):-
It will display the max value from a particular define range
Syntax :- max(range of cells)
Ex:- max(a1:d1)
The above display the height values from a1:d100
Min ( ):-
It will display min value from a particular define range.
Syntax:-min (range of cells )
Ex:- min (a1:d100
The above example displays the lowest value from a1:d100
Mathematical functions:-
There functions are used for mathematical calculator on list of range of
values . The example of mathematical function are as follows.
Abs ( ):-
It will calculate the absolute value of a number.
Syntax:-abs (cell address )
176
Ex:- abs (-18)
(b) exp ( ) :-
It is used to find the exponent value the cell.
Syntax:- =exp (cell address,2)
Ex:-exp (k1.2)
Mod ( ) :-
This function is used to find the remainder after division
Syntax =mod (cell address,3)
Ex:- =mod (a1 ,3)
Sqrt ( ) :-
This function is used to find the sqrt of a particular cell value.
Syntax =sqrt (cell address)
Eg = sqrt (a1) = a1=16
Ans =4
Financial functions:-
There functions are used to compute loans,dipuciations,flash
Rat e ( ):-
It calculate the rate of interest per period.
42. templates
In Excel 2007, there are many templates that can save you a lot of time.
A template is a predesigned spreadsheet you can use to create new
spreadsheets with the same formatting and predefined formulas. With
templates, you don't need to know how to do the math, or even how to
write formulas—these are already integrated into the spreadsheet.
In this lesson, you'll learn how to create a new workbook with
a template, as well as basic information on how templates work in Excel
2007.
43. Macros
Macros in MS Excel
Macros enable you to automate almost any task that you can undertake in Excel 2010.
By using macro recorder from View Tab » Macro Dropdown to record tasks that you
perform routinely, you not only speed up the procedure considerably but you are
assured that each step in a task is carried out the same way each and every time you
perform a task.
To view macros choose View Tab » Macro dropdown.
Macro Options
View tab contains a Macros command button to which a dropdown menu containing
the following three options.
View Macros − Opens the Macro dialog box where you can select a macro to
run or edit.
Record Macro − Opens the Record Macro dialog box where you define the
settings for your new macro and then start the macro recorder; this is the same
as clicking the Record Macro button on the Status bar.
181
Use Relative References − Uses relative cell addresses when recording a
macro, making the macro more versatile by enabling you to run it in areas of a
worksheet other than the ones originally used in the macro’s recording.
Creating Macros
You can create macros in one of two ways −
Use MS Excel’s macro recorder to record your actions as you undertake them in
a worksheet.
Enter the instructions that you want to be followed in a VBA code in the Visual
Basic Editor.
Now let's create a simple macro that will automate the task of making cell content Bold
and apply cell color.
Choose View Tab » Macro dropdown.
Click on Record Macro as below.
Edit Macro
You can edit the created Macro at any time. Editing macro will take you to the VBA
programming editor.
183
44. sorting
Sorting in MS Excel
Sorting data in MS Excel rearranges the rows based on the contents of a particular
column. You may want to sort a table to put names in alphabetical order. Or, maybe
you want to sort data by Amount from smallest to largest or largest to smallest.
To Sort the data follow the steps mentioned below.
Select the Column by which you want to sort data.
Choose Data Tab » Sort Below dialog appears.
If you want to sort data based on a selected column, Choose Continue with the
selection or if you want sorting based on other columns, choose Expand
Selection.
You can Sort based on the below Conditions.
o Values − Alphabetically or numerically.
o Cell Color − Based on Color of Cell.
o Font Color − Based on Font color.
o Cell Icon − Based on Cell Icon.
184
Sorting option is also available from the Home Tab. Choose Home Tab » Sort & Filter.
You can see the same dialog to sort records.
185
186
45. charts
A chart is a graphical representation of information of a database charts
helps us to analyses data and make comparison between different
worksheet values. We can understand the data of a company by
analyzing the chart.
Types of charts :-
( i ) area chart :-
An area chart shows the magnitude of change over the time. An area
chart in a stacked line chart. An area chart plots data series one on top
of the other to explain there type of charts we have to study the following
table.
Bar charts:-
187
A bar chart also a graphical representation of information of
the database. It consists of bars which represent the information
depending up on bars there are two types of bar charts in Ms-excel.
progress
3000
production
2000 year
1000 production
0
1 2 3 4 5
year
The bar chart consists of a series of vertical bars that allows comparison
of relating size of two of more items at one point of time. Each bar in a
bar chart in a single data number which represent the increment or
decrement. In the above vertical bar chart the bar at 1991 year
represent the 500 item production the bar at 1992 represents 2000 item
production how we can easily compare there two bars which are varied
from each other
Horizontal bar graphics:-
These consists of horizontal bars which represent the information of a
database
188
progress
5
4
production
year
3
year
2
1
In the above chart the values of years all taken along y-axis and
production is taken as x-axis. Each year horizontal bar represents the
production in a particular year itself.
Line chart:-
This chart also represent the information of a database in the form of
line. The charts consists of lines which describe the increment of the
progress production
10000
1000
production
year
100
production
10
1
1 2 3 4 5
In the
year
above chart the rising of line
indicates the increment in production and falling of line indicates the
decrement in production
189
Pie charts:-
Apie chart is best used for comparing the % of sum that several
represents. There is only one data series in a pie chart
year
year, 1993 5
46. Filtering
Excel offers a powerful database function i.e.: is a big improvement
over the searching. it comes in two favors they are
Auto filtering: When we choose date menu on the menu bar then the
drop down will be Displayed select Filter option from the drop down menu
and then select Auto list. Excel Zips through the data base looking for each
unique entry in each column
Ex: in the same data base it would find you unique departments
in the department column.
Auto filter option in ms excel option in ms excel zips the all records in
a single record on a particular database a auto filter option creates the drop
down menu for each and every column. by using these drop down menus.
We can display the number of records as we here are the steps to create to
auto filter for particular data base.
I-way:
1, click on the frop down menu created by auto – filtering
2, select show all record option from the auto filtering drop down
menu there all hi9dden records will be displayed.
Il –way
1, click on data menu on the menu bar
2, select filter option from the drop down menu
192
3, select show all option from the sub menu
4, then all the hidden records will be displayed.
Renaming auto filter lists
To rename the drop down filter list and redisplay
All of the records follow the following steps.
1, selected ‘data’ menu option on the menu bar
2, select auto filter option from the drop down menu
3, dos select t he auto filter option from the sub menu
4, then the applied auto will be removed from the database
Advanced filtering:
It is also used to create the auto filter for a part9icular database. But
using this advanced Auto filtering we can medify the database by
conditionaly
193
1. Consolidating data from multiple worksheets to one summary within the same workbook.
2. Consolidating data from multiple workbooks to one summary in a new workbook.
NOTE: The following processes will work in Excel versions: 2007, 2010, 2013 and 2016.
If you are using an older version (Excel 2003 or older), this tip may not work for you.
In our example, we have data for 3 years expenditure on tea, coffee and milk. The data
is broken down into quarters and stored in one year per worksheet in one workbook. We
can create a ‘Consolidated Summary’ sheet which will show expenditure by year and
quarter. It does not matter if the data has the same arrangement of columns and rows
or not. Excel will sort that out for you. Amazing!
Year 1 worksheet
194
Year 2 worksheet
Year 3 worksheet
As you can see, Years 1, 2 and 3 each have different arrangements of columns and
rows. There is no tea in Year 2; in Year 3 the first quarter appears at the end of the
table, there is no Quarter 2 and the Quarters are not in order. The ranges you
consolidate do not have to be of the same size in each worksheet, the number of rows
or columns might be different from sheet to sheet. And yet, you can still consolidate the
data into a summary sheet. How incredible is that!
Consolidation steps:
195
To start using the Data Consolidation tool, you need to select an empty sheet in the
workbook as your master worksheet or add a new one if necessary. The worksheet is
renamed ‘Consolidated Summary’.
Select the upper-left cell of the area where you want the consolidated data to appear.
On the Ribbon, Choose Data > Consolidate to view the Consolidate dialog:
In the Function box, click the summary function that you want Excel to use to
consolidate the data. As you will see from the drop-down, there are 11 functions to
choose from. For our data we want to add up the values so we’ll set the Function to
Sum.
Click in the Reference area and select the first data range to consolidate – to do this
you will need to click the Sheet tab i.e. “Year 1” and then drag over the data (including
row and column headings) and then click the Add button to add this first set of data to
the consolidation dialog.
196
Continue in the same way by clicking on the next sheet, highlighting the data, and
clicking on the Add button until all your data and worksheets appear in
the References section of the dialog e.g. “Year 2” and “Year 3”.
Top Tip: You can name your ranges before you start the Consolidation process. If you
name each range then, when you create the consolidation, place your cursor in the
Reference field, press F3 and then choose the range from the list in the Paste Name
dialog.
197
To indicate where the labels are located in the source ranges, select the check boxes
under Use labels in: either the Top row, the Left column, or both. In this
example, Top row is the name of the quarters, i.e. Quarter 1, Quarter 2, etc. and
the Left Column are the list of items, i.e. Coffee, Tea and Milk.
Automatic vs. Manual updates: If you want Excel to update your consolidation table
automatically when the source data changes, select the Create links to source data
check box. If unchecked, you can still update the consolidation manually.
When you click OK, Excel summarises all the data into your new sheet as your master
worksheet (Consolidated Summary).
You’ll immediately notice a change to the Excel worksheet that you may never have
198
seen before. You will see grouping tools down the left of the screen which you can use
to display and hide the data. Next to rows 7, 10 and 14, there are plus signs. This
signifies that cells are part of a group that is currently collapsed. Clicking on the plus
sign will expand the group and there is a line connecting these rows to the left:
You’ll find that the second column (Column C) of data shows the name of the workbook
(Core Excel Level 2) that contains the data. You can hide this column if you want to, by
right clicking it and choosing Hide. This simply hides the column so the data is there
should you need to refer to it later on.
199
Column labels − A field that has a column orientation in the pivot table. Each
item in the field occupies a column.
Report Filter − You can set the filter for the report as year, then data gets
filtered as per the year.
Row labels − A field that has a row orientation in the pivot table. Each item in
the field occupies a row.
Values area − The cells in a pivot table that contain the summary data. Excel
offers several ways to summarize the data (sum, average, count, and so on).
After giving input fields to the pivot table, it generates the pivot table with the data as
shown below.
201
202
Features of PowerPoint
Microsoft PowerPoint is a professional presentation program that allows the user to
create a "presentation slide" that can be displayed on the computer screen through a
projector that is plugged into the computer. There are three main features of the
Microsoft PowerPoint window that you need to focus upon while learning PowerPoint.
These features are Microsoft Office Button, Quick Access Toolbar and Ribbon. Some of
the other important features of PowerPoint are:
o Ribbon: PowerPoint has a new, intuitive user interface called the Ribbon that
helps you create better presentations much more quickly than you could in earlier
versions of PowerPoint.
o Video Capabilities: One of the attractive features of Microsoft PowerPoint is that
it allows you to use video in your presentations. With this software, you can
embed a video clip into one of your slides and use it during the slideshow. When
you embed the video, you can also perform a number of editing functions which
will allow you to alter the video to your needs for the presentation.
o Apply a consistent look and feel in one click: PowerPoint themes help you
change the look and feel of your entire presentation with just one click.
PowerPoint comes with new themes, layouts and Quick Styles that offer you a
wide range of options when you are formatting your presentations. Changing the
203
theme of your presentation not only changes the background colour but the
colour of a diagram, table etc and even the style of any bullet points within a
presentation.
o Dynamically modify shapes, text, and graphics with new tools and
effects: You can now manipulate and work with your text, tables, charts and
other presentation elements in much richer ways than ever before.
o Special Effects: When creating a presentation, one of your jobs as a presenter
is to keep the attention of your audience. If you create a plain presentation
without any flair, your subjects may not pay attention for long. With Microsoft
PowerPoint, you can use a number of special effects to enhance the quality of
your presentations.
o Reduce your document sizes and improve file recovery at the same
time: The new compressed Microsoft PowerPoint XML Format offers a dramatic
reduction in file size, while offering an improvement in data recovery for damaged
files.
204
50. Starting
To start a power point presentation we should follow the following steps
When you open PowerPoint window by default a slide appears. The slide has
two placeholders or text boxes. Additional text boxes can be added from the
Insert tab.
To start creating presentation click on the placeholder or text box a blinking
cursor will appear. Then type the title and click outside the box. The text box will
disappear.
See the image.
51. Parts
Microsoft Office Button is located on the upper-left corner of the PowerPoint window.
See the image:
When you click the button it displays a menu with multiple options to perform different
tasks.
Mini Toolbar
It is a floating toolbar that appears when you select text or right click the text. It
comprises frequently used formatting tools like Bold, Italics, Font Size and Font Color.
207
When you click the Layout tab it displays six groups of commands; Table, Rows &
Columns, Merge, Cell Size and Alignment.
54. Templates
1. Open a blank presentation, and then on the View tab, click Slide Master.
The slide master is the largest slide image at the top of the slide thumbnail
list. Associated layouts are positioned beneath it.
2. To
o make changes to the slide master or layouts, on the Slide
Master tab, do any of these:
To add a colorful theme with special fonts, and effects, click Themes,
and pick a theme.
211
To change the background, click Background Styles
Styles, and pick a
background.
To add a placeholder for text, picture, chart, and other objects, in the
thumbnail pane, click the slide layout that you want to hold the
placeholder. From Insert Placeholder,
Placeholder, pick the type of placeholder you
want to add, and drag to draw the placeholder size.
siz
Step 2 - Start
Select (File > New) to display the New Presentation task pane and click on the
AutoContent Wizard hyperlink.
This will ask you for some information such as your name, the tile of the presentation,
type of the presentation
This wizard only creates an outline for common types of presentations.
213
Step 6 - Finish
Select Finish to view the presentation.
The presentation will be created and the sample content will be displayed.
Replace the suggestions for the content by clicking on each textbox in the slide pane
The suggestions given will guide you through the different sections of your presentation.
Replace the suggestions with your text.
The wizard populates the username into the subtitle box on the title slide. The name
used is obtained from the information about the registered user although this can be
overwritten from (Tools > Options)(General tab).
Suggestions on the points you might want to make are given on each slide and should
be replaced with your own comments.
You should also change the slide titles as well if necessary.
216
You can also press F5 on your keyboard or click the Slide Show button in
the status bar to start the presentation.
Jump to a
Type the slide number and press Enter.
specific slide
Display a white
Press W.
screen
Display a black
Press B.
screen
End the
Press the Esc key.
presentation
219
Step 1
Open the PowerPoint file with your PowerPoint Software. Click the
"New Slide" button at the top of the screen if you want to add a new
slide to the presentation file.
Step 2
220
Slide Thumbnails
Click the slide thumbnails along the left side of the screen to move to
a specific slide you want to edit.
Step 3
Click the "Slide Sort View" button in the bottom left of the corner to
view all your slides as thumbnails. Then, click and drag to rearrange
the slide order. Click the "Slide Themes" button at the top of the
screen if you want to change the color theme for the entire
presentation to something new.
Step 4
Selected Object
Step 5
lick on a slide object and drag when the cursor is a cross-hairs to
move the object to a new position. Click and drag on object outline
handles to resize.
221
Step 6
Use the "Insert" buttons on the toolbar at the top of the screen to add
new objects (text, pictures, movies, charts, tables or shapes) to a
slide. Multiple objects can be added to the same slide with these
buttons or the Insert menu.
Step 7
Double-click on text objects to edit the text or change its formatting.
Step 8
Click the File menu (or the Office menu in PowerPoint 2007) and then
"Save" to save the editing changes you've made to the PowerPoint
presentation file.
222
To Add Picture:
o Click the Insert tab
o In Illustrations group click the Clip Art button
223
o Clip Art task pane appears on the right side
o In task pane you will notice three fields: Search for, Search in,
Results should be
59. Charts
How to Insert Chart
o Select the Insert tab
o In Illustrations group click on Chart command
o An Insert Chart dialogue box appears
o Select the desired Chart style and click Ok
o Chart will be added to slide and an Excel worksheet appears on right
side of the slide
:
227
The Layout tab contains six groups; Current Selection, Insert, Labels, Axes,
Background and Analysis.
See the image:
The Format tab contains five groups; Current Selection, Shape Styles,
WordArt Styles, Arrange and Size.
See the image:
229
Unit-V: MS Access:
Table
Table is an object that is used to define and store data. When you create a
new table, Access asks you to define fields which is also known as column
headings.
Each field must have a unique name, and data type.
Tables contain fields or columns that store different kinds of data,
such as a name or an address, and records or rows that collect all
the information about a particular instance of the subject, such as all
the information about a customer or employee etc.
You can define a primary key, one or more fields that have a unique
value for each record, and one or more indexes on each table to
help retrieve your data more quickly.
230
Query
An object that provides a custom view of data from one or more tables.
Queries are a way of searching for and compiling data from one or more
tables.
Running a query is like asking a detailed question of your database.
When you build a query in Access, you are defining specific search
conditions to find exactly the data you want.
In Access, you can use the graphical query by example facility or you
can write Structured Query Language (SQL) statements to create
your queries.
You can define queries to Select, Update, Insert, or Delete data.
You can also define queries that create new tables from data in one
or more existing tables.
Form
Form is an object in a desktop database designed primarily for data input
or display or for control of application execution. You use forms to
customize the presentation of data that your application extracts from
queries or tables.
Forms are used for entering, modifying, and viewing records.
The reason forms are used so often is that they are an easy way to
guide people toward entering data correctly.
When you enter information into a form in Access, the data goes
exactly where the database designer wants it to go in one or more
related tables.
231
Report
Report is an object in desktop databases designed for formatting,
calculating, printing, and summarizing selected data.
You can view a report on your screen before you print it.
If forms are for input purposes, then reports are for output.
Anything you plan to print deserves a report, whether it is a list of
names and addresses, a financial summary for a period, or a set of
mailing labels.
Reports are useful because they allow you to present components of
your database in an easy-to-read format.
You can even customize a report's appearance to make it visually
appealing.
Access offers you the ability to create a report from any table or
query.
To view the all the possible databases, you can scroll down
or you can also use the search box.
234
Let us enter project in the search box and press Enter. You
will see the database templates related to project
management.
Now, click the Navigation pane on the left side and you will
see all the other objects that come with this database.
236
You will now see all the objects types — tables, queries, etc.
237
EmployeelD AutoNumber
Let us now have short text as the data type for all these fields
and open a blank database in Access.
Let us now go to the Field tab and you will see that it is also
automatically created. The ID which is an AutoNumber field
241
acts as our unique identifier and is the primary key for this
table.
The ID field has already been created and we now want to
rename it to suit our conditions. This is an Employee table
and this will be the unique identifier for our employees.
Click on the Name & Caption option in the Ribbon and you
will see the following dialog box.
Choose Short Text as the field. When you choose short text,
Access will then highlight that field name automatically and
all you have to do is type the field name.
243
Once all the fields are added, click the Save icon.
You will now see the Save As dialog box, where you can
enter a table name for the table.
244
Enter the name of your table in the Table Name field. Here
the tbl prefix stands for table. Let us click Ok and you will see
your table in the navigation pane.
Project ID AutoNumber
245
Contracts Attachment
ProjectStart Date/Time
ProjectEnd Date/Time
Budget Currency
In the tables group, click on Table and you can see this looks
completely different from the Datasheet View. In this view,
you can see the field name and data type side by side.
You can now see a little key icon that will show up next to
that field. This shows that the field is part of the table’s
primary key.
Let us save this table and give this table a name.
248
Click Ok and you can now see what this table looks like in the
Datasheet View.
Let us click the datasheet view button on the top left corner of
the ribbon.
Similarly, add some data in the second table as well as shown in the
following screenshot.
You can now see that inserting a new data and updating the existing data
is very simple in Datasheet View as working in spreadsheet. But if you
want to delete any data you need to select the entire row first as shown in
the following screenshot.
252
Now press the delete button. This will display the confirmation message.
Click Yes and you will see that the selected record is deleted now.
253
You can sort both text and numbers in two ways: in ascending order
and descending order. Ascending means going up, so an ascending
sort will arrange numbers from smallest to largest and text from A to
Z. Descending means going down, or largest to smallest for numbers
and Z to A for text. The default ID number sort that appears in your
tables is an ascending sort, which is why the lowest ID numbers appear
first.
254
In our example, we will be performing a sort on a table. However, you
can sort records in any Access object. The procedure is largely the
same.
To sort records:
1. Select a field you want to sort by. In this example, we will sort
by customers' last names.
2. Click the Home tab on the Ribbon, and locate the Sort &
Filter group.
3. Sort the field by selecting
the Ascending or Descending command.
5. To save the new sort, click the Save command on the Quick
Access Toolbar.
After you save the sort, the records will stay sorted this way until you
perform another sort or remove the current one. To remove a sort, click
the Remove Sort command.
256
Filtering records
Filters allow you to view only the data you want to see. When you
create a filter, you set criteria for the data you want to display. The filter
then searches all of the records in the table, finds the ones that meet
your search criteria, and temporarily hides the ones that don't.
Filters are useful because they allow you to focus in on specific records
without being distracted by the data you're uninterested in. For instance,
if you had a database that included customer and order information, you
could create a filter to display only customers living within a certain city
or only orders containing a certain product. Viewing this data with a filter
would be far more convenient than searching for it in a large table.
3. Click OK. The filter will be applied. Our customers table now
displays only customers who live in Cary.
258
Toggling your filter allows you to turn it on and off. To view the records
without the filter, click the Toggle Filter command. To restore the filter,
click it again.
259
In the tblEmployees table, double-click all those fields which you want to
see as result of the query. Add these fields to the query design grid as
shown in the following screenshot.
The query runs, and displays only data in those field which is specified in
the query.
263
In the Update row of the Design grid, enter the updated value and in
Criteria row add the original value which you want to be updated and
run the query. This will display the confirmation message.
Click Yes and go to Datasheet View and you will see the first record
— FirstName is updated to “Max” now.
265
On the Design tab, in the Query Type group, click Delete and
double-click on the EmployeeID.
In the Criteria row of the Design Grid, type 11. Here we want to
delete an employee whose EmployeeID is 11.
267
Let us now run the query. This query will display the confirmation
message.
Click Yes and go to your Datasheet View and you will see that the
specified employee record is deleted now.
268
You will see the following dialog box. Enter the name of the new
table you want to create and click OK.
Click Yes and you will see a new table created in the navigation
pane.
272
2. Select the Home tab on the Ribbon, locate the Sort &
Filter group, and click the Selection drop-down
arrow.
274
Example
Let us try an example to understand this. We will be retrieving some
information from a variety of tables — tblCustomers, tblOrders,
tblOrdersDetails and tblBooks and reviewing a variety of fields.
276
Let us now run the query and you will see the following results.
We want a very simple calculation for a subtotal which will take the
quantity of the books ordered and multiply that by the retail price of the
book. It is a good idea to begin every expression or any expression with a
name to call that field. Let us call this one subtotal.
277
Let us run your query again and you will see the new Tax field in the end.
279
Creating Forms
There are a few methods you can use to create forms in Access. For this,
open your Database and go to the Create tab. In the Forms group, in the
upper right-hand corner you will see the Form Wizard button.
281
Let us just leave it with that one table, and click Next.
The following screen in the Form Wizard will ask for the layout that we
would like for our form. We have columnar, tabular, datasheet and
justified layouts. We will choose the columnar layout here and then
click Next.
283
In the following screen, we need to give a title for our form. Let us call
it frmEmployees.
Once you have given your form a title, you can open the form to see what
that form looks like, or you can begin entering information into your table.
Or you can choose the option to modify the form's design. Let us choose
the first option to open the form to view or enter information and
click Finish.
Now, take a look at the following screenshot. This is what your form looks
like. This is a single item form, meaning one record is displayed at a time
284
and further down you can see the navigation buttons, which is telling us
that this is displaying the record 1 of 9. If you click on that button then, it
will move to the next record.
If you want to jump to the very last record in that form or that table, you
can use the button right beside that right arrow, the arrow with a line after
it, that's the last record button. If you want to add new employee
information, go to the end of this records and then after 9 records you will
see a blank form where you can begin entering out the new employee's
information.
285
This is one example of how you can create a form using the Form Wizard.
Let us now close this form and go to the Create tab. Now we will create a
slightly more complicated form using Wizard. Click the Form Wizard and
this time, we will choose fields from a couple of different tables.
286
In this Form Wizard, let us choose tblProjects for Tables/Queries, and
select a few Available Fields such as ProjectID, ProjectName, ProjectStart,
and ProjectEnd. These fields will now move to Selected Fields.
Now select tblTasks for Tables/Queries and send over the TaskID,
ProjectID, TaskTitle, StartDate, DueDate and PercentComplete.
Click Next.
287
In the following screen, you need to provide a name for your forms. Enter
the name you want and click Finish.
289
Access will give you a preview of what your form looks like. On top, you
have the controls on your main form, which is from our Projects table. As
you go down, you will see a subform. It's like a form within a form.
290
From the menu, you can create a Multiple Items form, a Datasheet form,
a Split form, or even a Modal Dialog form. These are typically bound
forms; select the object that you would like to be bound to that form. This
does not apply to the Modal Dialog forms.
To create this type of form, you will need to select the object in navigation
pane first. Let us select tblEmployees here.
The above step will further create a Multiple Items form, listing out all the
employees.
Split Form
This type of form is divided in equal halves, either vertically or horizontally.
One half displays a single item or record, and the other half displays a list
or a datasheet view of multiple records from the underlying data source.
Let us now select tblEmployees in the navigation pane and then
on Create tab. Select Split Form option from More Forms menu and you
will see the following form in which the form is divided vertically.
292
You will see that the report is open in Layout view. This provides a quick
way to adjust the size or width of any of your fields that you see on the
report. Let us now adjust the column widths to make everything fit in a
better way.
This was a very quick way to create a very simple report. You could also
make minor changes and adjustments from the report design view.
Using the tools on the lower right-hand corner, you can zoom in or zoom
out. You also have some buttons on the Print Preview tab that appear
automatically when you switch to Print Preview. In the zoom section,
you've got a view for one page, two pages; or if you have a longer report,
you can view four pages at once, eight pages or twelve pages. You can
also adjust simple things such as the size of the paper that you are using
to print, the margins for your report, the orientation, the number of
columns, page set up, etc. And that is how you can create a very quick
simple report using the Report button on the Create tab.
On the Design tab in the Tools group, select the Property Sheet. This will
open up the Property pane.
298
You can see that it moves all of the labels up to the page header area.
These labels will appear only once at the top of every page and the data
301
query will repeat for every record in the Details section. Now, you can go
through and make some adjustments to make your ProjectName field
wider.
As you can see in the above screenshot, there is a lot of space between
Detail section and Page Footer.
Let us drag the Page Footer up to reduce the space as in the following
screenshot. We will now go to the Design tab and click on the View button
and choose Report View.
302
You can now see that some project names are not complete; you can
adjust this with either the design view, or you can use the layout view to do
that.
That is how we create a simple report just from the Design View.
303
Right click anywhere on that report and you will see Page Header/Footer
and Report Header/Footer. This particular report does not have that
Report Header/Footer visible. Let us select that option and go back to the
Report View.
You can see it just adds a little colored area at the very top of the report. In
the Design View, expand that area by hovering the mouse right at the top
305
of that page header divider, clicking and dragging down. This will add
more area to the report header.
In the Report View, you will now see more area at the very top of the
report as in the following screenshot.
The Report Header and Footer controls appear at the top of the first page
of that report. The report footer controls what you see at the very last page
at the bottom of the report.
306
The Report Header and Footer is different from your Page Header and
Page Footer. Anything that is placed in the Page Header will appear at the
top of every page. Likewise, anything that is placed in the Page Footer will
repeat at the bottom of every page.
Now you can add additional grouping levels, and to do that, you want to
make sure you have the group sort and total area turned on.
In the Grouping and Totals section of the Design tab, click on the Group
and Sort button which will open Group, Sort, and Total area at the bottom
as shown in the following screenshot.
307
You can now add additional groups or grouping on any control that you
have in your report. Let us now click on Add a Group.
In the above screenshot, you can see the underlying control source for
report with the project name, task title, due date and percent complete. Let
us now say we want to group all of our late tasks by project, so select
Project Name from the list.
308
Now you will see an additional grouping level ProjectName Header above
your details section. Instead of the project name appearing alongside each
individual task that is late, we can now move this control up to this project
name header. You can select it, and then press Ctrl + X on your keyboard
to cut that from that details section and click anywhere in the background
of that project name header, and then press Ctrl + V to paste that control
in that project name header.
309
You can now go to the Report View and see the adjustments made to
group the things in the report as in the following screenshot.
310
Every single project has its own little level on its own line, and then
underneath that area you will see all of the tasks that are late for the above
project. With that changed now, you can go through and start formatting
your report in the Layout View.
If you want to make the project name bigger, then drag the line below and
change the font size to 20 in the Format Tab.
You can increase the width of the control to cover the entire width of the
page.
311
To remove the border around the control, click on the Shape Outline in the
Format tab as in the following screenshot.
Adjust the task title to the left of your page as in the following screenshot.
313
Let us now bring the data from the Page Header section to
the ProjectName header section using Ctrl+X and Ctrl+V.
Let us now go back to the Report View. You will now see that the labels
appear directly above the controls that they describe.
If you notice, you will see that there is no space between the tasks and the
next project name. There should be additional space in between. For that,
we need to add ProjectName Footer.
Now, go to the Design View.
314
In the Group, Sort and Total area click on the More button next to the
project name.
You will now find all the options for how to group and sort by project name
as in the following screenshot.
As you can see in the above screenshot that the ProjectName Footer
section beneath the Details section is added. This will act as the footer for
that project name group.
Let us now go back to the Report View.
316
Let us change the Details section first by clicking on the detail divider and
then open Properties sheet.
On the Format tab, change the Alternate Back Color to No Color as in
the following screenshot.
317
You can now see how the report looks. To see how your data will print
page by page, let us go to the Print Preview.
318