IT Sample Question paper and paper pattern
IT Sample Question paper and paper pattern
Sub Question
Q. No. of Checked
Q. Question Marks Expected
No. Questions By
No. from
HSC Board
1. - Fill in the blanks 10 10 All Lessons
Examiner
Computer
2. - State True or False 10 10 All Lessons
Software
Multiple Choice – Single Computer
3. - 10 10 All Lessons
Answer Software
Multiple Choice – Two Correct Computer
4. - 10 20 All Lessons
Answers Software
Most
Multiple Choice – Three probably Computer
5. - 2 6
Correct Answers from Lesson Software
No. 1 and 2
1.
1. the following
: (4
marks)
Q6) (Write the correct 4 paris as-answers)
A B
1) Digital Marketing a) Ledger
2) Receipt b) ERP technology
3) E-bill Payments c) Facebook
4) MIS d) M-commerce
5) e) Pay-per-click
6) f) Voucher
7) g) ERP package
8) h) Social commerce
Answer -
A B
1) Digital Marketing e) Pay-per-click
2) Receipt f) Voucher
3) E-bill Payments d) M-commerce
4) MIS b) ERP technology
</body>
</html>
Second Page Code
<!DOCTYPE html>
<html>
<head>
<title>Staffs</title>
</head>
<body style="background-color: green">
<h4 style="color: white; text-align: center">SCHOOL THEME</h4>
<p style="color: white">Staffs List</p>
<ol>
<li>ABC</li>
<li>XYZ</li>
<li>PQR</li>
<li>MNP</li>
<li>WXY</li>
<li>DEF</li>
</ol>
</body>
</html>
2) Write a HTML code with CSS as follows :
Create a Ordered list with name of any five subjects and the background color should be yellow
and that page should have a link in it. After clicking on that link the 2nd page should have
unordered list of Books name with background red.
Answer :
First.html
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body style="background-color: yellow">
<h4>Ordred List (Subjects) </h4>
<ol>
<li>IT</li>
<li>ECO</li>
<li>OCM</li>
<li>Maths</li>
<li>Acoounts</li>
</ol>
<a href="second.html">Link to Second Page</a>
</body>
</html>
Second.html
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body style="background-color: red">
<h4>Unordred List (Books) </h4>
<ul>
<ol>Book 1</ol>
<ol>Book 2</ol>
<ol>Book 3</ol>
<ol>Book 4</ol>
<ol>Book 5</ol>
</ul>
</body>
</html>
Q8) B) Program (any
1) (5 marks)
1. Create a website of a company with 2 CSS properties with background image and details
about company.
2. The heading should be large with font "Times New Roman"
3. Create a link 'Registration' and form to accept name, age, email address, mobile no.
from the user.
Answer
First.html
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body style="background-image: url(bgimage_lamp.jpg);">
<h4 style="font-family: Times New Roman"> Website font With Times New Roman</h4>
<a href="registeration.html">Registration Link</a>
</body>
</html>
Registration.html
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<h4>Registration Form</h4>
<form>
Name : <input type="name" name="name"> <br> <br>
age : <input type="radio" name="male"> Male
<input type="radio" name="female"> Female <br> <br>
email : <input type="email" name="email"> <br> <br>
mobile : <input type="text" name="mobile"> <br> <br>
<input type="submit" name="submit" value="submit">
</form>
</body>
</html>
HSC IT Model Question Paper 2021 With Solutions
(According to Board Pattern 2021)
click here to check IT Paper Pattern 2021 Question wise marks Distribution
2. _______ is a balance between giving the right information to search engines without
compromising the content on page. Answer-: b
a) Off Page SEO b) on page SEO
c) technical SEO d) Black hat seo
3. The _______ voucher type is used for recording amounts received by way of
cash. Answer-: c
a) Payment b) Sales
c) Receipt d) Purchase
4. __________ commerce trading activities are online via the internet and can be
considered automatic. Answer-: a
a) Electronic b) Traditional
c) Digital d) Divisional
5. ________ is the required result obtained from processing of the data. Answer-: c
a) Table b) Data
c) Information d) Report
9. ________ is issued when there is reduction in the price charge to a customer. Answer-: a
a) Credit Note b) Journal
c) Purchase Return d) Debit Note
10. __________ enables users to access online shopping platforms without using desktop
computer. Answer-: a
a) M-Commerce b) EDI
c) T-Commerce d) Trade Cycle
Q.3 B Multiple Choice Questions (Select 1 Answer): [10 marks]
1. The ______ attribute specifies name of an <iframe>. Answer-: c
a) srcdoc b) src
c) name d) href
2. _____________ is any element on a web page that a user interacts with. Answer-: a
a) Tap target b) iframes
c) favicon d) device
3._______ tax is imposed on Intra-state supply of goods and services collected by State
Government. Answer-: c
a) CGST b) GSTT
c) SGST d) IGSTT
9. _________ ledgers can be created for local, interstate and not-taxable sales. Answer-: d
a) Purchase b) Party
c) CGST d) Sales
3. Under GST _________ and ____________ are the codes given to goods and
services. Answer-: a c
a) HSN b) IND
c) SAC d) Reduction
e) Elimination
2. Following are the some of the ways to optimize the webpage for SEO _____ Answer-: a d
e
a) links d) black hat
b) conversion e) html header
c) body content f) white hat