It Practical File
It Practical File
OF
BBA-111
(IT Applications)
1. DOS COMMANDS
2. INTERNAL COMMANDS
3. EXTERNAL COMMANDS
4. PREPARE TIME-TABLE IN MS-WORD
5. WRITE A LETTER FOR GIVE INFORMATION TO
STUDENTS REGARDING SALARY INCREMENT
USING MAIL MERGE
6. RECORD DATA USING MACROS
7. PREPARE DOCUMENT USING BY APPLYING
FORMATTING ATTRIBUTE
8. CREATE AND DESIGN ADMISSION/ENQUIRY
FORMS
9. ESIGN E-BOOK COVER PAGES / MAGAZINE
FRONT/ BOOKS FRONT/BACK PAGE USING
COVER PAGE OPTION IN INSERT MENU.
10. USE SMART ART AND CREATE ORGANIZATION
CHARTS
11.
PREPARE MARKSHEET IN MS-EXCEL
12.
WORKING WITH IF STATEMENT
13. PREPARE BILL IN MS-EXCEL
14. PIVOT TABLE
15. USE RECENTLY USED FUNCTIONS
16. FINANCIAL FUNCTION
17. AUTOSUM INSERT FUNCTION
18.
2 INTRODUCTION OF MS-POWERPOINT
19. PREPARE PRESENTATION BY APPLYING
FORMATTING TOOLS.
20. . INSERT THE IMAGE POSITION THE IMAGE
MAKE THE BACKGROUND TRANSPARENT
21.
CREATE THE BALL.COLOR THE BALL
22. USE OF DESIGN MENU IN POWER POINT
23.
USE OF ANIMATION IN POWER POINT
24.
SLIDE SHOW
25.
PHOTO ALBUM IN POWER POINT
DEFINITION
MS-DOS stands for Microsoft disk operating system, the most widely-used operating system for IBM
PC and compatible computers (an operating system is the master control software program that
runs the computer itself).
TYPES OF COMMANDS
1. INTERNAL COMMANDS
An internal command is an MS-DOS command that is stored in the system memory and loaded from
the command.com or cmd.exe
2. EXTERNAL COMMANDS
In DOS and Windows, a command entered on the command line that is executed by a
separate utility program that is part of the operating system.
INTERNAL COMMANDS
1. DATE
This command is used to display the system current date setting and prompt you to enter a new date.
The syntax is: DATE [/T | date]
OUTPUT
If you type DATE without parameters then it displays current date and prompts to enter new date. We
should give new date in (mm-dd-yy) format. If you want to keep the same date just Press ENTER. DATE
command with /T switch tells the command to just output the current system date, without prompting for a
new date
2. TIME
This command is used to displays or set the system time.
Same as DATE command, typing TIME with no parameters displays the current time and a prompt for a new one. Press
ENTER to keep the same time. TIME command used with /T switch tells the command to just output the current system
time, without prompting for a new time.
3. VER
This command displays the version of the Microsoft Windows running on your computer.
OUTPUT
4. COPYCON
It is used to create a file in the existing directory. Here CON is a DOS reserved word which stands for
console.
Syntax is: COPY CON filename after that press Enter and start typing your text and after you’re done
typing your text, to save and exit hit F6 key
OUTPUT
5. TYPE
This command is used to display the contents of a text file or files.
Now, lets try to display the contents of the file named filename we’ve created earlier using COPY CON
command.
OUTPUT
6. CLS
It is used to clear the screen. Syntax is CLS
OUTPUT
7. REN
This command is used to change/modify the name of a file or files.
Here, filename1 is source file for which you wanted to change the name, and filename2 will obviously
becomes your new file name. Also note that you cannot specify a new drive or path for your destination
file.
OUTPUT
8. DIR
This command displays a list of files and subdirectories in a directory.
Syntax is: DIR [drive:] [path] [filename]
This command displays a list of files and subdirectories in a directory.
Here,
OUTPUT
9.) PATH
This command displays the path that how we have come to the present position or sets a search
path for executable files.
Its Syntax is PATH [[drive:]path[;…][;%PATH%]]
Typing PATH without any parameters displays the current path under current directory. Typing
PATH ; clears all search-path settings and direct cmd.exe to search only in the current
directory. And including %PATH% in the new path setting causes the old path to be appended
to the new setting
OUTPUT
10.) VOL
It displays the disk volume label and serial number, if they exist for the drive specified. If no drive
is specified it displays for the active drive.
Syntax is VOL [drive:]
OUTPUT
11.) DEL/ERASE
Use to delete one or more files.
Syntax is DEL [/P] [/F] [/S] [/Q] [/A[[:]attributes]] names
Here,
tr>
Specifies a list of one or more files or directories. Wildcards * and ? may be used to
delete multiple files. * indicates group of unknown characters whereas using wildcard
? in file-names is for single unknown character. And using this command if a directory
is specified, all files within the directory will be deleted.
names
/P Prompts for (Y)es/(N)o confirmation before deleting each file.
Delete specified files from all subdirectories. If Command Extensions are enabled
DEL and ERASE change while using /S switch such that it shows you only the files
/S that are deleted, not the ones it could not find.
/Q Delete in quite mode and do not ask if ok to delete on global wildcard
Delete files based on specified attribute. The attributes are: R for Read-only files, S for
System files, H for Hidden files, A for files ready for archiving and – Prefix meaning
/A:attributes not.
OUTPUT
12.) COPY
This command is useful in copying one or more files to another file or location.
Syntax is COPY [/D] [/V] [/N] [/Y | /-Y] [/Z] [/A | /B ] source [/A | /B] [+ source [/A | /B] [+ …]] [destination
[/A | /B]] The different switches that can be used with this command as follow along with their use.
destination This specifies the directory and/or filename for the new file or files.
Specifying this switch uses short filename, if available, when copying a file with a non-
/N 8dot3 file name.
If destination file already exists, this switch suppresses prompting to confirm you want
/Y to overwrite it and does it asap.
Contrary to above switch, this causes prompting to confirm you want to overwrite an
/-Y existing destination file.
For appending multiple files for source use wildcard or file1+file2+file3 format and make sure
to specify a single file for destination.
13.) MD,CD AND RD
MD (or MKDIR) command stand for make directory and it is used to create a directory. Syntax
is MD [drive:]path
CD (or CHDIR) stands for create or change directory and it allows to display the name of or
change the current directory or rather we can say come out of a directory. Syntax
is CD [/D] [drive:][path]
→ Typing CD drive: displays the current directory in the specified drive. This CD (or CHDIR)
command does not treat spaces as delimiters due to which it allows to CD into a subdirectory
name that contains a space without surrounding the name with quotes.
For example:
CHDIR program filesmozilla firefox
is the same as:
CHDIR “program filesmozilla firefox”
→ If you type CD without any parameters it displays current drive and directory. CD.. specifies
that you want to change to the higher directory in the current path. Whereas, using CD you can
directly change to parent/root directory from any location in the current drive.
→Using /D switch changes current drive in addition to current directory for a drive.
RD (or RMDIR) command removes or deletes a directory. There are two conditions to remove any
directory –
(1) Directory to be removed should be empty
Here, using the switch /S removes a directory tree meaning it removes all directories and files in
the specified directory in addition to the directory itself. And using /Q is the quiet mode that
doesn’t asks for ok approval to remove a directory tree.
OUTPUT
14.) PROMPT
This changes the cmd.exe command prompt. By default the prompt is always set to the name
of current drive followed by > sign.
$B | (pipe character)
$C ( (Left parenthesis)
$D Current date
$F ) (Right parenthesis)
$L < (less-than sign) $N Current drive $Q = (equal sign) $T Current time $V Windows XP version
number $_ Carriage return and linefeed $$ $ (dollar sign)
OUTPUT
BBA-111
15.) MEM
The mem command is an external command that is available for the following
Microsoft operating systems as mem.exe.
Displays the amount of used and free memory in your system.
OUTPUT
EXTERNAL COMMANDS :-
19 | P a g e
BBA-111
20 | P a g e
BBA-111
21 | P a g e
BBA-111
21 .)ATTRIBUTE COMMAND
22 .) PRINT COMMAND
23 .) CHKDSK COMMAND
22 | P a g e
BBA-111
23 | P a g e
BBA-111
24.)BATCH FILE
25 .) XCOPY COMMAND
24 | P a g e
BBA-111
TIME TABLE
1.
25 | P a g e
BBA-111
26 | P a g e
BBA-111
27 | P a g e
BBA-111
28 | P a g e
BBA-111
29 | P a g e
BBA-111
30 | P a g e
BBA-111
31 | P a g e
BBA-111
32 | P a g e
BBA-111
33 | P a g e
BBA-111
1.
34 | P a g e
BBA-111
2.
35 | P a g e
BBA-111
MARKSHEET IN MS EXCEL
36 | P a g e
BBA-111
BILL IN MS EXCEL
37 | P a g e
BBA-111
38 | P a g e
BBA-111
39 | P a g e
BBA-111
40 | P a g e
BBA-111
41 | P a g e
BBA-111
42 | P a g e
BBA-111
43 | P a g e
BBA-111
44 | P a g e
BBA-111
45 | P a g e
BBA-111
46 | P a g e
BBA-111
47 | P a g e
BBA-111
48 | P a g e
BBA-111
49 | P a g e