Assignment 11
Assignment 11
Introduction to Computer
Definition:
A computer is a device making calculation or controlling operation that is
expressible in numeric or logical terms. Computers are constructed from component that
performs simple well defined function. The complex interaction of these components
endows computer‘s ability to process information.
In general a computer accepts input in the form of data and performs prescribed
operation in this data and finally supplies the result in output form.
Speed: Computers are fast, Electric pulse travel at incredible speeds and because the
computer is electronic, its internal speed is virtually instantaneous. Many of today‘s
computers can perform hundreds of millions of processing operations in one second.
Speed of computer is measured in terms of:
1 millisecond=1*10^-3 second
1 microsecond=1*10^-6 second
1 nano second=1*10^-9 second
1 pico second=1*10^-12 second
Accuracy: The accuracy of a computer is consistently high and the degree of accuracy
of a particular computer depends upon its design. For a particular computer, each and
every calculation is performed with the same accuracy. The computer‘s physical
processing circuits rarely make errors. If the correct data and instruction are fed in, the
computer processes the data and gives the correct results.
Versatility : A computer is capable of performing almost any task provided that the
task can be reduced to series of logical steps. Computers can handle variety of
application and jobs and can be used in various fields.
Diligence: Unlike human beings, a computer is free from monotony, tiredness, lack of
concentration, etc. and hence can work for hours together without creating any error and
without grumbling. If ten million calculation have to be performed, a computer will
perform the ten millionth calculation with exactly the same accuracy and speed as the
first one.
Page 1 of 45
Automation: No human intervention is required once the instruction and data are
given. The CPU follows these instructions, until it meets a last instruction which says –
Stop programmed execution; hence leading to automation.
Control Arithmetic
Unit and logic
Unit
Input Unit
Output Unit
Memory Unit
o Control Unit
Page 2 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Input Unit:
Data and information must enter the computer system before any computation can be
performed on the supplied data. This task is performed by the input unit that links the
external environment with the computer system. Data and instruction enter input units in
forms that depends upon the particular device used. For example, data is entered from a
keyboard in a manner similar to typing, and this differs from the way in which data is
entered through a card reader which is another type of input device. All input device must
provide a computer with data that are transformed into binary codes that the primary
memory of a computer is designed to accept. This transformation is accomplished by
units called input interfaces. Input interfaces are designed to match the unique physical
or electrical characteristics of input devices to the requirements of the computer system.
The following functions are performed by an input unit:
1. It accepts the list of instruction and data from the outside world.
2. It converts these instruction and data in computer acceptable form.
3. It supplies the converted instruction and data to the computer system for
further processing.
There are a wide variety of input devices are available. Some of commonly used are
Keyboard, Mouse, Punched card, card reader, etc.
Output Unit:
The job of output is just the reverse of that of an input unit. It supplies information and
results of computation to the outside world. Thus it links the computer with the external
environment. As computers work with binary code, the results produced are also in the
binary form; hence, before supplying the results to the outside world, it must be
converted to human acceptable form. This task is accomplished by units called output
interfaces. Output interfaces are designed to match the unique physical or electrical
characteristics of output devices to the requirement of the external environment.
1. It accepts the result produced by the computer which is in coded form.
2. It converts these coded results to human acceptable form.
3. It supplies the converted results to the outside world.
Memory unit:
The data and instruction that are entered into the computer system through input unit
have to be stored inside the computer before the actual processing starts. Similarly, the
results produced by computer after processing must also be kept somewhere inside the
computer system before being passed on to the output units. Moreover, the intermediate
results produced by the computer must also be preserved for ongoing processing. The
storage unit or the primary/main storage of a computer system is designed to cater to all
these needs. It provides space for storing data and instruction, space for intermediate
results and also space for the final results.
1. All the data to be processed and the instruction required for processing
(received from input devices).
2. Intermediate results of processing.
3. Final results of processing before these results are released to an output device.
Page 3 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
The type and number of arithmetic and logic operations that a computer can
perform, is determined by the engineering design of ALU. However, almost ALU‘s are
designed to perform the four basic arithmetic operation – add , subtract, multiply, divide;
and logic operations or comparisons such as less than, equal to or greater than.
Control Unit:
Control unit of a computer system provides answers of the following question:
i. How does the input device know that it is time for it to feed data into the storage
unit?
ii. How does the ALU know what should be done with the data once they are
received?
iii. And how is it that only the final results are sent to the output device and not the
intermediate results?
The solution for all these situations is provided by the control unit of the computer
system. By selecting, interpreting, and seeing to the execution of the program
instruction, the control unit is able to maintain order and directs the operation of the
entire system. Although, it does not perform actual processing on the data, the control
unit acts as central nervous for the other components of the computer. It manages and
coordinates the entire computer system. It obtain instruction from the program stored in
the main memory, interprets the instructions and issue signals that cause units of the
system to execute them.
Page 4 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Operating System:
An operating system is an integrated set of programs that is used to manage the
various resources and overall operations of a computer system. It is designed to support
the activities of a computer installation. Its prime objective is to improve the performance
and efficiency of a computer system and increase facility, the ease with which a system
can be used. Thus, like a manager of a company an operating system is responsible for
the smooth and efficient operation of the entire computer system user friendly. That is, it
makes it easier for people to interface with and make use of the computer.
Memory management, that is, allocation of main memory and other storage areas
to the system programs as well as user programs and data.
File management, that is, the storage of various storage devices and the transfer
of these files from one storage device to another. It also allows all files to be
easily changed and modified through the use of text editors or some other file
manipulation routines.
Establishment and enforcement of job priority system. That is, it determines and
maintains the order in which jobs are to be executed in the computer system.
Establishment of data security and integrity. That is, it keeps different programs
and data in such a manner that they do not interface with each other. Moreover, it
also protects itself from being destroyed by any user.
Production of dumps, traces, error messages, and other debugging and error –
detecting aids.
Page 5 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Maintenance of internal time clock and log of system usage for all users.
OS a Resource manager:
An OS merely exploits the hardware to provide easily accessible interfaces.
Exploitation means management upon the hardware resources, and thus also imposes
control upon or manages the entities that use the services so that the resources are used
efficiently.
Controller Controlled
Components
OS as a computer interface:
The reason for an operation system to exist is to make computers more
convenient to use. An OS aims to wrap the underneath hardware resources and provides
services to end users in a systematic way. These services may be divided into two types:
services directly available for end users through all kinds of I/O devices, such as mouse,
keyboard, monitor, printer, and so on; and services for application programs, which in
turn provides services for end users.
If we look on these services as interfaces among different components of a
computer system, then the following hierarchical architecture may be obtained:
Page 6 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Users
Application Programmer
Application
Application
Application
Utilities OS Designer
Application
Operating System
Application
Hardware
Application
From the point of view of end users, a computer system consists of a variety of
applications they may use. An application is developed by programmers in a
programming language. The higher level the utilities are, the easier and more
comfortable it is for programmers to code in the corresponding programming language;
or the lower, the harder. In an extreme case, the assembly language is almost the same
as machine instructions except that mnemonic symbols are used to replace binary strings
or opcodes. In this kind of language, programmers have to deal with an overwhelmingly
complexity of manipulating computer hardware. On the contrary, in a higher-level
language, more user-friendly APIs are available.
Page 7 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Embedded System:
The operating systems designed for being used in embedded computer systems are
known as embedded operating systems. They are designed to operate on small machines
like PDAs with less autonomy. They are able to operate with a limited number of
resources. They are very compact and extremely efficient by design. Windows CE,
FreeBSD and Minix 3 are some examples of embedded operating systems.
Windows Vista –The common criticism with Windows XP and its predecessors
was security vulnerabilities, overall susceptibility of malware, viruses. Microsoft‘s
primary stated objective with Windows Vista has been to improve the state of
security in windows operating system.
Page 8 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Windows 98 - This was produced in two main versions. The first Windows 98
version was plagued with programming errors but the Windows 98 Second Edition
which came out later was much better with many errors resolved.
Windows 95 - The first version of Windows after the older Windows 3.x
versions offering a better interface and better library functions for programs.
There are other worthwhile types of operating systems not made by Microsoft. The
greatest problem with these operating systems lies in the fact that not as many
application programs are written for them. However if you can get the type of application
programs you are looking for, one of the systems listed below may be a good choice.
UNIX - A system that has been around for many years and it is very stable. It is
primary used to be a server rather than a workstation. It can be difficult to learn.
Unix must normally run a computer made by the same company that produces the
software.
Apple Macintosh - Most recent versions are based on UNIX but it has a good
graphical interface so it is both stable (does not crash often or have as many
software problems as other systems may have) and easy to learn. One drawback
to this system is that it can only be run on Apple produced hardware.
Page 9 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Windows XP:
Windows XP is the successor to both Windows 2000 and Windows Me, and is the
first consumer-oriented operating system produced by Microsoft to be built on the
Windows NT kernel and Architecture. Windows XP was eventually released for two
additional architectures, Windows XP 64- bit edition for IA-64 (Itanium) processors and
Windows XP professional x64 Edition for . As of the end of September 2010, Windows XP
is the most widely used operating system in the world with a 51.7% market share,
having peaked at 76.1% in January 2007.
Editions:
Two main editions are Windows XP home Edition designed for home users and
Windows XP Professional Edition, designed for business and power users.
Page 10 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Page 11 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Office Automation:
Office automation refers to the varied computer machinery and software used to
digitally create, collect, store, manipulate, and relay office information needed for
accomplishing basic tasks and goals. Raw data storage, electronic transfer, and the
management of electronic business information comprise the basic activities of an office
automation system. Office automation helps in optimizing or automating existing office
procedures.
exchange of information
management of administrative documents
handling of numerical data
meeting planning and management of work schedules
Office suite:
word processing
a spreadsheet
a presentation tool
a database
a scheduler
iWorks – Apple Inc.'s Mac-only office suite. Includes Pages, for word-
processing, Number for spreadsheets, and keytone, for presentations. iWorks
replaces the now-discontinued AppleWorks suite.
Page 12 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Sun Star Office - Oracle Open Office known before 2010 as StarOffice is
Oracle's propritory office suite software package. It was originally developed by
StarDivision and acquired by Sun Microsystem. in August 1999. Its components
include Writer, Impress, Math, Draw, Calc, and Base.
Microsoft Office:
Page 13 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Microsoft office 2003 (Office 11.0) was released in 2003. It features a new
logo. Two new applications made their debut in Office 2003: Microsoft InfoPath
and One NoteThe key benefit of Outlook 2003 is the improved junk mail filter.
2003 is the last Office version to support Windows 2000.
Microsoft office 2007 (Office 12.0) was released in 2007. Office 2007
contains a number of new features, the most notable of which is the entirely new
graphical user interface called the fluent user interface(initially referred to as the
Ribbon UI), replacing the menus and toolbars that have been the cornerstone of
Office since its inception with a tabbed toolbar, known as the Ribbon. Office 2007
requires Windows XP with Service Pack 2 or 3, Windows server 2003 with Service
Pack 1 or higher, Windows Vista, or Windows 7.
Microsoft office 2010 (Office 14.0) was finalized on April 16, 2010, and was
made available to consumers on June 15, 2010. The main features of Office 2010
include the backstage file menu, new collaboration tools, a customizable ribbon,
protected view and a navigation pane. Microsoft Office 2010 also features a new
logo, which is similar to the 2007 logo, except in gold, and with a slightly modified
shape.
Page 14 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
1. Microsoft word:
Using word we can create the document and edit them later, as and when
required, by adding more text, modifying the existing text, deleting/moving
some part of it.
Font size and type of fonts can also be changed. Page numbers and Header
and Footer can be included.
Spelling can be checked and correction can be made automatically in the entire
document. Word count and other statistics can be generated.
Text can be formatted in columnar style as we see in the newspaper. Text
boxes can be made.
Tables can be made and included in the text.
Word also allows the user to mix the graphical pictures with the text. Graphical
pictures can either be created in word itself or can be imported from outside
like from Clip Art Gallery.
Word also provides the mail-merge facility.
Word also has the facility of macros. Macros can be either attached to some
function/special keys or to a tool bar or to a menu.
2. Microsoft Excel:
Page 15 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
3. Microsoft PowerPoint:
4. Microsoft Access:
5. Microsoft Outlook:
Page 16 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Features of MS-Word:
Most Word Processor available today allows more than just creating and editing
documents. They have wide range of other tools and functions, which are used in
formatting the documents. The following are the main features of a Word Processor -
1. Text is typing into the computer, which allows alterations to be made easily.
2. Words and sentences can be inserted, amended or deleted.
3. Paragraphs or text can be copied /moved throughout the document.
4. Margins and page length can be adjusted as desired.
5. Spelling can be checked and modified through the spell check facility.
6. Multiple document/files can be merged.
7. Multiple copies of letters can be generated with different addresses through the
mail-merge facility.
Advantages of MS-Word:
Microsoft Word is one of the most extensively used computer applications. Its
advantages include:
Page 17 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
At the top of the Word interface is the Title Bar. This bar is present on all Windows
applications and acts as a reminder of the program that we are using, as well as the title
of the document that we are editing.
In the upper right hand corner of the interface we can see a set of 3 buttons. The button
with the flat piece ( _ ) on it is the minimize button. Minimize will drop the program
MSWord from view, but will not close the program. The button in the middle is the resize
button and may have one square or two squares on it. The resize button will either make
the document large enough to fit the full MSWord window (the single square) or small
enough to where we can see it and other documents that we have opened
simultaneously (the two squares). The last button has an X on it and is called the close
button, which will close the document.
Menu Bar:
The menu bar is below the title bar. There are nine menu options on the menu bar.
When we click on any of these options (File, Edit, View, Insert, Format, Tools, Table,
Window or Help) a drop-down menu of commands will appear below it. All commands,
including those not found on the toolbars, are available from the menus. Choose any
menu by clicking the desired menu option or press the <Alt>key in combination with the
underlined letter of the menu option. For example, to access file menu press <Alt> - F
Tool Bar:
Toolbars consist of icons that act as short-cuts to the commands found under the menus.
The icons on the toolbars are organized according to function and according to the most
commonly used commands in MSWord. The toolbar that usually appears directly below
the menu bar is called the Standard Toolbar. The toolbar just below that is called the
Formatting Toolbar. These toolbars can be customized and moved around on the
screen. The option for displaying or hiding a toolbar is found under the menu item VIEW
| TOOLBARS. A ToolTip (yellow tag) appears when we move the mouse over any of the
icons on the toolbar. The ToolTip explains what function that particular icon performs.
Page 18 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Quick Access
Bar
Tool Bar Menu Bar Title Bar
Status bar
Scroll Bar
Page 19 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
New: Opens a new document. If you use the keyboard combination indicated on the
right a blank document opens immediately. Selecting the New menu item with your
cursor gives the opportunity to open a large number of types of documents.
Close: Closes the active document, but does not quit the application.
Save: Saves the active document with its current file name, location and format.
Save As: Saves by opening a window which gives the opportunity to change the file
name, location or format.
Page Setup: Sets margins, paper size, orientation and other layout options.
Print Preview: Shows how the file will look when you print it.
Print: Prints the active file, also gives the opportunity to change print options.
Page 20 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Undo - The actual entry of this item will depend on what you did last. In my example I
had cut text, so that was displayed. This selection can be repeated several times.
Repeat - After an action has been undone, it can be reinstated in the document.
Cut - Removes the selection from the active document and places it on the clipboard.
Paste - Inserts the contents of the clipboard at the insertion point (cursor) or whatever
is selected.
Clear - Deletes the selected object or text, but does not place it on the clipboard.
Select All - Selects all text and graphics in the active window.
Page 21 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
To find a word-
We can simply select the ‗Find‘ in Editing group under Home Tab or by making use
of shortcut key ctrl-F.
Then a Navigation dialogue will appear here we can make search for the specific
word we want to find.
Page 22 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
To make change to a specific word, we can use Replace functionality. To replace a word-
We can select ‗Replace‘ in Editing group under home Tab or can use shortcut key
ctrl-H.
A Find and Replace dialogue will appears and here we can type the word which we
want we find in ‗Find what‘ text box.
In the ‗Replace with‘ text box, we have to type the word that we want to replace
the original word with.
Page 23 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
To add a graphic or text at the top or the bottom of document, we need to add a header
or footer. We can quickly add a header or footer from the galleries, or we can add a
custom header or footer.
1. We click Header or footer in Header & Footer group, on Insert tab.
2. Then simply we have to click header or footer that we want to add in our
document.
3. To return to body of the document we have to click close header footer on design
tab(under Header & Footer tools).
Page 24 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
1. We need to double-click in the header area or the footer area (near the top of
the page or near the bottom of the page).
This opens the Design tab under Header & Footer Tools.
2. To place information in the center or on the right side of the page, we need to
do any of the following:
3. Then we can type information that we want to add in header or footer area.
To delete the Header or footer we need to click Remove Header on Header group, under
Insert tab or we can delete by following steps
Page 25 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Margin Tab:-
1. Page Margins:
Page margins are the white space or borders around the main text on a printed page.
Select the Margins Tab on the Page Setup window to specify the top, bottom, left and
right margins.
Top: Sets the distance from the top of the first line of text.
Bottom: Sets the distance from the bottom of the page to the last line of text.
Left: Sets the distance from the left edge of the page to the start of the text.
Right: Sets the distance from the right edge of the page to the end of the text.
Gutter: Sets additional amount of margin space for pages that are to be bound
Page 26 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
2. Page Orientation:
Under the ―Orientation‖ field we can determine if our page prints vertically as portrait
or horizontally as a landscape by clicking the desired radial button.
3. Pages:
Under the ―Pages‖ field we can select how we wish the pages to print by selecting the
desired option from the drop-down menu to the right.
Paper Tab:
Under the ―Paper‖ tab you can specify the paper size and width by making the desired
selections under the ―Paper Size‖ field.
1. Paper Size:
There are plenty of defined paper sizes and envelope sizes preconfigured according to
user need. User can pick A4, A5, legal, letter and various other envelope as his
requirement.
2. Width:
Sets the width of the paper and is automatically set when we choose a paper size. If
we change the values of this field, the Paper Size field changes to Custom Size.
3. Height
Sets the height of the paper and is set automatically according to the Paper size.
Layout Tab:
2. Vertical alignment:
We can align our text to the top of the page (default), the center, the bottom, or
justify it vertically on the page.
3. Borders:
In this section, we can specify a pre-defined format Or, we can select a style, color
and width for border.
Page 27 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Print Command
To go to word 2010 print view, we simply go to print command in file menu or can press
<ctrl + p>.
Print Options:
Printer: Specifies the printer we wish to use. We can also send OneNote, fax the
document or can print it.
Print all Pages: Specifies what to print: all pages, the current page, a range of pages,
odd or even pages or if text is selected, the selected text. Also various properties:
including styles used AutoText entries, and any custom key assignments we‘ve made.
Print one sided: Whether to print on one side of page or both side of page.
Collated: specifies the order of sheets to be printed that is for eg. 123, 123, 123 or 111,
222, 333.
Portrait Orientation: User can specify the orientation of paper that is portrait or
landscape.
Paper Size: User can specify the paper size that is legal, letter, A4 etc.
Margin: Specifies the preset or custom margin of the current document.
Page per Sheet: Specifies the pages to be print per sheet, up to 16 pages can be
printed in one sheet.
Page 28 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Page 29 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
1. First we select the word from Symbol dialog for which we want to create
shortcut key
3. Here we can type new shortcut key in Press New shortcut key section.
Page 30 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
2. In the Clip Art task pane, in the Search for text box, we can type a word or phrase
that describes the clip art that we want, or can type in all or some of the file name
of the clip art.
3. Click Go.
4. In the list of results, we can click the clip art to insert it.
To resize clip art, first we have to select the clip art we have inserted in the
document. To increase or decrease the size in one or more directions, drag a sizing
handle away from or toward the center, while we can do one of the following:
To keep the center of an object in the same location, press and hold CTRL while
drag the sizing handle.
To maintain the object's proportions, press and hold SHIFT while drag the sizing
handle.
To both maintain the object's proportions and keep its center in the same location,
press and hold both CTRL and SHIFT while drag the sizing handle.
3. Then we locate the picture that we wish to insert. For example, we might have a
picture file located in My Documents.
Page 31 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Text Alignment:
To align text in the document to give it neat look that is vital for documentation,
Microsoft Word offers text alignment to Center, Left, Right, and Justified align selected
text. Select the text and choose the alignment option from the Home > Paragraph
Option.
Text indentation:
We can increase or decrease the indentation of selected text by choosing the desired
option from the Paragraph section.
Page 32 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
2. On the Home tab, in the Font group, we click the arrow next to Font Color, and
then we can select the color that we want for text.
Page Background:
The page background Tab under page layout has three following commands-
1. Watermark
2. Page color
3. Page Border
1. Watermartk:
2. we can click watermark of our choice, it quickly embeds on document & that‘s all.
To use any logo, picture or custom text, we can also create personal watermark
through Custom watermark under Watermark.
2 .Page color:
To apply Background color-
1. We click on Page color, a menu full of colors opens, some based on the document
theme and some based on standard colors.
2. While we move the mouse over the various colors on the Page Color menu, our
document's page color is updated to reflect that new color (but only in Page
Layout view). The text color may change, as well (for example, from black to
white), to remain visible.
3. Then by clicking the color of choice we can change background color for
document.
Page 33 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Font Face:
Font size:
To change the size of selected font or we can use shortcut key ctrl + shift+ P.
Grow Font:
Increase the font size or we can use shortcut key Ctrl +>.
Shrink Font:
Decrease the font size or we can use shortcut key Ctrl +<.
Page 34 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Font Style:
Bold- Make the selected text bold or we can use shortcut key ctrl + B.
Underline- Makes the selected text underlined or we can use shortcut key ctrl +
U. We can also choose type of underline from ‗more underlines‘ and can color it by
‗underline color‘.
Change Case:
1. First we have to select the text for which we want to change the case.
3. We can choose an option from the dropdown list, which includes Sentence case,
lowercase, UPPERCASE, Capitalize Each Word, and tOGGLE cASE.
Text effects:
Apply a visual effect to the selected text such as glow, shadow, or reflection. We can
apply Text effect in following way-
1. First we have to select the text we want to apply the Text effect.
2. Then on the Home tab, in the Font group we click Text Effect.
3. We can select the effect that we want to add, for more choices we need to point
Outline, glow, shadow or reflection and then we can click the effect that we want
to apply.
Clear formatting:
To get rid of all the styles, text effects, and font formatting in document, we can do the
following:
1. First we have to select the text that we want to clear the formatting from. Or we
can press CTRL+A to select everything in the document.
2. Then on the Home tab, in the Font group, we click Clear Formatting.
Page 35 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Subscript:
Create small letters below the text baseline or we can use shortcut key ctrl + =.
Superscript:
Create small letters above the line of text or we can use shortcut key ctrl + shift++.
Font color:
2. On the Home tab, in the Font group, we click the arrow next to Font Color, and
then we can select the color that we want.
3. We can also choose color of our choice from More color option and can also apply
gradient for the selected color.
Page 36 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
2. On the Insert tab, in the Tables group, we click Table, and then click Insert Table.
Page 37 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Draw table:
You can draw a table manually — for example, one that contains cells of different heights
or a varying number of columns per row.
2. On the Insert tab, in the Tables group, we click Table, and then click Draw Table.
The pointer changes to pencil.
3. To define the outer table boundaries, we can draw a rectangle. Then we have to
draw the column lines and row lines inside the rectangle.
4. To erase a line or block of lines, under Table Tools, on the Design tab, in the Draw
Borders group, we can click Eraser.
Page 38 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
In addition Excel can display data as a line graph, histogram, and charts and with
very limited three dimensional graphic display.
Advantages of MS Excel-
1. Ease of Use:
2. Large Spreadsheet:
Page 39 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
3. Create Tables:
Using Microsoft Excel we can create, expand, format and filter tables. A nice
feature within the tables in Microsoft Excel is that it will keep table headings
visible while scroll down the table.
4. Charts:
Using the charting engine we can build charts that have a professional look.
We can add visually appealing items to charts such as 3-D effects,
transparency and shadowing.
Word users have the ability to insert an Excel spreadsheet directly into a
document. After it's activated, an Excel spreadsheet appears within the Word
document.
2. Import, organize and explore massive data sets with in significantly expanded
spreadsheets.
4. MS-Excel offers a dramatic reduction in file size, while its architecture offers an
improvement in data recovery for damaged files.
7. Pivot table views enable to quickly reorient data to help to answer multiple
questions.
Page 40 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
1. First we click Find and select, in Editing group under home tab.
2. We have to click find option, a find and replace dialog will appear.
3. In Find what box, we can type text or numbers that we want to search for.
We can use the asterisk to find any string of characters. For example, s*d
finds "sad" and "started".
We can use the question mark to find any single character. For example,
s?t finds "sat" and "set".
4. To find text or numbers, we can click Find All or Find Next. When we click Find All,
every occurrence of the criteria that we are searching for will be listed, and we can
make a cell active by clicking a specific occurrence in the list.
Page 41 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Symbol Operator
% Percent
To add fixed price and variable price field, we can simply enter a formula in selling field
say D. The formula always begins with = sign. To add cell B2 and C2 we need to type
formula
=sum(B2:C2) in D2 Field.
The rest of the entries can be added in same way or we simply drag the first result value,
then excel can automatically calculate selling price for other Fixed and variable prices.
Page 42 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Page 43 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
Introduction to PowerPoint
Microsoft PowerPoint is a presentation program developed for the Microsoft Windows and
Mac OS computer operating systems. In Microsoft PowerPoint, as in most other
presentation software, text, graphics, movies, and other objects are positioned on
individual pages or "slides". Slides can be printed, or (more usually) displayed on-screen
and navigated through at the command of the presenter. Transitions between slides can
be animated in a variety of ways, as can the emergence of elements on a slide itself. The
overall design of a presentation can be controlled with a master slide; and the overall
structure, extending to the text on each slide, can be edited using a primitive outliner.
Presentations can be saved and run in any of the file formats: the default .ppt
(presentation), .pot (template) or .pps (PowerPoint Show).
Advantages of PowerPoint:
Office Fluent has the redesigned look and the impression of user‘s interface to
make the creation, display and sharing of presentations easier and more creative.
Plenty of features and possibilities are presented in a simplified and uncrowned
working space. With it, the interference is minimized, and people are able to
achieve the wanted results faster and simpler.
Users can simply access the numerous options of shaping with the new contextual
menus for diagram creating.
User can define and save the adjusted slide features, so that they no longer have
to lose their time over cutting and pasting features on new slides, or deleting the
contents from the slides with the wanted features. With the help of PowerPoint
slide library, sharing of those adjusted slides is simple. In such a way, the
presentation keeps consistent and professional appearances and impression.
Document‘s themes allow user to change the looks and impression of the whole
presentation with a single mouse click. By changing the theme of the
presentation, they are not only changing the background color, but also colors,
style, diagram fonts, tables, charts, and text of the whole presentation.
Page 44 of 45
RCEW/MCA/Jaya Lekhwani
RCEW/MCA/2010 OFFICE MANAGEMENT LAB
5. Secure Presentations
By adding a digital signature to presentation, user can prevent anyone else from
changing the contents of document without his consent. User can also use content
controls to create PowerPoint templates that other users in organization can use.
The user can prevent them from changing designated parts of the presentation
while giving open access to other portions.
Features of PowerPoint:
1. Each slide is created by putting a number of "placeholders" on each slide. These
placeholders can be formatted to any size and hold either text or graphics.
2. User can then add "special effects" for each placeholder, such as fly ins, fly outs,
etc. to add interest and "sizzle" to the presentation.
3. User can make use of design templates which are already defined and can use the
color schemes to change the color of premade designs.
4. User can add sound to slides, which will occur each time when any slide is
advanced.
5. User can change background images and color instead of adding design templates.
6. To make slide run automatically the Slide transition feature can be used.
7. User can make presentation to run in loop by clicking loop continuously until esc,
under show option.
Page 45 of 45
RCEW/MCA/Jaya Lekhwani