IT ONLINE EXAM
HSC - March 2022 Exam
Std. XII - Science Subject: Information Technology Max. Marks: 80
Paper ID:48441 Seat No. : __________
Q.1 Fill in the Blanks: [10 marks]
1. In image mapping clickable regions are called as ______ Answer-:
hotpots
2. ___________ specifies an input field is read only. Answer-:
READONLY
3. Website _______ has become a ranking factor for Google. Answer-:
mobile friendliness
4. _____________ service allows you to save, organize and share
bookmarks with other users. Answer-: Bookmarking
5. _________ method of date object returns the day of the
month. Answer-: getDate()
6. JavaScript has a built-in multiway decision statement known as
______ Answer-: Switch
7. 24 x 7 Service is available with _________ commerce. Answer-:
Electronic
8. Series of exchanges between a customer and supplier that take place
when a commercial exchange is executed is known as ______ Answer-:
Trade Cycle
9. In JavaScript _____________ object is used to store multiple values
under single variable. Answer-: Array
10. _______ method may be used for sending non sensitive
data. Answer-: GET
Q.2 True or False: [10 marks]
1. SEO Audit does not help to analyze the websites health. Answer-:
FALSE
2. SEO is a technique used for designing and developing a website to
rank low in search engine results. Answer-: FALSE
3. getDate() method of date object returns the day of the
month. Answer-: TRUE
4. cbrt() method of math object gives cube root of a number. Answer-:
TRUE
5. OLX, Quikr, online auction are an example of G2C. Answer-: FALSE
6. Encryption includes passwords, payment information and other
personal information that should be considered private. Answer-: TRUE
7. An unordered list can be numerical or alphabetical. Answer-: FALSE
8. The controls attribute is not used to add play, pause, and
volume. Answer-: FALSE
9. PaaS do not provide collaborative work if teams works
remotely. Answer-: FALSE
10. The PHP superglobals $_GET and $_POST are used to collect form
data. Answer-: TRUE
Q.3 A Multiple Choice Questions (Select 1 Answer): [10 marks]
1. ________ style sheet I used when you want to make changes on
multiple pages. Answer-: b
a) Internal Space b) External
c) Inline Space d) Embedded
2. The ____ is the default value of type attribute of <ul> tag. Answer-: a
a) Disc Space b) square
c) circle Space d) bullet
3. Invisible text and stuffed keywords are part of _______
strategies. Answer-: a
a) Black Hat Space b) On-page
c) Off-Page Space d) White Hat
4. If it is singular tag for e.g. <img> it should be self enclosed like
_______ Answer-: c
a) <img> b) </img>
c) <img /> d) </img/>
5. The _________ keyword is used to create new object in
JavaScript. Answer-: d
a) Next b) Wend
c) Loop d) New
6. JavaScript has a built-in multiway decision statement known as
______ Answer-: b
a) Condition Space b) Switch
c) Break Space d) Continue
7. License renewals and paying tax can be done through _________
type of E-Governance. Answer-: c
a) G2E Space b) G2G
c) G2C Space d) G2B
8. A __________ is also known as an electronic signature. Answer-: b
a) Digital Certificate b) Digital Signature
c) Cryptography d) EDI
9. A variable declared _______ a function has a LOCAL SCOPE. Answer-:
d
a) inside Space b) outside c) between Space d) within
10. Syntax of creating array variable is ______ Answer-: d
a) @a = array() b) #a=arr()
c) #NAME? d) $a=array(values)
Q.4 Multiple Choice Questions (Select 2 Answers): [20 marks]
1. Image maps are of two types __________ Answer-: b d
a) My side b) client side
c) host side d) server side
Space e) mid server
2. Default range of range control is _______ to _______ Answer-: a b
a) 0 b) 100 e) 10
c) 120 d) 200
3. The SEO is a technique used for _________ and __________ a
website to be rank high in search engine. Answer-: a b
a) Designing b) Developing
c) Monitoring d) Analyzing
e) Creating
4. Techniques of SEO: Answer-: b d
a) on-page SEO b) White hat SEO
c) Off-page SEO d) Black Hat SEO
e) Blue hat SEO
5. Following are the event handlers in JavaScript __________ Answer-:
ac
a) onsubmit b) write()
c) onchange d) writeln()
e) status()
6. Following are the methods of Math objects _______ Answer-: b d
a) substr() Space b) abs()
c) trim() Space d) random()
Space e) no option
7. Application of M-Commerce are ______________ Answer-: a c
a) E-bill payment Space b) local Commerce
c) Mobile Banking Space d) Social Commerce
Space e) Govern Commerce
8. The settlement phase consists of _______ and __________ Answer-:
ae
a) Payment Space b) Delivery
c) Pre-Sales Space d) Execution
Space e) Invoice
9. The PHP super globals ______ and _______ are used to collect form
data. Answer-: a d
a) $_GET Space b) $POST
c) $GET Space d) $_POST
Space e) $FORM
10. Popular PHP frameworks are _____ Answer-: b d
a) echo Space b) Laravel
c) Serverside Space d) Symfony
Space e) Node
Q.5 Multiple Choice Questions (Select 3 Answers): [6 marks]
1. Following are the valid values of type attribute of <input> tag
_________ Answer-: b d e
a) link Space d) email
b) date Space e) file
c) list Space f) start
2. Types of E-Commerce are ______ Answer-: a c f
a) B2C Space d) G2G
b) G2E Space e) G2C
c) B2B Space f) C2C
Q.6 Match the columns: [4 marks]
A B
a) Artificial Intelligence 1. Analyze and understand human language
b) Saas cloud 2. Understanding
c) Neural Network 3. Area of computer science
d) Deep Learning 4. Google suit ,GIThub
5. imitate the brain array of interconnected
neurons
Q.7 Short Q. Answers (any 5): [10 marks]
1. Explain Social Media Optimization.
2. Explain SEO Audit tool in detail.
3. Explain Page Structure Optimization.
4. Explain disadvantages of IoT.
5. Explain for loop and foreach statements.
6. Explain the modes of payment in E-Commerce.
7. Explain Digital Signature as security measure in E-Commerce.
8. Explain Electronic Data Interchange in short.
Q.8.A. Write HTML Program (any 1): [5 marks]
1. Write html program to display names of two friends in ordered list
and also display their hobbies under their name in unordered list.
OR
2. Write a html program to accept Name of the Employee (cannot be
blank), Email Id of the Employee, Salary (maximum 50000). The data
should be sent to the server.
<html>
<head>
<title>
Employee Information
</title>
</head>
<body>
<h1 align= "center"> Employee Information </h1>
<form>
employee name
<input type= "text" name= "t1"required><br><br>
email id<input type="email" name="em1"><br><br>
<input type="number" name="s1"max=”50000” ><br><br>
<input type= "submit" value= "submit">
</form>
</body>
</html>
Q.8.B. Write JavaScript Program (any 1): [5 marks]
1. Write an event driven JavaScript code to print factorial of accepted
number.
<!doctype html>
<head> <title>
Factorial of a number
</title>
<Script language="Javascript">
function factorial()
{
var no,i,fact=1;
no=parseInt(form1.t1.value);
while(no>=1)
{
fact=fact*no;
no--;
}
document.write("facorial of the number is="+fact);
}
</script></head>
<body> <h1>
<form name="form1">
Enter Your number(greater than 0ne)-: <input type="text"
name="t1"><br>
<input type="button" name="b1"value="factorial
"onClick="factorial()">
</body>
OR
2. Write JavaScript code to print all even numbers from 10 to 50.
function printEven(begin, end)
{
var begin=1
if(begin%2==1)
{
begin++;
}
for(var i=begin; i<=end; i+=2)
{
console.log(i);
}
}
printEven(1,50);
<body>
<form name="frm1">
<input type="button"value="changecolor"onMouseOver=”printEven()">
</form></body></html>