Lab Report for FIT-1
Lab Report for FIT-1
A
Lab Report
On
Foundation of Information Technology
Submitted to:
Department of Bachelor of Information Management
SPA College
Submitted by:
Hemant Bhatta
Contents Page
No.
Lab Reports
MS dos command 1
internal command 2
external command 3
Excel 4
DBMS…………………………………………………………………………………………………………………………………………………5
MS Access ………………………………………………………………………………………………………………………………………… 6
MS-DOS Commands
Internal commands
1)MD Command (make directory)
MD command is use to create new directory or sub directory in the.
example
c:/>MD (directory name)
Page | 1
2)CLS commands (clear)
CLS is one of the internal commands. it is used to clear screen on dust windows.
example
c:/>CLS
Page | 2
5.) copy command
The copy command is used to copy the file and move the file to another location or folder or
drive.
example
c:/> copy <file name>
<New name>
ex.:
copy BIM 1.txt BIM 2.txt
example
c:/>copy<path file name>
<target drive>
c:/>copy c:/>BIM 2:*d:/
Page | 3
7.) DEL (delete) commands
This command delete the file example.txt from the directory and drive.
Example
del d:\bim\student.txt
Page | 4
8.) Ren (rename) commands
This command rename the file demo.txt from the drive or directory.
Example
ren bim bim1sem
Page | 5
9.) type
This command displays the content the drive or directory.
Example
type student.txt
Example
d:ver
11.) Exit
This command exit ms-dos & returns the user to the windows operating system.
Example
d:exit
Page | 6
2) External Commands
1] Disk Part:
The diskpart command interpreter helps you manage your computer's drives (disks, partitions,
volumes, or virtual hard disks).
Syntax: diskpart
2] ATTRIB Command
It can hide any folder or text
Syntax:ATTRIB +s +h [folder name]
3] XCOPY:
This command is used to copy one or more directories including files and sub-directories from one
location to another.
Syntax: C:\> XCOPY [source] [destination] /s
Page | 7
Here, /S copies all sources directories and sub directories that are not empty
4] TREE:
This command is used to display the tree structure of a drive or path graphically.
Syntax: C:\> TREE
5] CHKDSK command:
Running the CHKDSK utility helps check and repair hard drive errors and keeps your system data
organized.
Syntax: chkdsk [Drive]
Page | 8
MS-DOS Network Commands
1) NET VIEW command
This command display a list of share resources on a remote server.
E.G. To list all shared folder on server named “file server”.
We can use the following command:
// file server.
Page | 9
2) NET START command
This command display active network connection both incoming and outgoing.
For example to display all TCP connection on the computers.
We can used the following commands:
-a -p TCP
Excel
1) This formula is used for find Total Cost:
The formula is:
Total Cost= =B2*C2
2) This formula is used for find Total price:
The formula is:
Total price=SUM(D2:D8)
3) This formula is used for find Maximum Cost.
The formula is:
Maximum Cost =MAX(D2:D8)
Page | 10
3) TRACERT Command
This command traces the route taken the network pockets between a source & destination
host.
Foe Example: To trace the route to the website.
www.google.com.
We can use the following commands:
TRACERT www.google.com.
4) PING command
This command sends a packet to a remote host to lest its availability.
For example to ping IP address 192.168.1.1
We can use the following commands:
PING 192.168.1.1
5) IP CONFIG command
This command displace the configuration of all currently active network adapters.
For example to display the IP configuration for all network adapters on the computer.
We can use the following commands:
Page | 11
IP CONFIG /ALL
EXCEL
1) This formula is used for find Total Cost:
The formula is:
Total cost=B2*C2
2) Total price formula=SUM(D2:D8)
3) Maximum Cost=MAX(D2:D8)
4) Minimum Cost=MIN(D2:D8)
Average Cost =AVERAGE(D2:D8)
Computer Hardware List:
Page | 12
2) Make a excel sheet managing the computer devices
(computer lab equipment) from multiple venders.
1) The formula is used fiend total cost:
Total cost=SUM(D4:D13)
S-GPA= =(H4*3/15)
Grade=
=IF(I4=4,"A",IF(I4>=3.7,"A-",IF(I4>=3.3,"B+",IF(I4>=3,"B",IF(I4>=2.7,"B-",IF(I4<=2.7,"F"))))))
LAB WORK
Page | 14
XAMPP DATABASE
1) Log into Mysql Database
Syntax: # mysql -u root -p
2) .Create database
Syntax: mysql> Create database database_name;
3) Show database
Syntax: Mysql> Show databases;
Page | 15
5) Create a table
Syntax: Create table table_name (column1 datatype,column2 datatype,column3 datatype,....);
8) To view table
Syntax: Select *from table_name;
Page | 16
9) To add column
Syntax: ALTER TABLE table_name ADD column_name datatype;
Page | 17
LABWORK 6
Ms ACCESS
WORD PROCESSING.
Page | 18
1. Creating new document (ctrl + n)
To create a new document,
press the "Ctrl" and "N" keys, or click on the "File" menu and select "New.
A blank document will be created, ready to start typing.
Page | 19
Page setup
Click on Page Layout tab
Click in arrow in page setep toolbar, page setup dialog box is opened
Change required.
Highlighting Text
Page | 21
Changing font
o Select text.
o Click on the home tab.
o Click font group in Toolbar.
o Select required font.
o Click ok.
Text alignment
o Select Text
o Click on Home Tab
Page | 22
o Select required alignment form Paragraph group
Drop Cap
o Click on Insert tab
o Click on Drop Cap
o Select appropriate style
Page | 23
7. Tables
Click the Insert tab on the Ribbon
Click the Table Button
Select the insert Table
Click the arrows to select the desired number of columns and row
Click Ok
Page | 24
Insert column and row.
row and column
cells in a table
Page | 25
9. Graphics word art and charts
Inserting Shapes
o Click on insert tab
o Click on Shapes in Illustration.
o Search appropriate shape
o Draw the shape in document.
Inserting Pictures
o Click on Inset tab
o Click on picture in Illustration group
o Browse and select proper picture
o Click on insert button.
Page | 26
o Click on insert tab
o Select text to format
o Select word art from text group
o Select proper word art style
10.Mail merge,
Merge allows users to create personalized documents such as letters, envelopes, or labels, using a
database or list of recipients. It saves time and effort by automatically filling in the recipient's
name, address, and other details in each document. You can use it to quickly create personalized
messages for hundreds of people at once.
Page | 27
Page | 28