KTB Notes
KTB Notes
Unit-II:
Primary, Auxiliary and Cache Memory – Memory Devices. Software, Hardware, Firmware and People
ware – Definition and Types of Operating System – Functions of an Operating System – MS-DOS – MS
Windows – Desktop, Computer, Documents, Pictures, Music, Videos, Recycle Bin, Task Bar – Control
Pane.
Unit-III:
MS-Word
Features of MS-Word – MS-Word Window Components – Creating, Editing, Formatting and
Printing of Documents – Headers and Footers – Insert/Draw Tables, Table Auto format –
Page Borders and Shading – Inserting Symbols, Shapes, Word Art, Page Numbers, Equations – Spelling
and Grammar – Thesaurus – Mail Merge
Unit-IV:
MS-PowerPoint
Features of PowerPoint – Creating a Blank Presentation - Creating a Presentation using a
Template - Inserting and Deleting Slides in a Presentation – Adding Clip Art/Pictures -Inserting Other
Objects, Audio, Video - Resizing and Scaling of an Object – Slide Transition – Custom Animation
Unit-V:
MS-Excel
Overview of Excel features – Creating a new worksheet, Selecting cells, Entering and editing Text,
Numbers, Formulae, Referencing cells – Inserting Rows/Columns –Changing column widths and row
heights, auto format, changing font sizes, colors, shading.
UNIT – I BASICS OF COMPUTERS
ON state is represented by 1 and OFF state is represented by 0. All that happens inside the computer is
based on these two states only. We use binary number system to represent the states in the Computer.
0,1 are called as Binary digits ( BITS )
8 bits = 1 byte
1024 byte = 1 Kilo Byte ( KB)
1024 KB = 1 Mege Byte (MB)
1024 MB = 1 Giga Byte ( GB)
1024 GB = 1 Tera Byte ( TB )
Digitisation : It is possible to convert basic entities like voice, text, Pictures, motion pictures etc. into
electronic form (say Zeros and Ones). This is called digitization. Once basic data is converted into
digital form it can be processed in the Computers.
a. Input Unit: This unit is used for entering data and programs into the computer system by the user .
b. Output Unit: The output unit is used for storing the result as output produced by the computer after
processing.
c. Central Processing Unit (CPU) : The task of performing arithmetic and logical operations is done by
CPU. The major parts of CPU are : Arithmetic Logic Unit (ALU), Memory Unit (MU) and Control
Unit (CU)
Arithmetic Logic Unit (ALU) : All calculations and comparisons, based on the instructions provided, are
carried out within the ALU. It performs arithmetic functions like addition, subtraction, multiplication,
division and also logical operations like greater than, less than and equal to.
Control Unit: Controlling of all operations like input, processing and output are performed by control
unit. It takes care of step by step processing of all operations inside the computer.
Memory Unit : Computer’s memory can be classified into two types; primary memory and secondary
memory. Primary Memory can be further classified as RAM and ROM.
Random Access Memory (RAM) is the place in a computer where the programs and data are kept
temporarily so that they can be accessed by the computer’s processor. It is said to be ‘volatile’ since its
contents are accessible only as long as the computer is on.
Read Only Memory (ROM) is a special type of memory which can only be read and contents of which
are not lost even when the computer is switched off. It typically contains manufacturer’s instructions.
ROM also stores an initial program called the ‘bootstrap loader’ whose function is to start the operation
of computer system once the power is turned on.
1.5. Secondary Memory
Secondary/auxiliary memory is storage other than the RAM. These include devices that are peripheral
and are connected and controlled by the computer to enable permanent storage of programs and data.
Some of the secondary storage devices are hard disks, CDs, DVDs, Pen drive, Zip drive etc.
Hard Disk : Hard disks are made up of a stack of metal disks sealed in a box. The hard disk and the hard
disk drive exist together as a unit and is a permanent part of the computer where data and programs are
saved. Hard disks are rewritable.
Compact Disk : Compact Disk (CD) is portable disk having data storage capacity between 650-700 MB.
It can hold large amount of information such as music, full-motion videos, and text etc. CDs can be
either read only or read write type.
Digital Video Disk : Digital Video Disk (DVD) is similar to a CD but has larger storage capacity. DVDs
are primarily used to store music or movies and can be played back on your television or the computer
too.
Super computer:
They are most powerful and expensive computers. They have externally large storage capacities and
processing speed is at least 10 times faster than other computers. Some of the super computers are NEC ,
CRAY ,CYBER 205,CDC STAR 100 etc.
Mainframe computer:
They are medium or large machine, made of several units connected together. It's generally used in big
organizations.
Mini computer:
They are like small mainframes. They consist of a few separate units connected together. They are not
powerful as mainframe computers.
Micro computer:
Micro Computers are the smallest general purpose computers. They are used in different applications
like business, engineering, schools, colleges, entertainment etc. Micro computers are further classified
into Desk tops, Laptops, Palmtops and so on depending on their relative size.
In recent years the mobile phones too have computing facilities. The trend is that the communication
features and computing features are integrated in such devices.
Review questions
4. CD-ROM is a
A) Semiconductor memory B) Memory register
C) Magnetic memory D) None of above
6. To produce high quality graphics (hardcopy) in color, you would want to use a/n
A) RGB monitor B) Plotter
C) Ink-jet printer D) Laser printer
8. Which of the following storage devices can store maximum amount of data?
A) Floppy Disk B) Hard Disk
C) Compact Disk D) Magneto Optic Disk.
13. What is the responsibility of the logical unit in the CPU of a computer?
A) To produce result
B) To compare numbers
C) To control flow of information
D) To do math’s works
21. The word processing task associated with changing the appearance of a document is
A) Editing B) Writing
C) Formatting D) All of above
25. Modern Computers are very reliable but they are not
A) Fast B) Powerful
C) Infallible D) Cheap
UNIT – II
MEMORY DEVICES & TYPES OF OPERATING SYSTEMS
2.1.1. Primary Memory: The memory unit that communicates directly within the CPU, Auxiliary
memory and Cache memory, is called Primary memory or main memory. It is the central storage unit of
the computer system. It is a large and fast memory used to store data during computer operations. Main
memory is made up of RAM and ROM.
RAM: Random Access Memory is a temporary memory. It is classified into the following categories.
DRAM: Dynamic RAM, is made of capacitors and transistors, and must be refreshed every 10~100 ms.
It is slower and cheaper than SRAM.
SRAM: Static RAM, has a six transistor circuit in each cell and retains data, until powered off.
NVRAM: Non-Volatile RAM, retains its data, even when turned off. Example: Flash memory.
ROM: Read Only Memory, is non-volatile and is more like a permanent storage for information. It also
stores the bootstrap loader program, to load and start the operating system when computer is turned on.
PROM(Programmable ROM), EPROM(Erasable PROM) and EEPROM(Electrically Erasable PROM)
are some commonly used ROMs.
Devices that provide backup storage are called auxiliary memory. For example: Magnetic disks and tapes
are commonly used auxiliary devices. Other devices used as auxiliary memory are magnetic drums,
magnetic bubble memory and optical disks. It is not directly accessible to the CPU, and is accessed using
the Input / Output channels.
The data or contents of the main memory that are used again and again by CPU, are stored in the cache
memory so that we can easily access that data in shorter time. Whenever the CPU needs to access
memory, it first checks the cache memory. If the data is not found in cache memory then the CPU moves
onto the main memory. It also transfers block of recent data into the cache and keeps on deleting the old
data in cache to accommodate the new one.
• Word processing software: The main purpose of this software is to produce documents. MSWord,
Word Pad, Notepad and some other text editors are some of the examples of word processing
software.
• Database software: Database is a collection of related data. The purpose of this software is to
organize and manage data. The advantage of this software is that you can change way data is
stored and displayed. MS access, dBase, FoxPro, Paradox, and Oracle are some of the examples
of database software.
• Spread sheet software: The spread sheet software is used to maintain budget, financial statements,
grade sheets, and sales records. The purpose of this software is organizing numbers. It also allows
the users to perform simple or complex calculations on the numbers entered in rows and columns.
MS-Excel is one of the examples of spreadsheet software.
• Presentation software: This software is used to display the information in the form of slide show.
The three main functions of presentation software is editing that allows insertion and formatting
of text, including graphics in the text and executing the slide shows. The best example for this
type of application software is Microsoft PowerPoint.
• Multimedia software: Media players and real players are the examples of multimedia software.
This software will allow the user to create audio and videos. The different forms of multimedia
software are audio converters, players, burners, video encoders and decoders.
2.3 MS Windows
Windows is an operating system based on GUI (Graphical User Interface). It is developed by
Microsoft Company (MS). The different version of MS- Windows are : Windows XP, Windows 8 and
Windows 10. The following sections explain the basic operations of a windows operating system.
Note: The students need to practice these sessions to acquire basic skills of operating a computer.
DESKTOP
Task Bar
Common Format of a window
CLOSE
Maximize Button
Title Bar Minimize
Button
Menu Bar
Paint
Notepad Calculator
Steps :
1. Open Notepad and move the window to the leftmost corner.
2. Change the size.
3. Repeat the previous two steps for the remaining 2 windows also
Hint: It is advisable to open Paint and draw some pictures. This would help the novice user to handle the
mouse properly.
2. Selection: Take the cursor to the beginning of the address - Click and drag the mouse till the
end of the address. Now the selected portion will appear on reverse video (Black background
and white letters)
Take the cursor to the end of the text (or) to any portion of the document
Edit Paste
Ctrl C
+ EDIT - COPY
Ctrl EDIT
+ - PASTE
V
Ctrl EDIT
+ X- CUT
1. Open Notepad and Calculator. Keep their sizes in such a way that both are visible.
2. Type an equation in Notepad ( 12 x 60 x 60 = ) 3. Use Calculator to get the
answer.
Edit Copy
Now the answer is copied on to the memory ( Clip board)
Edit Paste
Type 3 paragraphs that will include numbers, Capital letters, Underscores, Special symbols etc.
Hints :
1. Press Enter key to go to next line / Paragraph
2. Press Shift key and type a letter to get Capital letters; (or)
4. Backspace Key is used delete the letter just before the Cursor’s
position
Num Lock
6. Key is used get numbers from the Numeric Key pad
File : A file refers to a group of related items. It may be a letter written to your friend, a research paper,
a song, a film or anything of that sort.
Folder : All the files are stored on different folders. It is also called as a Sub-Directory.
Drive : A computer may have different portions wherein you may store folders / files, that are called as
Drives. The following letters are normally used to represent drives
C drive à Hard disk ( the same hard disk may have partitions that are
sometimes referred as D drive , E drive etc. )
F drive / G drive à Normally CD drives
2.3.5.1. Creating a file :
Open Notepad and type some good words about your city
File Save
Save
Type the File name as CITY1 and click at Now the
file is saved in the MY DOCUMENTS folder.
Exercise: Create a folder on your own name. Create one .txt file using notepad and .bmp file using paint
and store them in the Folder created by you.
Tip : To save a file in a chosen folder directly use the following steps. While saving select the following
Save in
Click here and select the drive and folder
Select the file by clicking on it and RIGHT CLICK* again on it. Choose COPY and go to new folder.
RIGHT CLICK* again and then press PASTE.
*RIGHT CLICK: Click the right button of the mouse. This is used to display the Shortcuts-menu.
Using the Print DIALOG BOX specify the number of copies to be printed and other details and press
PRINT. (Keep the print-device ON…..)
Option Buttons : These are used to select any one of the given options.
Command Buttons :
These are used to execute a command. Click on the command button will execute the command.
The Start menu is split down the middle into two columns:
Left side (white). At the top, above the thin divider line, is the pinned items list, which is yours to
modify; it lists programs, folders, documents, and anything else you want to open quickly.
Below the fine line is the standard Windows most recently used programs list.
The Start menu’s top-left section is yours to play with. You can “pin” whatever programs you
want here. The lower-left section lists programs you use most often. (You can delete items here but you
can’t add things or rearrange them.) The right column links to important Windows features and folders.
Right: The All Programs menu replaces the left column of the Start menu, listing all your software. You
can rearrange, add to, or delete items from this list.
Review questions 1.
Microsoft Windows is an
a. Operating system b. Graphic program
c. Word Processing d. Database program (Ans : a)
3. What program runs first after computer is booted and loading GUI?
a. Desktop Manager b. File Manager
c. Windows Explorer d. Authentication (Ans : a)
5. The category of software most appropriate for controlling the design and layout of complex
document like newsletters and brochure is:
a. Word processing b. Computer aided design
c. Desktop publishing d. Web page authoring (Ans : c)
12. Once text has been cut to the clipboard, you can .....that text into another document
a. Paste b. Copy
c. Transfer d. None of the above (Ans : a)
15. The essential difference between an operating system like Linux and one like Windows is that
a. Windows can run with an Intel processor, whereas Linux cannot
b. Linux is a proprietary whereas Windows is not
c. There are multiple versions of Linux, but only one version of Windows
d. Any programmer can modify Linux code which is not permitted with Windows
`(Ans : d)
20. Which runs on computer hardware and serve as platform for other software to run on?
a. Operating System b. Application Software
c. System Software d. All (Ans : a)
UNIT - III
MS-WORD 2007
Microsoft Word or MS-WORD is a graphical word processing program that users can type with. Its
purpose is to allow users to type and save documents. Similar to other word processors, it has helpful
tools to make documents.
This notes is useful for a beginner to learn the operations of MS word (version 2007) through practice.
Exercise : 1. Typing a document.
Any printed matter is referred to as a document. Ex. A research paper, Leave letter etc. The
following points are useful to prepare a document
2. Type Continuously till the end of the paragraph. Press ENTER key to go to the
next para.
3. Selection of a text: Take the Cursor to the beginning of the line- Click the mouse and drag
till the end of line. The selected portion will appear in the reverse video (Black background
and white letters). Now apply the following for special appearance
Bold space B
I Italic
4. Font: Selecting different Fonts may change the style of the text.
To apply a font,
select the portion of the text and then do the following
Take the cursor to the line or para by clicking on it, and press any one of the justification buttons
Normally paragraphs are left justified and the Headings are Center justified.
6. Line Space :
The line space is adjusted by pressing the following keys together
Ctrl Ctrl 5
7. Spell Check :
Press key to begin F7 the spell check. Once the checking is going on the computer
would suggest some corrections. You may accept by pressing Cha nge or Press Ignore
(Or) Right Click at the wrong word – The suggestions are displayed – Click at the chosen word.
8. To Save :
Save
Give the file name and press
Save
9. To Print :
Print
Exercise : Re type the following text with all the effects displayed in this Text, including font, font
size, font effects like Bold, italic and underline (though the text is not a professional presentation )
Exercise : 2. Preparing a Greeting Card using Word
Prepare a card as shown below
Steps :
Blank
1. Open a new New OK
Document
Document
Copy
Select a picture from the Clip art gallery. Right Click the mouse
Now the clip art is inserted. Right click the mouse, on the clip and press
Behind Text
Text Wrapping
Now the size of the picture may be modified and moved to any position by click and drag method.
Note : Page Colour, Water mark options are also available in this menu
4. Word Art : Word art is
used to get attractive style of
letters. It is under INSERT
menu
1. Page Set up : This is used to set the size of the paper to be used for printing,
as well as margins for the page.
Set the width and height of the paper ( in inches) and press OK
Set the Top, Bottom, Left and Right margins (in inches)
and press OK -- The margins selected are left blank while printing.
NB : The menu is used to change the orientation of the paper for printing.
(Landscape / Portrait)
2. Bullets : Bullets are used to fix bullet symbols to each line of the text.
Example:
• Solids
• Liquids Go to Home menu; press button and then type the text.
• Gases
The bullets are given automatically to every line. Press ENTER key to go to next line. To stop the bullets
: Press BACKSPACE key in a new line.
NB : Automatic Numbering may also be given to the document in a similar way. To get automatic
numbering Press
This type of Auto Numbering is very useful for typing references to the Research paper/ Thesis. When
we add / delete some references from the text, the line numbers are automatically adjusted.
Example: The following lines are indented from left margin. All the lines start after leaving some
space from left margin.
The use of indentation is get the text pushed inside. The indented text is automatically
pushed till we press ENTER key. After pressing ENTER key press Decrease indent
key once.
NB : By selecting Superscript we get superscripted text . (i.e. : After selecting the text click at
Shortcut keys
CTRL+EQUAL SIGN Apply subscript formatting for the selected text CTRL+SHIFT+EQUAL
SIGN Apply superscript formatting for the selected text
5. Mathematical Equations :
To type matheematical symbols and equations Microsoft Equation 3.0 can be used. ( it should have
been loaded in your system)
Click at Insert Object Select Microsoft Equation 3.0
Most of the mathematical symbols are found here. Click at the item to select a symbol and type the
variables.
x2
Examples : y2 sin()d
Note :
• This object does not permit blank spaces to be entered in between symbols.
• To make corrections, we may have to DOUBLE CLICK at the object and make correction. After the
correcions, clik at an empty area to save the changes and close the object.
• To change the size of the equation : CLICK at the object and enlarge the borders.
• This object is used only for typing equations. It can’t get the answers !. You may have to use
MATLAB or other software for solving equations.
6. Header / Footer : This is used to keep some text as header / footer for all the pages printed.
Normally printed books will have the name of the book as the header.
Insert Header
Now select the type the header and enter the text and Close Header press
and Footer
Use Date, Time etc for Header / footers by selecting corresponding buttons.
The same step is used for modification of header / footer also.
Note :
• If PAGE NUMBER option is used it will superseed HEADER / FOOTER options. Hence select
PAGE NUMBER option and type the header text nearer to the page number.
• To change the order of the page number :
PAGE NUMBER – FORMAT PAGE NUMBER - Start at : (enter new value) OK.
7. Change Case : After typing a line you may convert the letters into UPPERCASE or lowercase
using the following steps. Select the line by click and drag method –
Home
Click at change case button
Click at the suitable Case and press. Now the change is effected.
8. Printing a project report/ Thesis
While preparing a project report or book the following tips may be useful:
4. Avoiding hyper links : If the text is copied from internet then the Hyper links will also appear in the
document. It should be removed.
Method-1: Right click at hyper link- Remove hyper link
Method-2 : Select the full text by click and drag method where there are more than one links
present. CUT by using CRTL+ X
Use Paste special from HOME menu, and paste the text as Unformatted text.
5. To remove extra spaces between lines : Select the lines – Right click- Paragraph- Spacing- select 0
and press OK
6. To get Greek alphabets: Type a letter in say ‘a’ - Select it - Go to Font - Select the symbol
front. It becomes as ‘'
abcdefghijklmnopqrstuvwxyz becomes as
7. Shapes: Go-to insert menu – Select Shapes – Click and drag the shapes such as arrows, squares, flow
chat symbol, callouts etc.
Click and drag the shape on to the document - Right click at the shape- Format auto shape-Behind text –
OK.
Example : Click and drag a Star. Click at the green coloured bullet to Rotate the star.
cell
Rows
Columns
Exercise : Print your time table and the Dept. time table.
1. Insert a Table
INSERT Table
Select the number of Rows and Colums by Click and drag method.
Now the Table is inserted into the document.
The Table menu has two ribbons viz : Design and Layout
Most of the options are available here for handling the table.
2. Keys used ( Key board )
Tab Key : To go to
next Cell
Arrow Keys : To move to different cells ( up, down, left, right )
Enter
: : To go to next line inside a cell
3. Deleting rows
Select the row to be deleted, by click and drag method- Right Click the mouse.
6. Table Design :
• This is used to get a built-in design for the table.
• Click at the table – DESIGN MENU- Select a suitable design as required.
• The same menu has features for drawing new columns within a column as well as eraser.
7. Merge Cells:
Select the cells to be merged. Right Click the mouse. Merge cells
ß Merged cells à
8. Layout Menu: This menu has the options for the following
• Cell alignment : Justification both horizontally and vertically
• Cell width and Height : ( under CELL SIZE)
• Cell margin : used to adjust the space between the text and cell border.
• Split the table : To break into two parts
• Inserting formulae : To find column total
Exercise :
Dear Dr.Arun,
This is to invite you
Prepare
Dear <name>, your Dr. Arun time personally for the….. table and
This is to Mrs. Veena also
+ Mr. Raju
invite you = ---------------------------- practice
personally for with typing Dear Mrs. Veena, some of the
the….. tables This is to invite you from your
personally for the….. subject.
---------------------------
- Dear Mr. Raju,
Exercise . 5 Mail Merge This is to invite you
personally for the…..
Mail merge is used to link the body of a letter to many addresses and
prepare individual letters as shown below.
----------------------------
Mail merge involve the following 3 steps
1. Create a Data File
2. Create a body of letter
3. Merge both 1 & 2 .
Mailings menu:
Now NEW ADDRESS LIST dialogue box is displayed. Using this box, remove the unwanted
columns and ADD new columns as per the requirement.
Click at Customize Columns
Remove all the existing fields and keep NAME, DOOR_NO, STREET, CITY, PINCODE as
the new columns.
NB : The field name must be a word ( No spaces are allowed in between; underscore may be
used )
Press OK to close this menu and enter the data
using NEW ADDRESS LIST dialogue box.
Now prepare the body of the letter by inserting the field names. The following sequence would
help inserting filed names in the body of the text.
------------------------------------------------------------------------------------------
------ Dear Insert Merge Field Name ,
To
Insert Merge Field NAME Press Enter Key
ICT - 1
Insert Merge Field CITY
Pin : Insert Merge Field PIN Press Enter Key
The same step is useful for linking a TABLE from the MS word document also. The table to
be linked must be saved in a word document and its file name is used as the source.
Exercise : Create a mail merge letter with the following fields
DNO NAME _STUDENT SUB1 SUB2 SUB3 RESULT NAME_FATHER
DOOR_NO STREET CITY PIN
Individual letters to the parents to inform the Results of their wards are to be prepared.
-------------------------------------------------------------------------------------------------------
Undo Button :
This button is available at quick access tool bar. (TOP row)
This button is used to cancel the last action / Actions. For example deleting a word may be
cancelled (got back) by clicking at this button.
Key board Short cut : Crtl + Z
Move the mouse over the button to be removed – Right Click- Remove from Quick
access tool bar
Practice session
Exercise : Type the following text exactly as shown below ( Format , Font type, Indent,
Bullets, Alignment, Bold, Italic, Underline , Subscripts etc. ).
1. Save and close all Office files, and then close all Office programs.
2. In WINDOWS EXPLORER, move or copy any files you want to find quickly to the
My Documents folder.
Power Point is used for creating presentations (Seminar presentation, Quiz, Animated
Shows, Photo Shows, etc). It is a part of the package MS-Office. This presentation puts
forward a simple and easy way to learn the package.
Open PowerPoint
START PowerPoint
The title layout of the PowerPoint will
be displayed. Click and type the title of the presentation.
• Select a layout from the available list. Layout refers to the outline of the slide.
• Select the title and Content layout : This layout has Table, Chart, Smart art graph,
Picture, Clip art and Movie clip.
• Select a suitable layout and fill the required items. Example : Select a picture lay out- by
clicking at the picture icon, insert a new picture.
By using the previous steps, create more number of slides (say
7 slides). To View the Slide Show :
Slide Show
View
(or) Press F5 key
• Now the slides are displayed one after another by pressing Enter key/ Mouse click.
• Use arrow keys to go to previous / next slide.
• Press ESC key to stop the slide show.
To Change the background :
This option is used to get beautiful backgrounds for the presentation.
Design
Choose a design and select it by clicking on it. We may change the slide
orientation, colours, effects, fonts and background graphics at this level.
Animation :
The display can be made more impressive by introducing special effects like displaying the
text with some visual effects. Animation can be done at two levels
1. Slide level transition
2. Object level Effects
1. Slide level transition : This will effect the slides being displayed
Select Animations a transition style for the slide.
Apply to all
Now all the slides will appear according to the chosen transition.
We can give sound effect also by selecting a proper sound clip from the TRANSITION
SOUND list box. The speed of transition can be controlled by selecting an option from
the TRANSITION SPEED list box.
2. Object Level : This is used to produce special effects to various objects in the slide ( Text,
Picture, Chart .. etc)
Animations Custom animation
Select the animation style from the list box by clicking on it.
It also has speed control, direction control and options for changing / removing
animation.
Select the FOOTER. Type the text to be added as footer. Apply to All
There should be a good contrast between the foreground (letters) and the background. It is
advisable to use default designs. (Example : black letters with white background has the
maximum contrast. Black letters with a blue background is to be avoided)
1. Font size : 22- 40 . Smaller fonts will not be visible to the audience.
2. The line space for text may be 1.5 / 2 for better visibility.
3. To break the overcrowded text in to two slides: Click at the slide (ctrl+D). Now you get a
duplicate slide. Remove the second part from the first slide. Remove the first part from the
second slide, and readjust the font size.
4. Avoid hyperlinks from the text copied from internet. (Right click, REMOVE
HYPERLINK).
UNIT – V MS-EXCEL
MS- Excel is a package meant for three important applications viz., Calculations, Graph
drawing and Data base management. The excel file is treated as a work book in which we
have many work sheets. An excel work sheet has cells arranged in rows and columns.
A B C D E F G H I J
1 Column-E
2 Cell -B2
3 ß Row 3à
4
There are 16,384 columns named as : A , B, C.. Z, AA, AB, AC… XFD and 1048576 rows
in a work sheet. A cell is identified by its cell address. The cell address has the Column
name followed by its row number. Example: A1, A2, B1, B2.
Group
Tabs : Main groups / Core task ( Home, Insert, Page Layout, Formula , Data, Review, View)
Command buttons : Click to perform a task
Groups : Group of related commands within a tab
Dialog Box launcher : Click to open the dialog box related to a group.
Operations : CTRL + F1 : To display / hide the ribbon.
2. Keys used:
Arrow keys ( Up, Down, Left, Right) : to go to different cells.
Ctrl + Up arrow : to go to previous data item in a column /First row
Ctrl + Down arrow : to go to next data item in a column / last row
Ctrl + Left arrow (or ) HOME : to go to the data item to the left / first
Column Ctrl + Right arrow : to go to the data item to the
right / last Column
Tab : Next column
Enter : Next row
3. Entering data:
Go to the cell where the data are to be entered and type the data. Press arrow keys to go
to next cell. The text will be automatically left justified. The numbers are right justified. Use
the justifying tools to change the justification.( Home tab)
Note:
The keys + - * / represent addition, subtraction, multiplication and division
respectively.
6. Using functions:
a. To find the sum of cells B2,C2,D2 à =SUM(B2:D2)
b. To find the Result based on marks at B2 & C2 à =IF
(AND(B2>=35,C2>=35), ”Pass”, ”Fail”)
7. Copying a formula
Click at the formula (D2)
Fill handle
Click and drag the fill handle downwards to copy the formulae to other cells.
8. Increase/ Decrease the width of a column:
Take the Cursor to the gap between the columns. A double headed arrow will appear. Click
and drag the double headed arrow to increase or decrease the width of the column.
9. Insert Column :
Click at cell where you want a column- Right Click- Insert – Entire Column - OK
Exercise 1 :
Create a work sheet with 2 subjects and find total, average and result.
Formula for Total (D2) : =B2+C2
Formula for Average (E2) : = D2/2
Formula for Result ( F2) : =IF(AND( B2 >= 35,C2 >= 35),"Pass", "Fail")
Exercise 2 :
Create a worksheet with columns à Name, BASIC, DA, HRA, CCA, GROSS_SAL, IT,
NET_SAL to prepare a salary bill.
2. Go to INSERT; Select the type of chart by clicking on it. The chart will appear on the
sheet.
3. Chart options :
a) There are three tabs under CHART TOOLS . They are Design, Layout and
Format Design options
Layout Options
Format Options
Exercise # 3
a) Create a bar graph for the student data with four columns Name, Mark_1, Mark_2 and
Mark_3.
Give proper X and Y titles.
b) Create a XY graph for the Pressure vs Volume.
c) Create a Pie Chart for your Monthly Expenses.
Exercise # 4
Rules :
1. The food expense for ‘Veg’ Catogory= Rs 1000/- and for ‘NV’ it is Rs.
1500.
2. Specials and EB change from student to student
3. Balance/ Dues is calculated from Paid-Total
Key : Formula for C2 : =IF(B2="veg",1000,1500)
Exercise 5: Sorting
Create a worksheet with NAME, HEIGHT, WEIGHT. Enter 10 records
Click and drag GENDER from Pivot Table Field list to the bottom of the dialog box ( twice)
as shown in the next page.
Now the summary of Gender
BOYS 7
Girls 3
TOTAL
10 is
displayed.
To get CASTE :
- Uncheck GENDER
- Check CASTE . Click and drag CASTE to the Bottom.
Data should be changed Data need not be changed ( press yes) Only information given