100% found this document useful (2 votes)
3K views21 pages

PDB Comm IT Practical Slips Maharashtra State Board of Secondary and Higher Secondary Education

This document outlines the instructions and requirements for the Maharashtra State Board of Secondary and Higher Secondary Education HSC Board Practical Examination 2022 for Information Technology students. It provides 7 sample experiments covering skills related to HTML, CSS, and databases that students can choose from. The exam is worth a total of 20 marks and will assess students' handwritten code, typing, syntax, execution, printout, and certified journal. Students must complete one of the provided experiments.

Uploaded by

Devidas Dhekle
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
3K views21 pages

PDB Comm IT Practical Slips Maharashtra State Board of Secondary and Higher Secondary Education

This document outlines the instructions and requirements for the Maharashtra State Board of Secondary and Higher Secondary Education HSC Board Practical Examination 2022 for Information Technology students. It provides 7 sample experiments covering skills related to HTML, CSS, and databases that students can choose from. The exam is worth a total of 20 marks and will assess students' handwritten code, typing, syntax, execution, printout, and certified journal. Students must complete one of the provided experiments.

Uploaded by

Devidas Dhekle
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

Maharashtra State Board Of Secondary and Higher Secondary Education,

Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1 9860272494


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

Experiment No. 2 Skill Set 2

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

PDB 2021-22 1
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1


SOP 3 : Create a website using HTML and CSS code to design webpages as
follows –

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.

Experiment No. 2 Skill Set 2

SOP 1: With the help of SEO tool which is freely available to optimize the
website and write down the following findings. Ask the teacher/examiner to
provide URL of the website to be optimized.
1) Name of the website you are optimizing.
2) Whether the site has Title Tag?
3) Whether the site has Header Tags? If yes, which tags are there?
4) Whether the Images used has Alt Attributes?
5) What is the comment about usability?

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

PDB 2021-22 2
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1

SOP 5 : Use of Audio on web pages using HTML5.


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.
Create another webpage named audio1.html which provides multiple source file formats for the
same audio file that plays a sound automatically with controls. The browser should display the
message with appropriate attribute, when audio file is not supported by browser. The code must
incorporate the list of sound files formats (like wav, MP3 or ogg etc).

Experiment No. 2 Skill Set 2

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

PDB 2021-22 3
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1


SOP 7 : Navigation on an image using Client side image Mapping in web page using html 5.
Create a webpage named imagemap. html with an inserted image having jpeg, png or bmp
extension. 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.

Experiment No. 2 Skill Set 2

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

PDB 2021-22 4
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1


SOP 6 : Use of video on web pages using html5.
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.
Create another webpage which provide multiple source file formats for the
same audio file that plays a sound automatically with controls. The dimension
of video area should be 100*100 pixels. The browser should display the message with appropriate
attribute when audio file is not supported by browser. The code must incorporate the list of video
files formats (like webM, MP4 or ogg etc).

Experiment No. 2 Skill Set 2

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

PDB 2021-22 5
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1

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

Experiment No. 2 Skill Set 4

Database concepts using LibreOffice Base


SOP 1 :
Create a table student with fieldnames- rollno, studname, class, div, city, dob etc.
Insert minimum 8 records.
Create a form based on employee table.

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

PDB 2021-22 6
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1


SOP 3 : Create a website using HTML and CSS code to design webpages as
follows –

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.

Experiment No. 2 Skill Set 4

SOP 2 :
Create a table employee with fields names- empid, empname, empdept, empqual,
empjoindate, empsal etc. Insert minimum 8 records.
Create queries to display records from the employee table.
1. where employee qualification is “MBA”
2. where employee department is “Accounts”.
3. where employee salary >70000
4. where employee name is “Mr. Suhas Kale”

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

PDB 2021-22 7
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1


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

Experiment No. 2 Skill Set 2

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

PDB 2021-22 8
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1


SOP 3 : Create a website using HTML and CSS code to design webpages as
follows –

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.

Experiment No. 2 Skill Set 2

SOP 1: With the help of SEO tool which is freely available to optimize the
website and write down the following findings. Ask the teacher/examiner to
provide URL of the website to be optimized.
1) Name of the website you are optimizing.
2) Whether the site has Title Tag?
3) Whether the site has Header Tags? If yes, which tags are there?
4) Whether the Images used has Alt Attributes?
5) What is the comment about usability?

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

PDB 2021-22 9
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1

SOP 5 : Use of Audio on web pages using HTML5.


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.
Create another webpage named audio1.html which provides multiple source file formats for the
same audio file that plays a sound automatically with controls. The browser should display the
message with appropriate attribute, when audio file is not supported by browser. The code must
incorporate the list of sound files formats (like wav, MP3 or ogg etc).

Experiment No. 2 Skill Set 2

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

PDB 2021-22 10
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1


SOP 7 : Navigation on an image using Client side image Mapping in web page using html 5.
Create a webpage named imagemap. html with an inserted image having jpeg, png or bmp
extension. 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.

Experiment No. 2 Skill Set 2

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

PDB 2021-22 11
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1


SOP 6 : Use of video on web pages using html5.
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.
Create another webpage which provide multiple source file formats for the
same audio file that plays a sound automatically with controls. The dimension
of video area should be 100*100 pixels. The browser should display the message with appropriate
attribute when audio file is not supported by browser. The code must incorporate the list of video
files formats (like webM, MP4 or ogg etc).

Experiment No. 2 Skill Set 2

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

PDB 2021-22 12
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1

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

Experiment No. 2 Skill Set 4

Database concepts using LibreOffice Base


SOP 1 :
Create a table student with fieldnames- rollno, studname, class, div, city, dob etc.
Insert minimum 8 records.
Create a form based on employee table.

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

PDB 2021-22 13
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1


SOP 3 : Create a website using HTML and CSS code to design webpages as
follows –

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.

Experiment No. 2 Skill Set 4

SOP 2 :
Create a table employee with fields names- empid, empname, empdept, empqual,
empjoindate, empsal etc. Insert minimum 8 records.
Create queries to display records from the employee table.
1. where employee qualification is “MBA”
2. where employee department is “Accounts”.
3. where employee salary >70000
4. where employee name is “Mr. Suhas Kale”

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

PDB 2021-22 14
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1


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

Experiment No. 2 Skill Set 2

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

PDB 2021-22 15
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1


SOP 3 : Create a website using HTML and CSS code to design webpages as
follows –

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.

Experiment No. 2 Skill Set 2

SOP 1: With the help of SEO tool which is freely available to optimize the
website and write down the following findings. Ask the teacher/examiner to
provide URL of the website to be optimized.
1) Name of the website you are optimizing.
2) Whether the site has Title Tag?
3) Whether the site has Header Tags? If yes, which tags are there?
4) Whether the Images used has Alt Attributes?
5) What is the comment about usability?

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

PDB 2021-22 16
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1

SOP 5 : Use of Audio on web pages using HTML5.


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.
Create another webpage named audio1.html which provides multiple source file formats for the
same audio file that plays a sound automatically with controls. The browser should display the
message with appropriate attribute, when audio file is not supported by browser. The code must
incorporate the list of sound files formats (like wav, MP3 or ogg etc).

Experiment No. 2 Skill Set 2

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

PDB 2021-22 17
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1


SOP 7 : Navigation on an image using Client side image Mapping in web page using html 5.
Create a webpage named imagemap. html with an inserted image having jpeg, png or bmp
extension. 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.

Experiment No. 2 Skill Set 2

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

PDB 2021-22 18
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1


SOP 6 : Use of video on web pages using html5.
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.
Create another webpage which provide multiple source file formats for the
same audio file that plays a sound automatically with controls. The dimension
of video area should be 100*100 pixels. The browser should display the message with appropriate
attribute when audio file is not supported by browser. The code must incorporate the list of video
files formats (like webM, MP4 or ogg etc).

Experiment No. 2 Skill Set 2

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

PDB 2021-22 19
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1

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

Experiment No. 2 Skill Set 4

Database concepts using LibreOffice Base


SOP 1 :
Create a table student with fieldnames- rollno, studname, class, div, city, dob etc.
Insert minimum 8 records.
Create a form based on employee table.

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

PDB 2021-22 20
Maharashtra State Board Of Secondary and Higher Secondary Education,
Pune 411005
HSC Board Practical Examination 2022
Stream – Commerce Subject – Information Technology (99) Marks – 20

Experiment No. 1 Skill Set 1


SOP 3 : Create a website using HTML and CSS code to design webpages as
follows –

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.

Experiment No. 2 Skill Set 4

SOP 2 :
Create a table employee with fields names- empid, empname, empdept, empqual,
empjoindate, empsal etc. Insert minimum 8 records.
Create queries to display records from the employee table.
1. where employee qualification is “MBA”
2. where employee department is “Accounts”.
3. where employee salary >70000
4. where employee name is “Mr. Suhas Kale”

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

PDB 2021-22 21

You might also like