Computer Practical File
Computer Practical File
COLLEGE – ACADEMY OF
TECHNOLOGY AND MANAGEMENT
AFFILIATED TO GAUHATI
UNIVERSITY
COMPUTER
PRACTICAL FILE
MICROSOFT WORD
INTRODUCTION
• Entering text
This feature allows us to enter the text using computers
keyboard. Every character typed on keyboard is displayed
immediately on computers screen. Word wrap is the feature
which determines us when current lie is full.
• Editing text
This feature allows us to make changes in already entered
document.
• Checking spelling
Most modern sword processing packages come with an
electric dictionary and a spell checker to allow you to ensure
that your document does not contain any misspelled word. It
compares every word in your document with pre stored
words in its electronic dictionary, and alerts you if no match
is found.
• Printing documents
This feature allows us to print a document on a printer.
Some printing facilities supported commonly in almost all
modern word processing packages and printers like
a) Selective printing of single page, specific page, range of
pages, or entire document.
b) Preview of document before printing it.
c) Portrait or landscape modes of printing.
• Formatting a text
This feature allows us to format the portions of text in a
document to improve its general appearance and readability.
a) Selection of an appropriate Font.
b) Selection of an appropriate Font Size.
c) Selecting an appropriate Font Style.
d) Creating numbered bullet list of items.
• Mail Merge
INTRODUCTION
Blank slide
• To make it more presentable we can use images and make
our presentations more powerful and impressive.
MICROSOFT EXCEL
INTRODUCTION
1. Internal Commands
2. External Commands
Internal Commands
These commands are automatically loaded into the computer’s
memory during the booting process. They are actually included in
the Command. Com file, so they will be able to execute
immediately when we want.
Internet commands were built in DOS shell commands and do not
need any external file. Here are some internal commands.
VOL RD MD CD
C:\>date
It will display system current date
10. TYPE – display a file i.e. the contents of a file.
Syntax:
C:\> Type filename
Example:
C:\> TYPE RAJ
I am a good boy.
C:\>
11. VER – shows the version of MS-DOS we are using.
Syntax:
C:\> VER
External commands:
Syntax: [drive:][path][filename]
Specifies a file or files for attrib to process.
/D- Process folders as well.
/S- Process matching files in the current folder and all
subfolders.
For example: suppose if the user has created a file named
RAJ and he wants to hide and make it read only. Then the
procedure is as follows:
c:\>ATTRIB RAJ +H+R
Example:
Rmdir /s [/q] directory
For example: if one wants to delete a directory on c drive
named as Wordstar. One can directly use deltree command
without checking this directory is empty or full.
C:\>DELTREE C:\WORDSTAR //it will delete
With confirmation
C:\>DELTREE C:\WORDSTAR //it will delete
Without confirmation
Syntax: C:\>FDISK
For example:
E.g.: “C\FDISK / MBR D:” would install boot record on D:\
partition.
11. MORE- Pages through the output so that you can view
more than one screen of text.
15. SORT - A filter to sort lines in the input data stream and
send them to the output data stream.