12th Science IT 80 Marks Paper 13. (2)

Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

12th Science I.T 80 marks paper 13.

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

1. ___________ property is used to control the font of the text in the webpage. Answer­: font­family

2. _________ can control the layout of multiple web pages all at once. Answer­: CSS

3. _____ hat strategies include duplicate content. Answer­: Black

4. _____________ service allows you to save, organize and share bookmarks with other users. Answer­:
Bookmarking

5. ________ method of string object convert a string to upper case. Answer­: toUpperCase()

6. _______ method of math object returns the highest valued number in a list of numbers. Answer­:
max()

7. In Iaas __________ is scalable depending on processing and storage needs. Answer­: Infrastructure

8. GitHub is an example of _______ Answer­: SaaS

9. ________ is an array of variables passed via the URL parameters. Answer­: $_GET

10. The ______ is the internal part of G2G sector. Answer­: G2E

Q.2 True or False: [10 marks]

1. <input type="week"> defines the control for entering a week. Answer­: FALSE

2. Title content should up to 80 characters. Answer­: FALSE

3. Continue statement is used to skip statement block and take the control at the beginning for next
iteration. Answer­: TRUE

4. confirm() method of window object displays the confirm dialog box containing message with ok and
cancel button. Answer­: TRUE

5. Cloud computing solution are inexpensive that the actual overall infrastructure. Answer­: TRUE

6. str_word_count() function counts the number of words in a string. Answer­: TRUE

7. Array index always starts with zero. Answer­: TRUE

8. Variables can store data of different types. Answer­: TRUE


9. E­wallet is an electronic card which is used for transactions made online through a computer or
smartphone. Answer­: TRUE

10. The G2G refers to the interaction between different government departments, organization and
agencies. Answer­: TRUE

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

1. Using _____ attribute of <audio> tag the audio will start playing as soon as it is ready. Answer­: a

a) autoplay ­­­­­ b) loop c) muted ­­­­­ d) controls

2. Absolute positioning property positions the element at the specified coordinates relative to screen
_____ corner. Answer­: a

a) Top­left ­­­­­ b) Top­right c) Top­bottom ­­­­­ d) Top­corner

3. _________ is concern with White Hat SEO. Answer­: a

a) well­labeled images ­­­­­ b) duplicate content c) invisible text ­­­­­ d) stuffed keyword

4. ON­Page SEO is concerned with information that is displayed to the _______ Answer­: a

a) end user ­­­­­ b) server user c) server program ­­­­­ d) developer

5. The way in which HTML document content is accessed and modified is called as _________ Answer­:
d

a) Design Object Model ­­­­­ b) Develop Object Model c) Do Object Model ­­­­­ d)
Document Object Model

6. _______ property of Array object reflect number of elements in array. Answer­: b

a) index ­­­­­ b) length c) NaN ­­­­­ d) Value


7. IaaS stand for __________ Answer­: a

a) Infrastructure as a Service ­­­­­ b) Infrastructure as a self c) Infrastructure as a Secure


­­­­­ d) Infrastructure as a Section

8. _______ arrays are the arrays with named keys. Answer­: b

a) Indexed ­­­­­ b) Associative c) Dimensional ­­­­­ d) Normal

9. _______ arrays are arrays containing one or more arrays. Answer­: a

a) Multi­dimensional ­­­­­ b) indexed c) Associative ­­­­­ d) Numbered

10. _________ Commerce is a subset of electronic commerce that involves social media like Facebook,
Instagram and Twitter. Answer­: d

a) Local ­­­­­ b) Divisional c) National ­­­­­ d) Social

Q.4 Multiple Choice Questions (Select 2 Answers): [20 marks]

1. Charset attribute of <meta> tag use _________ for Indian characters and _________ for Chinese
character. Answer­: a b

a) UTF­8 ­­­­­ b) Big5

c) UTF­2 ­­­­­ d) Big B

­­­­­ e) UEFT­8

2. Following are the values of type attribute are <ol> tag ________ Answer­: a b

a) i ­­­­­ b) 1

c) 5 ­­­­­ d) z

­­­­­ e) T
3. A CSS rule set contains ___________ and ____________ block. Answer­: b c

a) value ­­­­­ b) selector

c) declaration block ­­­­­ d) property

­­­­­ e) attribute

4. The page content optimization can be done by using keywords in _________ and ______ Answer­: b d

a) <font> ­­­­­ b) <title>

c) <hr> ­­­­­ d) <meta>

­­­­­ e) <input>

5. Following methods of Date object returns the number of milliseconds Answer­: c d

a) getTime() ­­­­­ b) getDate()

c) getTime() ­­­­­ d) now()

­­­­­ e) getMonth()

6. Following are the event handlers in JavaScript __________ Answer­: a c

a) onsubmit ­­­­­ b) write()

c) onchange ­­­­­ d) writeln()

­­­­­ e) status()

7. Primary service models of cloud computing are ______ Answer­: a b

a) SaaS ­­­­­ b) PaaS

c) FaaS ­­­­­ d) DaaS

­­­­­ e) CaaS
8. PHP is compatible with following servers. Answer­: b d

a) Unix ­­­­­ b) XAMMP

c) Linux ­­­­­ d) Apache

­­­­­ e) IIG

9. Form data can be submitted by ______ or ______ method. Answer­: c d

a) Return ­­­­­ b) forward

c) GET ­­­­­ d) POST

­­­­­ e) server

10. Encryption consist of two processes ________ and ________ Answer­: a c

a) encryption ­­­­­ b) signature

c) decryption ­­­­­ d) digitization

­­­­­ e) security

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

1. Select the correct style properties Answer­: b e f

a) Black color ­­­­­ d) align­margin

b) font­family ­­­­­ e) font­size

c) alignment ­­­­­ f) background­color

2. Programming Languages for server side programming are: Answer­: a d f

a) PHP ­­­­­ d) Python


b) Windows ­­­­­ e) Unix

c) Linux ­­­­­ f) Java and JSP

Q.6 Match the columns: [4 marks]

A B

a) <ol> 1. Defines definitions list

b) <li> 2. To define unorderd list

c) <dt> 3. specifies definition term

d) <dl> 4. Defines ordered list

5. Specifies list items

Q.7 Short Q. Answers (any 5): [10 marks]

1. Explain any two page content optimization points.

2. State the types of SEO.

3. Explain SaaS.

4. Explain benefits of Cloud Computing.

5. Explain PaaS

6. Explain M­Commerce.

7. Which are the 4 phases of E­Commerce?

8. What is Trade cycle? What is aftersales phase of Trade cycle?

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

1. Write a html program to insert inline frame on web page. Use xyz html file as a source for inline
frame. Size of inline frame should be 100x100 pizels.
2. Write a html program to display Maharashtra State Board in blue color and font size 30 pixels using
internal CSS. Give background colour yellow for the web page.

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

1. Write JavaScript code to print division of 2 numbers.

2. Write JavaScript code to print multiplication of 2 numbers.


This document was created with the Win2PDF “Print to PDF” printer available at
https://www.win2pdf.com
This version of Win2PDF 10 is for evaluation and non-commercial use only.
Visit https://www.win2pdf.com/trial/ for a 30 day trial license.
This page will not be added after purchasing Win2PDF.
https://www.win2pdf.com/purchase/

You might also like