0% found this document useful (0 votes)
57 views

Department of Science: (Laboratory Journal/ Manual)

This document contains details about experiments conducted as part of a Junior College laboratory course in Information Technology. It includes a certificate confirming completion of experiments, a list of 8 experiments divided into two groups, and details of each experiment including the task, date of completion, remarks, and signatures. The experiments cover topics like creation of websites using HTML5, use of audio and video on webpages, image mapping, client-side scripting, and use of PHP to accept user input and perform tasks like counting vowels.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views

Department of Science: (Laboratory Journal/ Manual)

This document contains details about experiments conducted as part of a Junior College laboratory course in Information Technology. It includes a certificate confirming completion of experiments, a list of 8 experiments divided into two groups, and details of each experiment including the task, date of completion, remarks, and signatures. The experiments cover topics like creation of websites using HTML5, use of audio and video on webpages, image mapping, client-side scripting, and use of PHP to accept user input and perform tasks like counting vowels.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 26

DEPARTMENT OF SCIENCE

EXPERIMENTS IN I.T
(Laboratory Journal/ Manual)

Second year Junior College (…….J.C)

Year 20…..- 20…..

Name of The College:………………………………………………………………….

Name of The Student: ……………………………………………… Class:…………

Roll No.:……………….Division:…………………Batch…………………………….

Exam. No:……………………….. Academic Year:………………………………..


CERTIFICATE

This is to certify that Mr./Miss……………………………………..

of class ………Div………Roll No………………Exam. No…………

has completed …………experiments and activities satisfactorily in the

subject I.T as prescribed by Maharashtra State Secondary and Higher

Secondary Certificate Board Pune, during the academic year 20 -20 .

Place:

Date: / /

Subject Incharge External Examiner PRINCIPAL


List of Experiments

GROUP A
Expt. Name of the Experiment Page Date of Remarks Sign of practical
No. completion completion
No.
1 Creation of website using
HTML5
2 Use of Audio on web pages
using HTML5
3 Use of Video on web pages
using HTML5
4 Navigation on an image using
Client side image Mapping in
web page using html 5.

GROUP B
Expt. Name of the Experiment Page Date of Remarks Sign of practical
No. No. completion completion
5 Event Driven Client Side
Script

6 Use of Javascript to accept a


string from user and count
number of vowels in the given
string.
7 Use of PHP to check if a
person is eligible to vote or
not.
8 Use of PHP to count the
total number of
vowels(a,e,i,o,u) in the string.
Experiment No.1

Creation of website using HTML5

Date :
Create a website using HTML5 and CSS using any 4 CSS properties.
…… /… /… Write a code for 2 separate pages having different file names such as
first page as Index.html and second page as page2.html. Use any theme
such as college profile or company profile etc. Every page must contain
Initials for proper Meta information and design web page as follows-
Attendance
1) The index page must contain a heading which is highest among other
text on pages and must be at centre of the page. There must be a
Completion paragraph which introduces general information about the theme chosen
for : & must have at least 3 physical style tags and one image with alternate
1) Syntax text. This page must be connected to other page with proper navigational
links.
2) Logic 2) The 2nd page must contain the feedback or enrolment form related
with theme chosen with features of HTML5. The form must contain text
3)Source Code
element and email address of the company or person. Include the submit
4) Output button.

Signature for
completion

1
2
3
4
Experiment no.2

Use of Audio on web pages using HTML5

Date :
Create a webpage named audio.html to set an audio file in web page with
…… /… /… controls such that it uses HTML5 elements. The audio file must play as soon
as the webpage loads in browser and it will start over again, every time when
it is completed.
Initials for
Attendance Create another webpage named audio1.html which provides multiple source
file formats for the same audio file that plays a sound automatically with
Completion controls. The browser should display the message with appropriate attribute,
for : when audio file is not supported by browser. The code must incorporate the
list of sound files formats (like wav, MP3 or ogg etc).
1) Syntax

2) Logic

3) Source Code

4) Output

Signature for
completion

5
6
Experiment No.3

Use of Video on web pages using HTML5

Date :
Create a webpage named video.HTML to display a video file on
… /… /… web page and plays automatically with controls. The dimension
of video area should be 150 * 150 pixels .

Initials for Create another webpage which provide multiple source file
Attendance formats for the same video file that plays a sound automatically
with controls. The dimension of video area should be 100*100
Completion pixels. The browser should display the message with appropriate
for : attribute when video file is not supported by browser. The code
must incorporate the list of video files formats (like webM, MP4
1) Syntax or ogg etc).
2) Logic

3)Source Code

4) Output

Signature for
completion

7
8
Experiment No.4

Navigation on an image using Client side image Mapping in web page using
HTML5

Date :
Create a webpage named imagemap.html with an inserted image having
… /… /… jpeg, png, or gif extension. Create 3 different shapes ( like rectangle, circle
and polygon ) which do not overlap. Note the co-ordinates making use of
Initials for
Attendance Ms-Paint/GIMP/Irfan View/Pinta. Each shape should be mapped or navigate
with a different URL that should navigate to a local webpage.
Completion
for :

1) Syntax

2) Logic

3) Source Code

4) Output

Signature for
completion

9
10
11
Experiment No.5

Event Driven Client Side Script

Date :

…… /… /… Create a web page in HTML having a white background and two Button
Objects. Write code using JavaScript such that when the mouse is placed over
the first button object without clicking, the color of the background of the page
Initials for should change after every _ seconds. There should at least be 7 different and
Attendance visibly distinct background colors excluding the default color. When the second
button object is clicked, appropriate message should be displayed in Browsers
Completion status bar.
for : Create another web page using JavaScript where the background color
1) Syntax changes automatically after every _ seconds. This event must be triggered
automatically after the page gets loaded in the browser. There should at least
2) Logic be 7 different and visibly distinct background colors. When the page is
unloaded, the appropriate alert message should be displayed.
3) Source Code

4) Output

Signature for
completion

12
13
14
15
Experiment No. 6

Use of Javascript to accept a string from user and count number of


vowels in the given string.

Date :
Create event driven JavaScript program for the following. Make use of
…… /… /… appropriate variables, JavaScript inbuilt string functions and control
structures.
Initials for
Attendance ➢ To accept string from user and count number of vowels in the given
string.

Completion
for :

1) Syntax

2) Logic

3) Source Code

4) Output

Signature for
completion

16
17
18
Experiment No. 7
Date :
Use of PHP to check if a person is eligible to vote or not.
…… /… /…
_________________________________________________________________

Initials for Write a PHP program to check if a person is eligible to vote or not. The program
Attendance should include the following-

Completion ➢ Minimum age required for vote is 18.


for : ➢ Use PHP functions.
1) Syntax ➢ Use Decision making statement.
2) Logic

3) Source Code

4) Output

Signature for
completion

19
20
Experiment No.8

Use of PHP to count the total number of vowels(a,e,i,o,u) in the given


string.

Date : Write a PHP function to count the total number of vowels (a,e,i,o,u) from
the string. Accept a string by using HTML form.
…… /… /…

Initials for
Attendance

Completion
for :

1) Syntax

2) Logic

3) Source Code

4) Output

Signature for
completion

21
22
23

You might also like