Question Bank Solutions Computer science Hsc Maharashtra Board 2024 class 12

Question Bank Solutions of Computer science subject Hsc Maharashtra Board 2024 class 12 of chapter-4 HTML programs for 5 Marks questions.

As of Q1 to Q4. they have given code and you have to draw the output so I have not taken that over here as it I considered it not required, but then also if you need then please go below and download the pdf file for output and all these HTML program codes listed in that pdf file.

Question Bank Solutions for class 12 Hsc Computer Science Maharashtra Board 2023-24

Q1.

Output

Question Bank Solutions Computer science class 12

Q5.

<html>
 <body>
 <h2> Datatypes in C++ </h2>
  <ol>
 	<li>Fundamental
 		<ul style="list-style-type:disc">
 			<li>Integer</li>
 			<li>Float</li>
 			<li>Character</li>
 		</ul>
 	<li> Derived
 		<ul style="list-style-type:disc">
 			<li>Arrays</li>
 			<li>Functions</li>
 			<li>Pointers</li>
 		</ul>
 </ol> 
 </body>
 </html>

Q6.

<html>
 <body>
 <table border="1">
 	<tr>
 		<td >State</td>
 		<td >State Animal</td>
 		<td >State Bird</td>
 	</tr>
 	<tr>
 		<td> Maharashtra</td>
 		<td> Shekru</td>
 		<td> Harial</td>
 	
 	</tr>
 	<tr>
 		<td> Karnataka</td>
 		<td> Elephant</td>
 		<td> Indian Roller</td>
 	</tr>
 	<tr>
 		<td> Gujrat</td>
 		<td> Lion</td>
 		<td> Greater Flemingo</td>
 	</tr>
</table> 
</body> 
</html>

Question Bank Solutions Computer science hsc 2024

Q7.

<html>
 <body>
 <table border="1">
 	<tr>
 		<td colspan="3" align="center" >ABC College</td>
  	</tr>
 	<tr>
 		<td> Courses</td>
 		<td> Number of Seats</td>
 		<td> Fees (per anum)</td>
 	
 	</tr>
 	<tr>
 		<td> B.Sc. Computer Science</td>
 		<td> 150</td>
 		<td> 40,000 Rs/-</td>
 	</tr>
 	<tr>
 		<td> BCA</td>
 		<td> 120</td>
 		<td> 38,000 Rs/-</td>
 	</tr>
</table> 
</body> 
</html>

Q8.

<html>
 <body>
 <table border="1">
 	<tr>
 		<td rowspan="3" align="center" >Pav - Bhaji
  		
 		<td> With Amul Butter</td>
 		<td> With Cheese</td>
 	 	
 	<tr>
 		<td> Rs 120 /-</td>
 		<td> Rs 130 /-</td>
 	</tr>
 	<tr>
 		<td> Extra Pav free</td>
 		<td> Extra pav jodi free</td>
 	</tr>
 </td>
 </tr>
</table> 
</body> 
</html>

Q9.

<html>
<head>
	<title></title>
</head>
<body>
<table border="1">
<tr>
<td colspan="2" rowspan="2"></td>
<td colspan="3" align="center">Year</td>
</tr>
<tr >
<td >1998</td>
<td >1999</td>
<td >2000</td>
</tr>
<tr >
<td  rowspan="2">Sale</td>
<td >Unit</td>
<td >500</td>
<td >700</td>
<td >1000</td>
</tr>
<tr >
<td >Income</td>
<td >3000</td>
<td >4000</td>
<td >7000</td>
</tr>
</table>
</body>
</html>

Q10.

<html>
<head>
	<title></title>
</head>
<body>
<table border="1">
<tr >
<td colspan="2" rowspan="2">Year</td>
<td colspan="3">Students</td>
</tr>
<tr >
<td >Boys</td>
<td >Girls</td>
<td >Total</td>
</tr>
<tr >
<td colspan="2">2016</td>
<td >55</td>
<td >65</td>
<td >120</td>
</tr>
<tr >
<td colspan="2">2017</td>
<td >75</td>
<td >80</td>
<td >155</td>
</tr>
</table>
</body>
</html>

You can download the above HTML programs solutions and a screenshot of output in this below pdf link download

HSC Computer Science Reduced syllabus Read More

HSC Computer Science 2020 Maharashtra Board Question Paper Free Download

Computer Science class 12 unit-wise chapter distribution of marks read more

You can subscribe to the YouTube channel for more subject detail videos

2 thoughts on “Question Bank Solutions Computer science Hsc Maharashtra Board 2024 class 12”

  1. Pingback: QB C++ programs solutions class 12 Hsc Computer Science Maharashtra Board | Techniyojan

Leave a Comment

Your email address will not be published. Required fields are marked *