0% found this document useful (0 votes)
59 views

1stsampleITpaper (1)

Uploaded by

prashant.iron1
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
0% found this document useful (0 votes)
59 views

1stsampleITpaper (1)

Uploaded by

prashant.iron1
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/ 7

IT ONLINE EXAM

HSC - March 2022 Exam


Std. XII - Science Subject: Information Technology Max. Marks: 80
Paper ID:26162 Seat No. : __________

Q.1 Fill in the Blanks: [10 marks]

1. Average time spend by the visitor on the website is known as _______


duration. Answer-: session
2. The ________________ tag in HTML5 describes some aspects of contents
of webpage. . Answer-: <meta>tag
3. ____________ file tells search engine which page you want to exclude from
indexing. Answer-: Robots.txt
4. ________ SEO techniques that search engines do not approved. Answer-:
Black Hat
5. The programs in JavaScript language are called __________ Answer-: Scripts
6. SMO stands for ____________________in SEO. Answer-: Social media
optimization.
7. Business cards, print ads in newspapers or magazines are example of
_________ Answer-: Traditional Commerce
8. _____________ object is a parent object of all other objects in Javascript.

9. ____________ networks imitate the brains array of interconnected


neurons in AI.
10. _________ are used to execute the same block of code repeatedly as long as
certain condition is satisfied. Answer-: loop

Q.2 True or False: [10 marks]


1. Invisible text and stuffed keyword are part of Black Hat Strategies. Answer-:
TRUE
2. White Hat techniques are recommended by Search Engines. Answer-: TRUE
3. Continue statement is used to skip statement block and take the control at
the beginning for next iteration. Answer-: TRUE
4. math.ceil() function is used to return the nearest integer less than or
equal to given number. Answer-: FALSE
5. OLX, Quikr, online auction are an example of G2C. Answer-: FALSE
6. EDI is computer-to-computer interchange of strictly formatted documents via
telecommunications or physically transported on electronic storage
media. Answer-:
7. Block-inline is the type of Display property. Answer-: True
8. Charset in <meta> tag is used to specify font name like Arial. Answer-:
FALSE
9. PaaS provides a platform tools to test, develop and host application in the
same environment. Answer-: TRUE
10. Strpos() function returns a string. Answer-: TRUE

Q.3 A Multiple Choice Questions (Select 1 Answer): [10 marks]

1. __________ are assigned to CSS properties. Answer-: b


a) methods Space b) values
c) selector Space d) property

2. External CSS file is saved with __________________ Answer-: d


a) .txt Space b) .html
c) .js Space d) .css

3. Meta Description should be between _______ Answer-: c


a) 70 and 100 Space b) 100 and 200
c) 70 and 160 Space d) 50 and 100
4. Using ____________ you can quickly create high quality backlinks. Answer-:
a
a) Social bookmarking Space b) Search Engine Manager
c) Search Engine Organizing Space d) Search Engine Optimization

5. ________ property of DOM object returns the <head> element of the


document. Answer-: a
a) head Space b) body
c) title Space d) link

6. _______ method of array object sorts the elements of an array. Answer-: b


a) concat() b)sort() c)pop() d) find()

7. ___________ is an electronic password that allows organization to


exchange data securely over the internet using PKI. Answer-: d
a) Digital Signature Space b) EDI
c) Trade Cycle d) Digital Certificate

8. Order and delivery steps are performed in ______ phase of Trade


Cycle. Answer-: d
a) Pre-sales b) Settlement
c) After sales d) Execution

9. ________ function counts the number of times substring occurs in a


string. Answer-: b
a) substr() b) substr_count()
c) trim() d) strlen()

10. _______ gives user access to storage, networking, servers and other
computing. Answer-: a
a) IaaS b) PaaS
c) SaaS d) API
Q.4 Multiple Choice Questions (Select 2 Answers): [20 marks]

1. Common audio formats are _____ Answer-: a b


a) .acc Space b) .mp3
c) .mp4 Space d) .webm
Space e) .mkv
2. These are the types of webhosting . answer –: a c
a) Shared b) local c) free d) full ledged

3. Other factor to rank the website higher are ________ and ______ Answer-: b
c
a) Desktop friendly Space b) Speed of the website
c) Creating robots.txt Space d) No backlinks

4. Types of SEO: Answer-: a c


a) on-page SEO b) White hat SEO
c) Off-page SEO d) Black Hat SEO
e) Blue hat SEO

5. JavaScript supports following types of objects _____________ Answer-: b c


a) Variables b) built-in objects
c) User defined objects d) loops
e) no option

6. Correct method of for loop are _______ Answer-: a c


a) for(i=1;i<=5;i++) {
Space b) for(i=1;i!=4) { document.write(i); }
document.write(i); }
c) for(i=1;i<=5;i++) {
Space d) (i-1;ic=5;i++) { document.writeln(i); }
document.writeln(i); }
e) forwhile (i=1;i<=5;i++) {
Space
document.writeln(i); }

7. Examples of C2C model are _________ Answer-: c e


a) Linux Space b) Network provider
c) OLX e) Quikr
8. Decryption converts ______ text into ______ text. Answer-: a b
a) Cipher b) Plain
c) Random d) General
e) Inbuilt

9. Disadvantages of AI are __________ Answer-: c d


a) Digital Assistance b) Faster Decisions
c) Cost of creation d) Unemployment
e) Daily application

10. Features of PHP are _______ Answer-: a b


a) Interpreted Space b) Open Source
c) Difficult Space d) Platform dependent
Space e) Client script

Q.5 Multiple Choice Questions (Select 3 Answers): [6 marks]

1. Attributes used along with <link> tag of External Style Sheet. Answer-:
bcd
a) src d) href
b) type e) style
c) rel f) img

2. Methods of Document Object Model are __________ Answer-: a b f


a) write() d) head
b) getElementById() e) SRC
c) URL f) writeln()

Q.6 Match the columns: [4 marks]


A B
a) PHP 1. if else
b) Comments in PHP 2. global
c) Cipher text 3. Interpreted
d) Control Structure 4. multi-line
5.coded form of data
Q.7 Short Q. Answers (any 5): [10 marks]
1. Explain Social Media Optimization.
2. Explain SEO Audit tool in detail.
3. Explain any two page content optimization points.
4. Explain Server Side Scripting.
5. Explain for loop and foreach statements.
6. Explain B2C and B2B type of E-commerce.
7. Write a note on applications of IOT.
8. Explain the modes of payment in E-Commerce.

Q.8.A. Write HTML Program (any 1): [5 marks]


1. Write a html program to accept Name of the College, Total number of
students in the college, Total number of halls (range till 100). The data should
be sent to the server.

2. Write a html program to display Maharashtra State Board in blue color and
font size 30 pixels using internal CSS. Give background color yellow for the web
page.

Q.8.B. Write JavaScript Program (any 1): [5 marks]


1. Write JavaScript code to accept a number and display the cube of a given
number when mouse is placed over button.
/To find Square and Cube of a number
<html>
<head>
<title>JavaScript Program to find Square and Cube of a number</title>
</head>
<body>
<input type="text" name="a" id="first" placeholder="Enter a number"> </td>
<button onclick="square()" >Submit</button> </td>
<div id ="num"></div>
<div id="num1"></div></body>
<script type="text/javascript">

function square()
{
var a,Square,Cube;
a = parseInt(document.getElementById ("first").value);
//Formulae for Square and Cube
Square = a*a;
Cube = a*a*a;
document.getElementById ("num").innerHTML ="Square of "+a+" is : "+Square;
document.getElementById ("num1").innerHTML ="Cube of "+a+" is : " +Cube;
}
</script></html>

2. Write event driven JavaScript code to print sum of 50 natural numbers.(1 to


50).
// program to display the sum of natural numbers

<html>
<head><title>eventhadler</title>
<Script Language="Javascript">
function f1()
{
var number = parseInt(prompt('Enter a positive integer: '));
var sum = 0;
for (i = 1; i <= 50; i++)
{
sum=sum+ i;
}
document.write('The sum of natural numbers:”+ sum);
</script></head>
<body>
<form name="frm1">
<input type="button" value="change color" onClick="f1()">
</form></body></html>

You might also like