0% found this document useful (0 votes)
24 views39 pages

It Assignment

The document provides details of assignments for an Information Technology course. It includes questions related to creating documents and tables in MS Word and MS Excel, designing presentations in PowerPoint, working with databases in MS Access, and more. The assignments cover key applications of IT and related skills.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views39 pages

It Assignment

The document provides details of assignments for an Information Technology course. It includes questions related to creating documents and tables in MS Word and MS Excel, designing presentations in PowerPoint, working with databases in MS Access, and more. The assignments cover key applications of IT and related skills.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 39

INFORMATION

TECHNOLOGY
&
ITS APPLICATION IN

COURSE - B.COM ( HONOURS )


SEMESTER - III
CU ROLL NUMBER - 211235-21-0225
CU REGISTRATION NUMBER - 235-1111-0582-21
ASSIGNMENT - 1
QUESTION :-
Create a file in MS – Word and write Curriculum Vitae which contains the following information :
Name , Address , Father’s Name , Date of Birth , Nationality , Educational Qualifications , Special
Qualification if any , Experience if any etc.

ASSIGNMENT - 2
QUESTION :-

Type the following in MS – Word document file and mail merge the document for three different
parties .

Dear Sir ,
We wish to introduce ourselves in the field of courier service . We at ABC Courier services believe
in prompt service and customer satisfaction. Kindly oblige us in future by providing us the chance to
serve you.. I on behalf of ABC Courier Services promise you the best service in courier industry .
Thanking You.
Yours faithfully ,
(Name of the person with designation )
SOLUTION:-
ASSIGNMENT - 3
QUESTION :-
i. Using MS – Excel , create a Worksheet having the following columns with minimum of 6
rows of data : Roll No. , Name, D.O.B , English , Physics , Math , Computer .
ii. Enter formula for Total & Percentage and generate the rows .
iii. Enter new column of Grade after percentage and calculate grade using following criteria :-

PERCENTAGE GRADES
>80 % A+

>70 % A

iv. Create Bar Graph >60 % B+


based on Name and
Percentage . >50 % B

< 50 % FAIL

SOLUTION:-
WORKSHEET
FORMULA FOR TOTAL IN SPREADSHEET

FORMULA FOR PERCENTAGE IN SPREADSHEET


FORMULA FOR TOTAL IN SPREADSHEET

BAR GRAPH BASED ON NAME AND PERCENTAGE


ASSIGNMENT - 4
QUESTION :-

Create a table using HTML code to Create your Class Routine.

SOLUTION:-

<!DOCTYPE html>

<html>
<head>
<h1><center>THK JAIN COLLEGE</h1>
<h3><center>Routine for Semester - III B.Com Hons</h3>
</head>
<body>
<h5><center>Department of Commerce</h5>
<table border="5" cellspacing="0" align="center">
<tr>
<td align="center" height="50"
width="100"><br>
<b>Day</b></br>
</td>
<td align="center" height="50"
width="100">
<b>Section</b>
</td>
<td align="center" height="50"
width="100">
<b>Room No</b>
</td>
<td align="center" height="50"
width="100">
<b>11:15 am - 12:15 pm</b>
</td>
<td align="center" height="50"
width="100">
<b>12:15 pm - 01:15 pm</b>
</td>
<td align="center" height="50"
width="100">
<b>01:15 pm - 01:30 pm</b>
</td>
<td align="center" height="50"
width="100">
<b>01:30 pm - 02:30 pm</b>
</td>
<td align="center" height="50"
width="100">
<b>02:30 pm - 03:30 pm</b>
</tr>
<tr>
<td rowspan="2" align="center" height="50">
<b>Monday</b></td>
<td align="center" height="50">H</td>
<td align="center" height="50">103</td>
<td align="center" height="50">FA-II</td>
<td align="center" height="50">IT</td>
<td rowspan="12" align="center" height="50">
<h2>B<br><br>R<br><br>E<br><br>A<br><br>K</h2>
</td>
<td align="center" height="50"></td>
<td align="center" height="50"></t>
</tr>
<tr>
<td align="center" height="50">F</td>
<td align="center" height="50">105</td>
<td align="center" height="50"></td>
<td align="center" height="50">IFS</td>
<td align="center" height="50">IT</td>
<td align="center" height="50">FA-II</td>
</tr>
<tr>
<td rowspan="2" align="center" height="50">
<b>Tuesday</b>
</td>
<td align="center" height="50">H</td>
<td align="center" height="50">205</td>
<td align="center" height="50">IT</td>
<td align="center" height="50">FA-II</td>
<td align="center" height="50">IFS</td>
<td align="center" height="50">BMS</td>
</tr>
<tr>
<td align="center" height="50">F</td>
<td align="center" height="50">207</td>
<td align="center" height="50">IFS</td>
<td align="center" height="50">IT</td>
<td align="center" height="50">IFS</td>
<td align="center" height="50">BMS</td>
</tr>
<tr>
<td rowspan="2" align="center" height="50">
<b>Wednesday</b>
</td>
<td align="center" height="50">H</td>
<td align="center" height="50">103</td>
<td align="center" height="50">IT</td>
<td align="center" height="50">BMS</td>
<td align="center" height="50">IFS</td>
<td align="center" height="50"></td>

</tr>
<tr>
<td align="center" height="50">F</td>
<td align="center" height="50">102</td>
<td align="center" height="50">FA-II</td>
<td align="center" height="50">IT</td>
<td align="center" height="50">BMS</td>
<td align="center" height="50">IFS</td>
</tr>
<tr>
<td rowspan="2" align="center" height="50">
<b>Thursday</b>
</td>
<td align="center" height="50">H</td>
<td align="center" height="50">105</td>
<td align="center" height="50"></td>
<td align="center" height="50">FA-II</td>
<td align="center" height="50">IFS</td>
<td align="center" height="50">BMS</td>
</tr>
<tr>
<td align="center" height="50">F</td>
<td align="center" height="50">103</td>
<td align="center" height="50">FA-II</td>
<td align="center" height="50">IFS</td>
<td align="center" height="50">BMS</td>
<td align="center" height="50"></td>
</tr>
<tr>

<td rowspan="2" align="center" height="50">

<b>Friday</b>
</td>
<td align="center" height="50">H</td>
<td align="center" height="50">102</td>
<td align="center" height="50">FA-II</td>
<td align="center" height="50">IFS</td>
<td align="center" height="50">BMS</td>
<td align="center" height="50">FA-II</td>

</tr>
<tr>
<td align="center" height="50">F</td>
<td align="center" height="50">105</td>
<td align="center" height="50"></td>
<td align="center" height="50">BMS</td>
<td align="center" height="50">IFS</td>
<td align="center" height="50">FA-II</td>
</tr>
<tr>
<td rowspan="2" align="center" height="50">
<b>Saturday</b>
</td>
<td align="center" height="50">H</td>
<td align="center" height="50">205</td>
<td align="center" height="50"></td>
<td align="center" height="50">IT</td>
<td align="center" height="50">IFS</td>
<td align="center" height="50">BMS</td>
</tr>
<tr>
<td align="center" height="50">F</td>
<td align="center" height="50">206</td>
<td align="center" height="50">IT</td>
<td align="center" height="50">FA-II</td>
<td align="center" height="50">BMS</td>
<td align="center" height="50"></td>
</table>

OUTPUT

FULL OUTPUT OF THE CODE IS PRINTED


ON THE NEXT PAGE
ASSIGNMENT - 5
QUESTION :-
Create the following from using HTML

First Name :

Last Name :

D.O.B :

E mail :

Mobile No. :

Gender :

Submit Reset

SOLUTION:-

<!Doctype Html>
<Html>
<Head>
<Title>
This is a form
</Title>
</Head>
<Body>
<center>
FORM
<br><br><br><br>
<form>
<label> First Name :</label>
<input type="text" name="firstname" size="40"/><br><br>
<label> Last Name : </label>
<input type="text" name="lastname" size="40"/><br><br><br>
<label>Date of Birth :</label>
<input type="date" name="dateofbirth"><br><br><br>
<label>E mail :</label>
<input type="text" name="email" size="40"/><br><br>
<label>Phone No :</label>
<input type="text" name="phone" size="30"><br><br>
<br><br>
<label>Gender :</label>
<select>
<option value=" "></option>
<option value="Male">Male</option>
<option value="Female">Female</option>
<option value="Other">Other</option>
</select>
<br><br><br><br><br><br>
<input type="submit" value="Submit">
<input type="reset" value="Reset">
</form>
</Body>
</Html>
OUTPUT
ASSIGNMENT - 6
QUESTION :-
Using PowerPoint Presentation , make slides on ‘ Visit To a Historical Place’ .
Requirements :-
I. Add design, transition and animation.
II. Create Hyperlink.
III. Insert image, shape, text.
IV. Create link to another slide.

SOLUTION:-

SLIDE - 1
SLIDE - 2

SLIDE - 3
SLIDE - 4

SLIDE - 5
ADDING ANIMATIONS
AND TRANSITIONS

ADDING HYPERLINK TO
ANOTHER SLIDE
CREATING A LINK TO A
FILE
ASSIGNMENT - 7
QUESTION :-

Create a table Student ( Roll No. , Name, Gender, Stream, Class, Total Marks )
Do the following from the table :-
I. Sort the table record in ascending order of Total Marks
II. Display the Roll No. and Gender of those students whose name end with ‘sh’ .
III. Create or Run an Update Query.
IV. Create a Report from the ‘Student’ table using Report Wizard.
V. Create or Run a Delete Query.

SOLUTION:-
TABLE STUDENT - DESIGN
VIEW

TABLE STUDENT -
DATASHEET VIEW
SORTING THE TABLE RECORD
IN ASCENDING
ORDER OF TOTAL MARKS

DISPLAYING THE ROLL NO


AND GENDER OF THE
STUDENTS
WHOSE NAME ENDS
WITH "SH"
CREATING A REPORT FROM
THE "STUDENT" TABLE
USING REPORT WIZARD
STEPS ARE SHOWN BELOW
AFTER CLICKING THE FINISH BUTTON
THE REPORT IS GENERATED

THE REPORT GENERATED IS


IN THE NEXT PAGE
DELETE QUERY

STEPS
1. CLICK ON QUERY DEESIGN IN QUERIES GROUP OF THR
CREATE TAB

2. ADD STUDENT TABLE FROM THE SHOW TABLE DIALOG BOX

3. ON THE DEISGN TAB IN THE QUERY TYPE GROUP CLICK


DELETE AND DOUBLE CLICK ON THE CLASS

4. IN THE CRITERIA ROW OF THE DESIGN GRID TYPE 12 AND RUN


THE QUERY. THIS WILL DISPLAY THE CONFIRMATION
MESSAGE.

5. CLICK YES AND GO TO DATA SHEET VIEW AND YOU WILL SEE
THAT RECORD IS NOW DELETED
1. CLICLK ON QUERY DESIGN IN QUERIES GROUP OF CREATE TAB

2. ADD “STUDENT” TABLE FROM THE SHOW TABLE DIAGLOG BOX

3. ON THE DESIGN TAB IN THE QUERY TYPE GROUP CLICK UPDATE AND DOUBLE CLICK ON THE
STREAM

4. IN THE UPDATE ROW OF THE DESIGN GRID ENTER THE UPDATED VALUE i.e. COMMERCE AND
INCRITERA ROW ENTER THE VALUE THAT IS TO BE CHANGED i.e. ARTS

5. CLICK YES AND GO TO DATASSHEET VIEW AND YOU WILL SEE THE RECORD IS NOW UPDATED

You might also like