PKVM - IT Practical SLIPS 9860272494 FOR SCIENCE
PKVM - IT Practical SLIPS 9860272494 FOR SCIENCE
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
The top section will display the heading, ‘Tourist places’ in header. The section on the left
has list of cities. The right hand side displays tourist places
of any one of the city . Use Inline style sheet in the top section to display background color
for the text ‘Tourist places’.
Use internal style sheet for the left and right section with background color and font styles
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 1
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
The first webpage will accept the name of the traveller, date of travel , telephone number .
It also has submit button as an image .
The second webpage has information about the name of transporter, time , seat no and
destination displayed one below the other in the form of unordered list as
Name of transporter – Air Asia
Time - 09:30 am
Seat no – B39
Destination - Delhi Both pages should be interlinked.
Create external style sheet with relevant tags.
SOP 2 : Create JavaScript program for the following form validations. Make
use of HTML5 properties to do the following validations :
1) Name, address, contact number and email are required fields of the form.
2) Address field should show the hint value which will disappear when field gets focus or key
press event.
3) Telephone number should be maximum 10 digit number only.
4) Email field should contain valid email address, @ should appear only
once and not at the beginning or at end. It must contain at least one dot(.).
5) Make use of pattern attribute for email to accept lowercase, uppercase alphabets, digits
and specified symbols.
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 2
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 3
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
Create 3 different shapes (like rectangle, circle and polygon) which do not overlap. Note the
co-ordinates making use of Ms-Paint/GIMP/IrfanView/Pinta. Each shape should be mapped
or navigate with a different URL that should navigate to a local webpage.
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 4
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
SOP 1 : 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 should change after every __
seconds. There should at least be 7 different and visibly distinct background colors excluding
the default color. When the second button object is clicked, appropriate message should be
displayed in Browsers status bar.
Create another web page using JavaScript where the background color changes
automatically after every ___ seconds. This event must be triggered automatically after the
page gets loaded in the browser. There should at least be 7 different and visibly distinct
background colors. When the page is unloaded, the appropriate alert message should be
displayed.
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 5
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
SOP 1 : 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 should change after every __
seconds. There should at least be 7 different and visibly distinct background colors excluding
the default color. When the second button object is clicked, appropriate message should be
displayed in Browsers status bar.
Create another web page using JavaScript where the background color changes
automatically after every ___ seconds. This event must be triggered automatically after the
page gets loaded in the browser. There should at least be 7 different and visibly distinct
background colors. When the page is unloaded, the appropriate alert message should be
displayed.
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 6
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
SOP 2 : Create a webpage using HTML and CSS code to design a web page as
the layout displayed below.
The top section will display the heading, ‘Tourist places’ in header. The section on the left
has list of cities. The right hand side displays tourist places
of any one of the city . Use Inline style sheet in the top section to display background color
for the text ‘Tourist places’.
Use internal style sheet for the left and right section with background color and font styles
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 7
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
The first webpage will accept the name of the traveller, date of travel , telephone number .
It also has submit button as an image .
The second webpage has information about the name of transporter, time , seat no and
destination displayed one below the other in the form of unordered list as
Name of transporter – Air Asia
Time - 09:30 am
Seat no – B39
Destination - Delhi Both pages should be interlinked.
Create external style sheet with relevant tags.
SOP 2 : Create JavaScript program for the following form validations. Make
use of HTML5 properties to do the following validations :
1) Name, address, contact number and email are required fields of the form.
2) Address field should show the hint value which will disappear when field gets focus or key
press event.
3) Telephone number should be maximum 10 digit number only.
4) Email field should contain valid email address, @ should appear only
once and not at the beginning or at end. It must contain at least one dot(.).
5) Make use of pattern attribute for email to accept lowercase, uppercase alphabets, digits
and specified symbols.
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 8
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 9
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
Create 3 different shapes (like rectangle, circle and polygon) which do not overlap. Note the
co-ordinates making use of Ms-Paint/GIMP/IrfanView/Pinta. Each shape should be mapped
or navigate with a different URL that should navigate to a local webpage.
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 10
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
SOP 1 : 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 should change after every __
seconds. There should at least be 7 different and visibly distinct background colors excluding
the default color. When the second button object is clicked, appropriate message should be
displayed in Browsers status bar.
Create another web page using JavaScript where the background color changes
automatically after every ___ seconds. This event must be triggered automatically after the
page gets loaded in the browser. There should at least be 7 different and visibly distinct
background colors. When the page is unloaded, the appropriate alert message should be
displayed.
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 11
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
SOP 1 : 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 should change after every __
seconds. There should at least be 7 different and visibly distinct background colors excluding
the default color. When the second button object is clicked, appropriate message should be
displayed in Browsers status bar.
Create another web page using JavaScript where the background color changes
automatically after every ___ seconds. This event must be triggered automatically after the
page gets loaded in the browser. There should at least be 7 different and visibly distinct
background colors. When the page is unloaded, the appropriate alert message should be
displayed.
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 12
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
The top section will display the heading, ‘Tourist places’ in header. The section on the left
has list of cities. The right hand side displays tourist places
of any one of the city . Use Inline style sheet in the top section to display background color
for the text ‘Tourist places’.
Use internal style sheet for the left and right section with background color and font styles
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 13
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
The first webpage will accept the name of the traveller, date of travel , telephone number .
It also has submit button as an image .
The second webpage has information about the name of transporter, time , seat no and
destination displayed one below the other in the form of unordered list as
Name of transporter – Air Asia
Time - 09:30 am
Seat no – B39
Destination - Delhi Both pages should be interlinked.
Create external style sheet with relevant tags.
SOP 2 : Create JavaScript program for the following form validations. Make
use of HTML5 properties to do the following validations :
1) Name, address, contact number and email are required fields of the form.
2) Address field should show the hint value which will disappear when field gets focus or key
press event.
3) Telephone number should be maximum 10 digit number only.
4) Email field should contain valid email address, @ should appear only
once and not at the beginning or at end. It must contain at least one dot(.).
5) Make use of pattern attribute for email to accept lowercase, uppercase alphabets, digits
and specified symbols.
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 14
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 15
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
Create 3 different shapes (like rectangle, circle and polygon) which do not overlap. Note the
co-ordinates making use of Ms-Paint/GIMP/IrfanView/Pinta. Each shape should be mapped
or navigate with a different URL that should navigate to a local webpage.
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 16
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
SOP 1 : 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 should change after every __
seconds. There should at least be 7 different and visibly distinct background colors excluding
the default color. When the second button object is clicked, appropriate message should be
displayed in Browsers status bar.
Create another web page using JavaScript where the background color changes
automatically after every ___ seconds. This event must be triggered automatically after the
page gets loaded in the browser. There should at least be 7 different and visibly distinct
background colors. When the page is unloaded, the appropriate alert message should be
displayed.
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 17
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
SOP 1 : 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 should change after every __
seconds. There should at least be 7 different and visibly distinct background colors excluding
the default color. When the second button object is clicked, appropriate message should be
displayed in Browsers status bar.
Create another web page using JavaScript where the background color changes
automatically after every ___ seconds. This event must be triggered automatically after the
page gets loaded in the browser. There should at least be 7 different and visibly distinct
background colors. When the page is unloaded, the appropriate alert message should be
displayed.
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 18
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
SOP 2 : Create a webpage using HTML and CSS code to design a web page as
the layout displayed below.
The top section will display the heading, ‘Tourist places’ in header. The section on the left
has list of cities. The right hand side displays tourist places
of any one of the city . Use Inline style sheet in the top section to display background color
for the text ‘Tourist places’.
Use internal style sheet for the left and right section with background color and font styles
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 19
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
The first webpage will accept the name of the traveller, date of travel , telephone number .
It also has submit button as an image .
The second webpage has information about the name of transporter, time , seat no and
destination displayed one below the other in the form of unordered list as
Name of transporter – Air Asia
Time - 09:30 am
Seat no – B39
Destination - Delhi Both pages should be interlinked.
Create external style sheet with relevant tags.
SOP 2 : Create JavaScript program for the following form validations. Make
use of HTML5 properties to do the following validations :
1) Name, address, contact number and email are required fields of the form.
2) Address field should show the hint value which will disappear when field gets focus or key
press event.
3) Telephone number should be maximum 10 digit number only.
4) Email field should contain valid email address, @ should appear only
once and not at the beginning or at end. It must contain at least one dot(.).
5) Make use of pattern attribute for email to accept lowercase, uppercase alphabets, digits
and specified symbols.
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 20
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 21
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
Create 3 different shapes (like rectangle, circle and polygon) which do not overlap. Note the
co-ordinates making use of Ms-Paint/GIMP/IrfanView/Pinta. Each shape should be mapped
or navigate with a different URL that should navigate to a local webpage.
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 22
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
SOP 1 : 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 should change after every __
seconds. There should at least be 7 different and visibly distinct background colors excluding
the default color. When the second button object is clicked, appropriate message should be
displayed in Browsers status bar.
Create another web page using JavaScript where the background color changes
automatically after every ___ seconds. This event must be triggered automatically after the
page gets loaded in the browser. There should at least be 7 different and visibly distinct
background colors. When the page is unloaded, the appropriate alert message should be
displayed.
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 23
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Science Subject – Information Technology (97) Marks – 20
SOP 1 : 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 should change after every __
seconds. There should at least be 7 different and visibly distinct background colors excluding
the default color. When the second button object is clicked, appropriate message should be
displayed in Browsers status bar.
Create another web page using JavaScript where the background color changes
automatically after every ___ seconds. This event must be triggered automatically after the
page gets loaded in the browser. There should at least be 7 different and visibly distinct
background colors. When the page is unloaded, the appropriate alert message should be
displayed.
This Practical slip contain two experiments on two different skills sets
out of which students should obtains any ONE experiment.
Handwritten code 05 marks, correct typing and syntax 05 marks, Execution 03 marks,
Printout 02 marks Total 15 Marks Complete and Certified Journal 05 Marks Grand Total20
Marks All the Best
PKVM 2021-22 24