Sample Question Paper
Class : XII Science Subject : Information Technology (IT) Total Marks :80
Instructions to Candidates
1. All questions are compulsory unless stated otherwise.
2. Figures to the right indicate full marks.
3. Use proper HTML tags and correct JavaScript syntax wherever necessary.
4. Draw neat diagrams wherever applicable.
Q.1 Fill in the blanks [10 Marks]
1. HTML5 supports mobile technology and is currently the most widely used version of ________.
2. The <meta> tag is placed inside the ________ section of an HTML document.
3. The <ol> tag defines a(n) __________ list.
4. The attribute used to uniquely identify an HTML element is __________.
5. CSS stands for __________ Style Sheets.
6. The __________ property is used to fix an element relative to the browser window.
7. The <iframe> tag is used to create a(n) __________ frame.
8. The <audio> tag is used to embed __________ files in a webpage.
9. The __________ attribute specifies a regular expression for input validation.
10. The <map> tag is used along with the __________ tag to create an image map.
Q.2 State whether the following statements are True or False [10 Marks]
1. HTML is a programming language.
2. CSS can control the layout of multiple webpages at once.
3. <ul> tag is used to create an ordered list.
4. The <meta> tag content is visible on the webpage.
5. The float property defines the flow of content.
6. HTML5 supports native audio and video tags.
7. Inline CSS affects multiple webpages.
8. # symbol is used for class selector in CSS.
9. Image maps contain clickable regions called hotspots.
10. PHP is a client-side scripting language.
Q.3 Choose the correct alternative [10 Marks]
1. Which input type is used to select a date?
a) text b) number c) date d) time
2. Which tag is used to embed video in HTML5?
a) <media> b) <video> c) <movie> d) <embed>
3. Which CSS property is used to change text color?
a) bgcolor b) color c) text-style d) font-color
4. Which selector applies style to all elements?
a) Class selector b) ID selector c) Universal selector d) Group selector
5. Which attribute specifies compulsory input field?
a) autofocus b) required c) read only d) placeholder
6. Which tag defines navigation links?
a) <header> b) <nav> c) <section> d) <article>
7. Which CSS property is used to position elements?
a) display b) float c) position d) align
8. Which file extension is used for external CSS?
a) .html b) .css c) .js d) .php
9. Which list uses bullets by default?
a) Ordered list b) Definition list c) Unordered list d) Nested list
10. Which technology is related to smart devices?
a) SEO b) IoT c) E-Governance d) E-commerce
Q.4 Select TWO correct alternatives from the given options [20 Marks]
1. HTML5 input types are:
a) email b) number c) textbox d) color e) paragraph
2. CSS selectors include:
a) class b) id c) tag d) loop e) universal
3. Attributes of <audio> tag are:
a) controls b) autoplay c) muted d) width e) loop
4. Types of positioning in CSS are:
a) static b) fixed c) floating d) absolute e) block
5. Web hosting types include:
a) shared b) free c) dedicated d) temporary e) private
6. SEO helps in:
a) ranking website b) optimizing pages c) increasing traffic d) database storage e) marketing
7. Image map shapes are:
a) rect b) circle c) square d) poly e) line
8. HTML semantic tags include:
a) header b) footer c) nav d) font e) article
9. JavaScript is used for:
a) dynamic pages b) form validation c) server scripting d) client scripting e) styling
10. Emerging technologies are:
a) AI b) IoT c) Cloud computing d) HTML e) 5G
Q.5 Select THREE correct alternatives from the given options [6 Marks]
1. CSS properties are:
a) color b) font-size c) border d) loop e) margin f) function
2. Features of HTML5 are:
a) audio support b) video support c) semantic tags d) database connectivity e) mobile support f) server
scripting
Q.6 Match the following [4 Marks]
Group A Group B
1. <audio> A. Multimedia video
2. <video> B. Multimedia sound
3. <map> C. Image mapping
4. .css D. External style sheet
Q.7 Write short notes on (Any Five) [10 Marks]
1. HTML5 input types
2. Meta tag
3. Types of CSS
4. Image map
5. Iframe
6. SEO
7. Cloud Computing
8. E-Governance
Q.8 Attempt any ONE of the following [10 Marks]
Q.8 A Write HTML using CSS [5 Marks]
1. Design a webpage using external CSS to display heading, paragraph and background color.
OR
2. Create a form using HTML5 input types with validation.
Q.8 B Write JavaScript program [5 Marks]
1. Write a JavaScript program to find the largest of three numbers.
OR
2. Write a JavaScript program to display even numbers from 1 to 50.