FCA - Final
FCA - Final
LAB MANUAL
FUNDAMENTAL
COMPUTER
APPLICATION
3310703
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
1ST SEMESTER
PRACTICAL -1
1. COMPUTER SYSTEM BASICS
A computer is a programmable machine (or more precisely, a programmable sequential state
machine). There are two basic kinds of computers: analog and digital.
Analog computers are analog devices. That is, they have continuous states rather than
discrete numbered states. An analog computer can represent fractional or irrational values
exactly, with no round-off. Analog computers are almost never used outside of
experimental settings.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
System unit
The system unit is the core of a computer system. Usually it's a rectangular box placed on
or underneath your desk. Inside this box are many electronic components that process
information. The most important of these components is the central processing unit
(CPU), or microprocessor, which acts as the "brain" of your computer. Another
component is random access memory (RAM), which temporarily stores information that
the CPU uses while the computer is on. The information stored in RAM is erased when
the computer is turned off.
Almost every other part of your computer connects to the system unit using cables. The
cables plug into specific ports (openings), typically on the back of the system unit.
Hardware that is not part of the system unit is sometimes called a peripheral device or
device.
System unit
Storage
Your computer has one or more disk drives—devices that store information on a metal or
plastic disk. The disk preserves the information even when your computer is turned off.
Your computer's hard disk drive stores information on a hard disk, a rigid platter or stack
of platters with a magnetic surface. Because hard disks can hold massive amounts of
information, they usually serve as your computer's primary means of storage, holding
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
almost all of your programs and files. The hard disk drive is normally located inside the
system unit.
Nearly all computers today come equipped with a CD or DVD drive, usually located on
the front of the system unit. CD drives use lasers to read (retrieve) data from a CD, and
many CD drives can also write (record) data onto CDs. If you have a recordable disk
drive, you can store copies of your files on blank CDs. You can also use a CD drive to
play music CDs on your computer.
DVD drives can do everything that CD drives can, plus read DVDs. If you have a DVD
drive, you can watch movies on your computer. Many DVD drives can record data onto
blank DVDs.
Floppy disk drives store information on floppy disks, also called floppies or diskettes.
Compared to CDs and DVDs, floppy disks can store only a small amount of data. They
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
also retrieve information more slowly and are more prone to damage. For these reasons,
floppy disk drives are less popular than they used to be, although some computers still
include them.
Floppy disk
Why are floppy disks "floppy"? Even though the outside is made of hard plastic, that's
just the sleeve. The disk inside is made of a thin, flexible vinyl material.
Mouse
A mouse is a small device used to point to and select items on your computer screen.
Although mice come in many shapes, the typical mouse does look a bit like an actual
mouse. It's small, oblong, and connected to the system unit by a long wire that resembles
a tail. Some newer mice are wireless.
Mouse
A mouse usually has two buttons: a primary button (usually the left button) and a
secondary button. Many mice also have a wheel between the two buttons, which allows
you to scroll smoothly through screens of information.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
When you move the mouse with your hand, a pointer on your screen moves in the same
direction. (The pointer's appearance might change depending on where it's positioned on
your screen.) When you want to select an item, you point to the item and then click (press
and release) the primary button. Pointing and clicking with your mouse is the main way
to interact with your computer.
Keyboard
A keyboard is used mainly for typing text into your computer. Like the keyboard on a
typewriter, it has keys for letters and numbers, but it also has special keys:
The function keys, found on the top row, perform different functions depending
on where they are used.
The numeric keypad, located on the right side of most keyboards, allows you to
enter numbers quickly.
The navigation keys, such as the arrow keys, allow you to move your position
within a document or webpage.
Keyboard
Monitor
A monitor displays information in visual form, using text and graphics. The portion of the
monitor that displays the information is called the screen. Like a television screen, a
computer screen can show still or moving pictures.
There are two basic types of monitorrs: CRT (cathode ray tube) monitors and LCD
(liquid crystal display) monitors. Both types produce sharp images, but LCD monitors
have the advantage of being much thinner and lighter. CRT monitors, however, are
generally more affordable.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Printer
A printer transfers data from a computer onto paper. You don't need a printer to use your
computer, but having one allows you to print e-mail, cards, invitations, announcements,
and other materials. Many people also like being able to print their own photos at home.
The two main types of printers are inkjet printers and laser printers. Inkjet printers are the
most popular printers for the home. They can print in black and white or in full color and
can produce high-quality photographs when used with special paper. Laser printers are
faster and generally better able to handle heavy use.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Speakers
Speakers are used to play sound. They may be built into the system unit or connected
with cables. Speakers allow you to listen to music and hear sound effects from your
computer.
Computer speakers
Modem
To connect your computer to the Internet, you need a modem. A modem is a device that
sends and receives computer information over a telephone line or high-speed cable.
Modems are sometimes built into the system unit, but higher-speed modems are usually
separate components.
Cable modem
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
2. Hardware
Processor
The processor is the part of the computer that actually does the computations. This is
sometimes called an MPU (for main processor unit) or CPU (for central processing unit
or central processor unit).
Some computers have more than one processor. This is called multi-processing.
Main storage
Main storage is also called memory or internal memory (to distinguish from external
memory, such as hard drives).
RAM is Random Access Memory, and is the basic kind of internal memory. RAM is
called “random access” because the processor or computer can access any location in
memory (as contrasted with sequential access devices, which must be accessed in order).
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
RAM has been made from reed relays, transistors, integrated circuits, magnetic core, or
anything that can hold and store binary values
ROM is Read Only Memory (it is also random access, but only for reads). ROM is
typically used to store thigns that will never change for the life of the computer, such as
low level portions of an operating system. Some processors (or variations within
processor families) might have RAM and/or ROM built into the same chip as the
processor (normally used for processors used in standalone devices, such as arcade video
games, ATMs, microwave ovens
Input
Input devices are devices that bring information into a computer.
Pure input devices include such things as punched card readers, paper tape readers,
keyboards, mice, drawing tablets, touchpads, trackballs, and game controllers.
Devices that have an input component include magnetic tape drives, touchscreens, and
dumb terminals.
Output
Pure output devices include such things as card punches, paper tape punches, LED
displays (for light emitting diodes), monitors, printers, and pen plotters.
Devices that have an output component include magnetic tape drives, combination
paper tape reader/punches, teletypes, and dumb terminals.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
3. Software
Software is the set of instructions that tell a computer what it needs to do.
There are two kinds of software: the System Software which includes the Operating
System and Applications Software.
Operating System
Abbreviated OS, the Operating System is the resource manager which transforms sectors,
bytes, interrupts and ports into files, folders, processes, and the user-interfaces with
which you can interact. Examples include: Microsoft Windows (XP, Vista, or 7), any
flavor of Linux, and Mac OS X (An apple version of Unix)
Applications Software
Also called user programs, pieces of applications software do the specific things you
want.
The Operating System runs the computer and the Applications Software. It makes sure
that the Hardware and the Applications Software understand each other. This makes it the
most important piece of software on the computer. The Operating System also comes
with utilities. These are pieces of Applications Software that mostly deal with managing
data. You can also buy Third Party utilities, which means a different company made
them than made the Operating System.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
WINDOW BASICS
1.Creating a file in windows
STEP 1-> Navigate to the folder or desktop, you would like to create your file. Eg- My
Documents
STEP 2-> Right click an empty section of the folder window or desktop.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
2. Task bar
A bar located at the bottom of the screen that was first introduced with Microsoft
Windows 95 and found in all versions of Windows after that. The Taskbar allows the
user to locate and launch programs through the Start button, see any program that is
currently open, display the time or date, items running in the background through the
Systray, and with subsequent versions of the Windows operating system, the Quick
Launch.
Windows 98 Taskbar
Windows 7 Taskbar
In the above two pictures, are examples of differences between Windows Taskbars. First,
the Windows 98 Taskbar is an example of what the Taskbar looks like in many of the
earlier versions of Microsoft Windows. As can be seen by this picture, this Taskbar has
the Start button, the Quick launch area, the currently running programs, and the Systray
and system time.
The second image, is the latest evolution of the Windows Taskbar, first introduced with
Windows Vista. In this version of the Taskbar, the Start button is now an Orb with the
Windows flag, displays icons like the Quick Launch with the currently running programs,
running programs are only shown by icon, running programs icons in the Systray are now
hidden, and the date is below the time.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
PRACTICAL – 2
Microsoft Word is word processing software designed by Microsoft. You can use it to
type letters, reports, and other documents.
File extension
Microsoft Word's native file formats are denoted either by a .doc or .docx file extension.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Home: This tab is the basic word processing tools, like for example, size, font, color, style, etc.
You will find that that you're going to go here most of the time.
Introduction
To format text in document. We use font size, style, and color; and use the Bold, Italic,
Underline, and Change Case commands.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Move your cursor over the various font styles. A live preview of the font will appear in
the document.
Left-click the font style you wish to use. The font style will change in the document.
Left-click the font color you wish to use. The font color will change in the document.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Your color choices aren't limited to the drop-down menu that appears. Select More
Colors at the bottom of the list to access the Colors dialog box. Choose the color that you
want and click OK.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
To Insert Text:
Move your mouse to the location you wish text to appear in the document.
Left-click the mouse. The insertion point appears.
Type the text you wish to appear.
To Delete Text:
To Select Text:
Place the insertion point next to the text you wish to select.
Left-click your mouse and while holding it down, drag your mouse over the text to select
it.
Release the mouse button. You have selected the text. A highlighted box will appear
over the selected text.
When you select text or images in Word, a hover toolbar with formatting options
appears. This makes formatting commands easily accessible, which may save you time.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
You can access templates that are installed on your computer or on Office Online. Click
the Microsoft Office Button and select New. You can create blank documents and access
templates from the dialog box that appears.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
The Clip Art options appear in the task pane on the right.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
OR
Paragraph Spacing
Just as you can format spacing between lines in your document, you can also choose
spacing options between each paragraph. Typically, extra spaces are added between
paragraphs, headings, or subheadings. Extra spacing between paragraphs adds emphasis
and makes a document easier to read.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
OR
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Line spacing is measured in lines or points, which is referred to as leading. When you
reduce the leading, you automatically bring the lines of text closer together. Increasing
the leading will space the lines out, allowing for improved readability.
Left-click the bullet or numbering style you would like to use. It will appear in the
document.
Position your cursor at the end of a list item and press the Enter key to add an item to the
list.
To remove numbers or bullets from a list, select the list and click the Bullets or
Numbering commands.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Click the Show/Hide command on the Home tab to display the paragraph marks and
breaks.
The Format Painter command allows you to easily format text to appear like other text
in your document. Select the text that is formatted the way you want, click the Format
Painter command on the Home tab, and then select the text you want to change. The new
text now appears modified.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
OR
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
With the header or footer section active, click the Date & Time command.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Choose one of the options in the Separate text at: section. This is how Word knows
what text to put in each column.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Place the insertion point in a row below the location you wish to add a row.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
You can also add rows below the insertion point. Follow the same steps, but select Insert
Rows Below from the menu.
To Add a Column:
Place the insertion point in a column adjacent to the location you wish the new column
to appear.
Right-click the mouse. A menu appears.
Select Insert Insert Columns to the Left or Insert Columns to the Right. A new
column appears.
Select the table. A Table Tools Design tab now appears on the Ribbon.
Select the Design tab to access all the Table Styles and Options.
Place your insertion point in the document where you want the table to appear.
Select the Insert tab.
Click the Table command.
Drag your mouse over the diagram squares to select the number of columns and rows in
the table.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
To Insert a Picture:
Place your insertion point where you want the image to appear.
Select the Insert tab.
Click the Picture command in the Illustrations group. The Insert Picture dialog box
appears.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Left-click a corner sizing handles, and while holding down the mouse button, resize the
image. The image retains its proportions.
Select the location you wish to save the document using the drop-down menu.
Enter a name for the document.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Using the Save command saves the document in its current location using the same file
name. If you are saving for the first time and select Save, the Save As dialog box will
appear.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Select the location you wish to save the document using the drop-down menu.
Enter a name for the document.
Click the Save button.
Click Print to print the document or Close Print Preview to exit the preview format and
make changes to the document.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
To Print:
Click OK.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
PRACTICAL – 3
OVERVIEW OF MS-EXCEL
Microsoft Excel is a full-featured spreadsheet program that allows you to organize data, complete
calculations, make decisions, graph data, and develop professional looking reports.
Worksheets – Worksheets allow you to enter, calculate, manipulate and analyze data such as
numbers and text.
Charts – Charts pictorially represent data. Excel can draw two dimensional and three-dimensional
column charts, pie charts and
Databases – Databases manage data. For example, once you enter data onto a worksheet, Excel
can sort the data, search for specific data, and select data that meets certain criteria.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Title Bar - The Title Bar shows the name of the application, document, group, directory, or file.
If more than one window is open, the title bar for the active window (the one in which you are
working) has a color or intensity different from other title bars.
Menu Bar - The Menu Bar contains the available menus from which you can choose commands.
Tool Bar - The Tool Bar(s) provide you with a quick method of working with various parts of the
worksheet. Tool bars can be customized and multiple tool bars can be displayed at the same time.
Scroll Bar - The Scroll Bars enable you to move through a spreadsheet when the entire
spreadsheet does not fit in the window or the allotted space. Click the scroll arrows with the
mouse to move through the spreadsheet or to see one line at a time.
At the bottom-left area of the spreadsheet, you will find worksheet tabs. By default, three
worksheet tabs appear each time you create a new workbook. On the bottom-right area of the
spreadsheet you will find page view commands, the zoom tool, and the horizontal scrolling bar.
Quick Access Toolbar is pinned next to the Microsoft Office Button and includes commands
such as Undo and Redo.
The Microsoft Office Button appears at the top of the Excel window. When you left-
click the button, a menu appears. From this menu, you can create a new spreadsheet,
open existing files, save files in a variety of ways, and print. You can also add security
features, send, publish, and close files.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
To insert text:
Left-click a cell to select it. Each rectangle in the worksheet is called a cell. As you
select a cell, the cell address appears in the Name Box.
Enter text into the cell using your keyboard. The text appears in the cell and in the
formula bar.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Cell addresses
Each cell has a name, or a cell address, based on the column and row where it is located.
For example, this cell is C3 because it is where column C and row 3 intersect.
You can also make changes to and delete text from the formula bar. Just select the cell,
then place your insertion point in the formula bar.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Press the Tab key to move to the right of the selected cell.
Press the Shift key then the Tab key to move to the left of the selected cell.
Use the Page Up and Page Down keys to navigate the worksheet.
Use the arrow keys.
Compatibility mode
Sometimes you may need to work with workbooks that were created in earlier versions of
Microsoft Excel, such as Excel 2003 or Excel 2000. When you open these kinds of
workbooks, they will appear in Compatibility mode.
Compatibility mode disables certain features, so you'll only be able to access commands
found in the program that was used to create the workbook. For example, if you open a
workbook created in Excel 2003, you can only use tabs and commands found in Excel
2003.
If you want access to all features of Excel 2007, you can save the workbook in the Excel
2007 file format.
Formatting cells
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Left-click a cell to select it, or drag your cursor over the text in the formula bar to select
it.
Click the Bold or Italics command.
To add a border:
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Click the drop-down arrow next to the Borders command on the Home tab. A menu
will appear with border options.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Click the cell where the answer will appear (C5, for example).
Type the equals sign (=) to let Excel know a formula is being defined.
Type the cell number that contains the first number to be added (C3, for example).
Type the addition sign (+) to let Excel know that an add operation is to be performed.
Type the cell address that contains the second number to be added (C4, for example).
Press Enter, or click the Enter button on the Formula bar to complete the formula.
As you can see, there are many ways to create a simple formula in Excel. Most likely, you will
choose one of the methods that enters the cell address into the formula rather than an actual
number. The cell address is basically the name of the cell and can be found in the Name Box.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Select one of the options to apply it to the selected cells. A cascading menu will appear
An additional dialog box may appear, depending on the option you choose.
If so, make the necessary choices, then click OK.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
From here you can edit a rule, delete a rule, or change the order of rules.
Sorting
Sorting lists is arranging data in ascending or descending order.
Select Sort A to Z
You can Sort in reverse alphabetical order by choosing Sort Z to A in the list.
Select a cell in the column you want to sort (a column with numbers).
Click the Sort & Filter command in the Editing group on the Home tab.
Select From Smallest to Largest. Now the information is organized from the smallest to
largest amount.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
You can sort in reverse numerical order by choosing From Largest to Smallest in the
list.
Click the Sort & Filter command in the Editing group on the Home tab.
Select Custom Sort from the list to open the dialog box.
Click the drop-down arrow in the Column Sort by field, then choose one of the
options—in this example, Category.
Choose what to sort on. In this example, we'll leave the default as Value.
Choose how to order the results. Leave it as A to Z so it is organized alphabetically.
Click Add Level to add another item to sort by.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Select an option in the Column Then by field. In this example, we chose Unit Cost.
Choose what to sort on. In this example, we'll leave the default as Value.
Choose how to order the results. Leave it as smallest to largest.
Click OK.
The spreadsheet has been sorted. All of the categories are organized in alphabetical order,
and within each category the unit cost is arranged from smallest to largest.
Remember that all of the information and data is still here—it's just in a different order.
Creating a chart
Charts can be a useful way to communicate data. When you insert a chart in Excel, it
appears in the selected worksheet with the source data by default.
To create a chart:
Select the worksheet you want to work with. In this example, we use the Summary
worksheet.
Select the cells you want to chart, including the column titles and row labels.
Click the Insert tab.
However over each Chart option in the Charts group to learn more about it.
Select one of the Chart options. In this example, we'll use the Columns command.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Select a type of chart from the list that appears. For this example, we'll use a 2-D
Clustered Column. The chart appears in the worksheet.
Have you ever read something you didn't fully understand but when you saw a chart or
graph, the concept became clear and understandable? Charts are a visual representation
of data in a worksheet. Charts make it easy to see comparisons, patterns, and trends in the
data.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Source data
The range of cells that make up a chart. The chart is updated automatically whenever the
information in these cells changes.
Title
Legend
The chart key, which identifies what each color on the chart represents.
Axis
The vertical and horizontal parts of a chart. The vertical axis is often referred to as the Y
axis, and the horizontal axis is referred to as the X axis.
Naming worksheets
When you open an Excel workbook, there are three sheets by default, and the default
name on the tabs are Sheet1, Sheet2, and Sheet3.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
To name a worksheet:
Click off of the tab. The worksheet now assumes the descriptive name defined.
OR
Click the Format command in the Cells group on the Home tab.
Select Rename Sheet. The text is highlighted by a black box.
Type a new name for the worksheet.
Click off of the tab. The worksheet now assumes the descriptive name defined.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Click the Print Preview command on the Quick Access Toolbar, or select Print Preview
from the Microsoft Office Button menu. The spreadsheet opens in Print Preview mode.
Hover your cursor over one of the black margin markers until a double arrow appears.
Left-click and drag the marker to the desired location. The change will be reflected in the
spreadsheet.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Select a printer if you wish to use a printer other than the default setting.
Click Properties to change any necessary settings.
Choose whether you want to print specific pages, all of the worksheet, a selected area, the
active sheet, or the entire workbook.
Select the number of copies you'd like to print.
Click OK.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
PRACTICAL – 4
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
4. In the Notes pane, you can type notes about the current slide. You can hand out your
notes to your audience or refer to your notes in Presenter view when you give your
presentation.
5. By default, Office PowerPoint 2007 applies the Blank Presentation template. To create a
new presentation that is based on the Blank Presentation template, click the Microsoft
Office Button , click New, click Blank and recent under Templates, and then
double-click Blank Presentation under Blank and recent.
Near the top of the screen are three buttons that you may find useful:
1.Undo , which undoes your last change. (To see a ScreenTip about which action
will be undone, rest your pointer on the button. To see a menu of other recent changes
that can also be undone, click the arrow to the right of Undo .) You can also undo a
change by pressing CTRL+Z.
2.Redo or Repeat , which either repeats or redoes your last change, depending on
what action you just performed. (To see a ScreenTip about which action will be repeated
or redone, rest your pointer on the button.) You can also repeat or redo a change by
pressing CTRL+Y.
3.Microsoft Office PowerPoint Help , which opens the PowerPoint Help pane. You
can also open Help by pressing F1.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
As with any software program, it is a good idea to name and save your presentation right
away and then to save your changes frequently while you work:
1.Click the Microsoft Office Button , point to Save As, and then do one of the
following:
For a presentation that can be opened only in Office PowerPoint 2007, click
PowerPoint Presentation.
For a presentation that can be opened in either Office PowerPoint 2007 or earlier
versions of PowerPoint, click PowerPoint 97-2003 Presentation.
If you choose this option, you cannot use any of the features that are new in Office
PowerPoint 2007.
2.In the Save As dialog box, in the Save in list, select the folder or other location where you want
to save your presentation.
3.In the File name box, type a name for your presentation, or do nothing to accept the default file
name, and then click Save.
The single slide that is provided automatically in your presentation has two placeholders,
one formatted for a title and the other formatted for a subtitle. The arrangement of
placeholders on a slide is called a layout. Office PowerPoint 2007 also provides other
types of placeholders, such as those for pictures and SmartArt graphics.
When you add a slide to your presentation, you can do the following to choose a layout
for the new slide at the same time:
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
1. On the Slides tab, click just below the single slide that already appears there.
2. On the Home tab, in the Slides group, click the arrow next to New Slide.
A gallery appears, showing thumbnails of the various slide layouts that are available.
1. The name identifies the content that each layout is designed for.
2. Placeholders that display colored icons can contain text, but you can also click
the icons to automatically insert objects, including SmartArt graphics and clip art.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
3. Click the layout that you want for your new slide.
The new slide now appears both on the Slides tab, where it is highlighted as the current
slide, and in the Slide pane. Repeat this procedure for each new slide that you want to
add.
1. On the Slides tab, click the slide that you want to apply a new layout to.
2. On the Home tab, in the Slides group, click Layout, and then click the new layout that
you want.
1. On the Design tab, in the Themes group, click the document theme that you
want to apply.
Notes
To preview how the current slide looks with a particular theme applied, rest your pointer
on the thumbnail of that theme.
To see thumbnails of additional themes, click the arrows next to the row of thumbnails.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Unless you specify otherwise, Office PowerPoint 2007 applies themes to the entire
presentation. To change the appearance of only selected slides, on the Slides tab, press
and hold CTRL while you click each slide that you want to change. When all of the slides
are selected, right-click the theme that you want to apply to them, and then click Apply
to Selected Slides on the shortcut menu.
If you decide later that you want a different theme, click that theme to apply it.
To view your presentation on your computer screen exactly the way that it will look to
your audience when you are presenting, do the following:
1. On the Slide Show tab, in the Start Slide Show group, do one of the following:
To start with the first slide in the presentation, click From Beginning.
To start with the slide that currently appears in the Slide pane, click From
Current Slide.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
PRACTICAL – 5
HTML Introduction
HTML Tags
HTML tags are keywords (tag names) surrounded by angle brackets like <html>
HTML tags normally come in pairs like <b> and </b>
The first tag in a pair is the start tag, the second tag is the end tag
The end tag is written like the start tag, with a forward slash before the tag name
Start and end tags are also called opening tags and closing tags
Example : <tagname>content</tagname>
HTML Elements
"HTML tags" and "HTML elements" are often used to describe the same thing.
But strictly speaking, an HTML element is everything between the start tag and the end
tag, including the tags:
HTML Element:
<p>This is a paragraph.</p>
Web Browsers
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
The purpose of a web browser (such as Google Chrome, Internet Explorer, Firefox,
Safari) is to read HTML documents and display them as web pages. The browser does
not display the HTML tags, but uses the tags to interpret the content of the page:
The <!DOCTYPE> declaration helps the browser to display a web page correctly.
There are many different documents on the web, and a browser can only display an
HTML page 100% correctly if it knows the HTML type and version used.
<!DOCTYPE html>
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Example
HTML Attributes
Example :
HTML Headings
<h1> defines the most important heading. <h6> defines the least important heading.
Example
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>
HTML Comments
Comments can be inserted into the HTML code to make it more readable and
understandable. Comments are ignored by the browser and are not displayed.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Example
HTML Paragraphs
Example
<p>This is a paragraph</p>
<p>This is another paragraph</p>
Use the <br> tag if you want a line break (a new line) without starting a new paragraph:
Example
HTML uses tags like <b> and <i> for formatting output, like bold or italic text.
Tag Description
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
A hyperlink (or link) is a word, group of words, or image that you can click on to jump to
another document.
When you move the cursor over a link in a Web page, the arrow will turn into a little
hand.
The most important attribute of the <a> element is the href attribute, which indicates the
link’s destination.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
The <head> element is a container for all the head elements. Elements inside <head> can
include scripts, instruct the browser where to find style sheets, provide meta information,
and more.
The following tags can be added to the head section: <title>, <style>, <meta>, <link>,
<script>, <noscript>, and <base>.
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
The content of the document......
</body>
</html>
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
The <img> tag is empty, which means that it contains attributes only, and has no closing
tag.
To display an image on a page, you need to use the src attribute. Src stands for "source".
The value of the src attribute is the URL of the image you want to display.
The required alt attribute specifies an alternate text for an image, if the image cannot be
displayed.The value of the alt attribute is an author-defined text:
The height and width attributes are used to specify the height and width of an image.The
attribute values are specified in pixels by default:
HTML Tables
A table is divided into rows (with the <tr> tag), and each row is divided into data cells
(with the <td> tag). td stands for "table data," and holds the content of a data cell. A <td>
tag can contain text, links, images, lists, forms, other tables, etc.
Table Example
<table border="1">
<tr>
<td>row 1, cell 1</td>
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
If you do not specify a border attribute, the table will be displayed without borders.
Sometimes this can be useful, but most of the time, we want the borders to show.
<table border="1">
<tr>
<td>Row 1, cell 1</td>
<td>Row 1, cell 2</td>
</tr>
</table>
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
All major browsers display the text in the <th> element as bold and centered.
<table border="1">
<tr>
<th>Header 1</th>
<th>Header 2</th>
</tr>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>
Header 1 Header 2
An unordered list starts with the <ul> tag. Each list item starts with the <li> tag.
The list items are marked with bullets (typically small black circles).
<ul>
<li>Coffee</li>
<li>Milk</li>
</ul>
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Coffee
Milk
An ordered list starts with the <ol> tag. Each list item starts with the <li> tag.
<ol>
<li>Coffee</li>
<li>Milk</li>
</ol>
1. Coffee
2. Milk
The <dl> tag is used in conjunction with <dt> (defines the item in the list) and <dd>
(describes the item in the list):
<dl>
<dt>Coffee</dt>
<dd>- black hot drink</dd>
<dt>Milk</dt>
<dd>- white cold drink</dd>
</dl>
Coffee
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Milk
HTML Forms
An HTML form can contain input elements like text fields, checkboxes, radio-buttons,
submit buttons and more. A form can also contain select lists, textarea, fieldset, legend,
and label elements.
<form>
.
input elements
.
</form>
An <input> element can vary in many ways, depending on the type attribute. An <input>
element can be of type text field, checkbox, password, radio button, submit button, and
more.
Text Fields
<input type="text"> defines a one-line input field that a user can enter text into:
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
<form>
First name: <input type="text" name="firstname"><br>
Last name: <input type="text" name="lastname">
</form>
First name:
Last name:
Radio Buttons
<input type="radio"> defines a radio button. Radio buttons let a user select ONLY ONE
of a limited number of choices:
<form>
<input type="radio" name="sex" value="male">Male<br>
<input type="radio" name="sex" value="female">Female
</form>
Male
Female
Checkboxes
<form>
<input type="checkbox" name="vehicle" value="Bike">I have a bike<br>
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
I have a bike
I have a car
Submit Button
A submit button is used to send form data to a server. The data is sent to the page
specified in the form's action attribute. The file defined in the action attribute usually
does something with the received input:
Username:
The <script> element either contains scripting statements or it points to an external script
file through the src attribute.
The required type attribute specifies the MIME type of the script.
Common uses for JavaScript are image manipulation, form validation, and dynamic
changes of content.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Example
<script>
document.write("Hello World!")
</script>
Font Tag:
The <font> tag specifies the font face, font size, and font color of text.
Example:
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Practical -6
INTRODCUTION TO SCRIPTING
Scripting languages designed for inclusion within an HTML Document. The script is an
integral part of the HTML Document delivered to the client by the server. It is
interpreted and run within the browser application being used by the client.
The Client
Browser
The Client
The HTML The Server Receives the
Browser
Document Delivers the HTML
Displays the
Resides on the HTML Document
» » » Script Result
Server and Document to Reads and
within the
Includes a the Client Interprets the
Browser
Script Browser Script
Application
Server-Side Client-Side
The most commonly used Client-Side scripting languages today are JavaScript
and its variants derived from Java
JavaScript
JScript (Microsoft)
ECMAScript (European Computer Manufacturer's Association)
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
All these scripting languages, along with recent HTML language extensions
supported or developed by Netscape and Microsoft for its Internet Explorer
browser interact to enable the DHTML (Dynamic HTML) environment.
2. Server-Side
Scripting languages designed to be placed, interpreted and run on the Internet server
which is delivering a website. Calls to a server-side script come from the browser but
the code is interpreted and run on the server. Results are delivered to the client
through the browser as webpages or add-ins to webpages.
Server-Side Client-Side
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Scripting and programming languages extend the capabilites of HTML, and provide
greater control over content, style and functionality. Some of the richer web
environments such as XML, VRML and DHTML offer platforms for expanding the
capabilities of simple HTML, as well. For most simple web applications, however, HTML
provides all the necessary features for web authoring with the notable exception of data
collection through forms and forms processing. Forms require server-side processing
using one of the web-based programming languages and CGI.
Using HTML
1. Understand what HTML is. HTML is the coding language that makes web-pages. To see
what it looks like, go into IE and right-click to choose "View Source".You will see a page of
code, and that is HTML. That code is what your browser sees and then interprets it into as
that web-page
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
oIn Internet Explorer, the VIEW menu option is "source". In Mozilla Firefox, press
[Ctrl]+U to view the page's source code. In Safari, select View - View Source (or
Option+Command+U).
2. Make your initial web page as simple as possible. If you don't, you'll likely get
overwhelmed by the syntax and the script languages.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
4. Tell the browser what language you are using. Type <html>. It is the first tag you write
that tells the computer you're starting a web-page. It will also be closed last, so at the
end of the document, close it off by typing this : </html> . This ends the web page.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
6. Give your page a title. A title is important because it gives your users an idea what the
page is about. Also, when users bookmark your site, that title is all they will see in their
bookmark list. The title for HTML code is <title>. Close it off at the end of your title by
writing </title> The title is going to show on the tab don't expect it to be the title of the
actual website.
7. Work on the body of the page. Type <body> to open the body tag. Then close the body
tag by typing </body>. The bulk of the information for your web-page goes between
<body> and </body>.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
a. To give your web-page a background color, you can add a style to the body.
Instead of simply writing <body>, write <body style="background-color:red">.
You can try a different color or even a hex code. The words in the quotation
marks are known as "attributes." They must be surrounded by quotation marks!
b. To make the text go to the next line (like pressing "Enter" on your keyboard),
write <br>.
c. Want to add a marquee, otherwise known as a word that moves across a
screen? Simply type <marquee>TEXT GOES HERE</marquee>.
9. Add some pictures. If you want to put a picture from the Internet onto your web page,
the HTML code for pictures is <img src="URL"> . The closing tag is: </img>. However, the
closing tag is optional.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
10. Check to make sure all of your tags are closed. Your webpage should look something
like this:
<html>
<head>
<title>My Web-page</title>
</head><body bgcolor="yellow">
I love wikiHow because
<marquee>It's the best website in the world!</marquee>
<img
src="http://www.wikihow.com/skins/common/images/wikiHow_logo_5.gif"></img>
</body>
</html>
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
11. Save your work. Go to "save as", put a filename with an .html extension (such as
"testfile.html")and choose "all files" or "text" under file type. It won't work if both are
not done. Go find the page wherever you saved it, double click it, and your default web
browser should open up your very own web-page.
An Image Map allows you to define areas of an image that act like a link so that when the
user clicks on an area, the browser loads the target webpage or media file. The areas
defined do not have to be the same size or shape.
The first step to create an image map is to create or select the image that will be used for
the map. Below is an image showing the three basic shapes defined for image maps; rect,
circle, and poly.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
The second step is to define the coordinates of the areas associated with each link. If the
square shown below represents the image, the origin (x=0 y=0) of the image is in the
upper-left corner. X values increase as you move to the right across the image and Y
values increase as you move to the bottom of the image.
The easiest way to determine the coordinates of an area is to load the image into
Windows Paint program, or your favorite graphics editing application, then place your
mouse pointer over each point in the image for which you want coordinates, and view the
coordinates of that point in the status bar.
Shown below is the code for the example image map. Note that, the code for the map
containing the tags that define the areas must come first in the code before the code that
loads the image that uses the map.
<map name="testmap">
<area shape="rect" coords="10,10,40,40" alt="rect" href="page1.htm">
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
<map>
Attributes:
o name Name referenced by USEMAP
<area>
Attributes:
o shape The shape of the clickable area. values: rect, circle, poly
o coords Coordinates of the clickable area
rect: left-x, top-y, right-x, bottom-y
circle: centerX, centerY, radius
poly: x1,y1,x2,y2, ... xn,yn
o alt Tooltip text
o href URL to load when the area is clicked
Introduction to XML
Before you continue you should have a basic understanding of the following:
HTML
JavaScript
What is XML?
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
XML was designed to transport and store data, with focus on what data is
HTML was designed to display data, with focus on how data looks
Maybe it is a little hard to understand, but XML does not DO anything. XML was created
to structure, store, and transport information.
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>
The note above is quite self descriptive. It has sender and receiver information, it also has
a heading and a message body.
But still, this XML document does not DO anything. It is just information wrapped in
tags. Someone must write a piece of software to send, receive or display it.
The tags in the example above (like <to> and <from>) are not defined in any XML
standard. These tags are "invented" by the author of the XML document.
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
The tags used in HTML are predefined. HTML documents can only use tags defined in
the HTML standard (like <p>, <h1>, etc.).
XML allows the author to define his/her own tags and his/her own document structure.
It is important to understand that XML is not a replacement for HTML. In most web
applications, XML is used to transport data, while HTML is used to format and display
the data.
XML is now as important for the Web as HTML was to the foundation of the Web.
XML is the most common tool for data transmissions between all sorts of applications.
JavaScript Introduction
JavaScript is the world's most popular programming language. It is the language for
HTML and the web, for servers, PCs, laptops, tablets, smart phones, and more.
Example
document.write("<h1<This is a heading</h1>");
document.write("<p>This is a paragraph</p>");
PIET(DS)- I SHIFT
Parul Institute of Engineering &
Technology (Diploma Studies- 1st shift),
Limda.
Department of Computer Engineering
Example
Alert is not commonly used in JavaScript, but handy for learning and trying out
JavaScript.
Example
PIET(DS)- I SHIFT