Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save mkhlz/3f52dd1b3f5fdb9d4ad68490ae322198 to your computer and use it in GitHub Desktop.

Select an option

Save mkhlz/3f52dd1b3f5fdb9d4ad68490ae322198 to your computer and use it in GitHub Desktop.

Standard XII - Information Technology

Final Examination Question Paper

Total Marks: 100 | Time: 3 Hours

Q.1 Fill in the blanks. (15 Marks, 1 Mark each)

  1. The ………………… element creates an inline frame.
  2. ……………. tag is used to specify video on an HTML document.
  3. The …………………… property is used when you want to add padding (blank spaces) around the content of an element.
  4. The full form of SEO is …………………….
  5. …………………… are links on one website that, when clicked, take the user to another site.
  6. The …………………… files tells search engine which pages you want to exclude from indexing.
  7. …………………… script resides on server computer.
  8. …………………… property of window object returns Boolean value indicating whether window is closed or not.
  9. IOT is Referred as …………………….
  10. Smart Home is the application of …………………… Technology.
  11. PHP is …………………… side scripting language.
  12. A PHP variable starts with …………………… sign followed by variable name.
  13. E-Commerce’s scope is …………………….
  14. EDI is …………………… exchange of information.
  15. Decryption converts …………………… into Plain text.

Q.2 State whether the following statements are True or False. (10 Marks, 1 Mark each)

  1. HTML is an Object Oriented Programming Language.
  2. Charset is used for character encoding declaration.
  3. JavaScript is a case sensitive language.
  4. Math.ceil() function is used to return the nearest integer less than or equal to a given number.
  5. Cloud computing means to store and access data and programs over the internet.
  6. PaaS provides a platform with tools to test, develop and host applications in the same Environment.
  7. $_POST is an array of variables passed via the URL parameters.
  8. PHP cannot be embedded along with HTML tags.
  9. C2C type of E-commerce deals with Business and Customer.
  10. The lack of a personal touch can be a disadvantage for many types of services and products in E-commerce.

Q.3 Multiple choice questions (Select 1 correct answer). (15 Marks, 1 Mark each)

  1. JavaScript is ---------------------- language. a) Compiled b) Interpreted c) Both a and b d) None of the above

  2. We can declare all types of variables using keyword ------------. a) var b) dim c) variable d) declare

  3. The program file of PHP have ____________ extension. a) .asp b) .php c) .js d) .txt

  4. A variable declared ________ a function has global scope. a) outside b) anywhere c) inside d) none

  5. The ________ function returns a part of a string. a) trim() b) ucwords() c) substr() d) strpos()

  6. Invoice and payment are included in …………… phase of trade cycle. a) Presale b) execution c) settlement d) After sale

  7. License renewal is an example of ………….. e-governance. a) G2C b) G2B c) G2G d) G2E

  8. ………………….element used to create a linking image. a) <img> b) <td> c) <map> d) <usemap>

  9. The ……………tag is used to embed audio files on Webpages. a) <sound> b) <audio> c) <video> d) <embeded>

  10. A programmer wants to define range for age between 18 to 50, he will use a form with following appropriate control. a) number b) compare c) range d) Textboxes

  11. ……….character is used to create id in CSS. a) % b) $ c) @ d) #

  12. ---------------- method displays message box with Ok and Cancel button. a) Confirm() b) Alert() c) both a and b d) None of these

  13. Select correct method name of String object---------------------. a) charAt() b) characterAt() c) valueAt() d) lengthAt()

  14. Trace output of following JavaScript code: var str="Information Technology"; document.write(str.lastIndexOf("o")); a) 18 b) 19 c) 20 d) 21

  15. A digital signature is also known as an ________ signature. a) optical b) electronic c) automated d) encrypted

Q.4 Multiple choice questions (Select 2 correct answers). (10 Marks, 2 Marks each)

  1. Valid two methods of Date object are ---------------- and -------------. a) setTime() b) getValidTime() c) getTime() d) setValidTime()

  2. Other factors to rank the website higher are ---------------- and -------------. a) Desktop friendly b) Speed of the website c) Creating robots.txt d) No backlinks e) No external links

  3. Image maps are of two types ……........... and ………….......... a) Network side b) Client Side c) Computer side d) Server Side e) n-computing

  4. The _______ & ______ are valid datatype in PHP. a) Double b) Varchar c) Integer d) Array e) BigInt

  5. Single line comment in PHP is possible using _______, ______. a) // b) /* */ c) # d) e) $

Q.5 Multiple choice questions (Select 3 correct answers). (15 Marks, 3 Marks each)

  1. Attributes of <area> tag is…………………….. a) href b) src c) coords d) data e) alt f) usemap

  2. Attributes used with <iframe> are……………….. a) srcdoc b) name c) att d) src e) href f) loop

  3. Attributes used with <audio> tag………………………….. a) autoplay b) href c) controls d) cntrl e) loop f) bgsound

  4. In PHP, three types of arrays are ______, _______, _______ . a) Indexed b) Simple c) Associative d) Multidimensional e) Complex f) General

  5. Inbuilt objects in JavaScript are -----------------, ---------------- and --------------. a) Time b) Date c) Inheritance d) Array e) Number f) function

Q.6 Match the following. (10 Marks, 1 Mark per matching pair)

Question A (HTML and CSS)

Column A Column B
1) <ul> a) Client side image map
2) usemap b) CSS Property
3) color c) bulleted list
4) <img> d) Image as a submit button
5) <input type="image"> e) inserts an image
f) block level element
g) unclickable map

Question B (PHP, JavaScript and E-Commerce)

Column A Column B
1) M-commerce a) Coded form of data
2) Cipher Text b) B2B
3) EDI c) Paperless exchange of information
4) ceil() d) Returns next integer greater than or equal to a given number
5) floor() e) Returns the next integer less than or equal to a given number
f) E-bill payment
g) Writes HTML expression or javascript code to a document

Q.7 Answer briefly. (15 Marks, 3 Marks each)

  1. Explain in short the White Hat SEO technique.
  2. What are the rules to declare a variable in PHP?
  3. Which are the different types of e-governance? Explain them.
  4. Give some applications of IOT.
  5. Explain switch…case conditional statement in JavaScript with an example.

Q.8 Coding Practical Questions. (10 Marks, 5 Marks each)

  1. Write HTML5 code with CSS as follows: i. Create a form to accept name, age, email address from the user. ii. Create a submit button to send the data. iii. The heading of the form should have a background colour and a different font style.
  2. Write a PHP code to count the number of words in a given string.
@mkhlz
Copy link
Author

mkhlz commented Mar 10, 2026

Standard XII - Information Technology

Answer Key & Source Locator

Q. No. Sub-question Correct Answer Location in Reference PDFs
Q.1 Fill in the blanks 1 <iframe> PDF 1, Pg 24
2 <video> PDF 1, Pg 24
3 padding PDF 1, Pg 7
4 Search Engine Optimization PDF 2, Pg 27 / 34
5 Backlinks PDF 2, Pg 30 / 34
6 Robots.txt PDF 2, Pg 31 / 34
7 Server-side PDF 3, Pg 36 / 51
8 closed PDF 3, Pg 42 / 51
9 Internet of Things PDF 4, Pg 53 / 58
10 IoT PDF 4, Pg 58
11 server PDF 5, Pg 59 / 77
12 $ PDF 5, Pg 62 / 77
13 global PDF 6, Pg 80 / 88
14 paperless PDF 6, Pg 79 / 88
15 Cipher text PDF 6, Pg 86
Q.2 True / False 1 False PDF 1, Pg 24
2 True PDF 1, Pg 4 / 24
3 True PDF 3, Pg 35 / 51
4 False PDF 3, Pg 45 / 51
5 True PDF 4, Pg 58
6 True PDF 4, Pg 55 / 58
7 False PDF 5, Pg 70 / 77
8 False PDF 5, Pg 60 / 77
9 False PDF 6, Pg 81 / 88
10 True PDF 6, Pg 81 / 88
Q.3 Multiple choice (1 correct) 1 b) Interpreted PDF 3, Pg 35 / 51
2 a) var PDF 3, Pg 39 / 51
3 b) .php PDF 5, Pg 60 / 78
4 a) outside PDF 5, Pg 62 / 78
5 c) substr() PDF 5, Pg 65 / 78
6 c) settlement PDF 6, Pg 82 / 89
7 a) G2C PDF 6, Pg 85 / 89
8 c) <map> PDF 1, Pg 19 / 24
9 b) <audio> PDF 1, Pg 17 / 24
10 c) range PDF 1, Pg 2 / 25
11 d) # PDF 1, Pg 8 / 25
12 a) Confirm() PDF 3, Pg 42 / 51
13 a) charAt() PDF 3, Pg 45 / 51
14 b) 19 PDF 3, Pg 45 / 51
15 b) electronic PDF 6, Pg 87
Q.4 Multiple choice (2 correct) 1 a) setTime(), c) getTime() PDF 3, Pg 46 / 51
2 a) Desktop friendly, b) Speed of the website PDF 2, Pg 30 / 34
3 b) Client Side, d) Server Side PDF 1, Pg 19 / 25
4 c) Integer, d) Array PDF 5, Pg 63 / 78
5 a) //, c) # PDF 5, Pg 63 / 78
Q.5 Multiple choice (3 correct) 1 a) href, c) coords, e) alt PDF 1, Pg 20 / 25
2 a) srcdoc, b) name, d) src PDF 1, Pg 21 / 25
3 a) autoplay, c) controls, e) loop PDF 1, Pg 17 / 25
4 a) Indexed, c) Associative, d) Multidimensional PDF 5, Pg 66 / 78
5 b) Date, d) Array, e) Number PDF 3, Pg 40 / 52
Q.6 Match the following A. 1) <ul> c) bulleted list PDF 1, Pg 14 / 26
A. 2) usemap a) Client side image map PDF 1, Pg 19 / 26
A. 3) color b) CSS Property PDF 1, Pg 5 / 26
A. 4) <img> e) inserts an image PDF 1, Pg 19 / 26
A. 5) <input type="image"> d) Image as a submit button PDF 1, Pg 1 / 26
B. 1) M-commerce f) E-bill payment PDF 6, Pg 83 / 89
B. 2) Cipher Text a) Coded form of data PDF 6, Pg 86 / 89
B. 3) EDI c) Paperless exchange of information PDF 6, Pg 84 / 89
B. 4) ceil() d) Returns next integer greater than or equal to a given number PDF 3, Pg 45 / 52
B. 5) floor() e) Returns the next integer less than or equal to a given number PDF 3, Pg 46 / 52
Q.7 Brief Answers 1 Techniques that search engines recommends as a part of good design (e.g., Relevant content, well-labeled images). PDF 2, Pg 28 / 34
2 Starts with $, must start with letter or underscore, cannot start with number, contains only alpha-numeric and underscores, is case-sensitive. PDF 5, Pg 62 / 78
3 1. G2C (Government to Citizen) 2. G2B (Govt to Business) 3. G2G (Govt to Govt) 4. G2E (Govt to Employee). Explain briefly each. PDF 6, Pg 85 / 89
4 Smart lighting, Smart thermostats, Smart locks and garage-door openers, Smart security cameras, Smart traffic signals. PDF 4, Pg 54 / 58
5 Built-in multiway decision statement, tests expression against a list of case values. Break statement avoids duplicity. Needs code example. PDF 3, Pg 36-37 / 52
Q.8 Coding Practical 1 Write proper <!DOCTYPE html>, <style> blocks for the background color and font style of <h1> heading, <form> tag, and <input> type text, email, and submit. PDF 1, Pg 26
2 Write <?php tag, declare string var, echo output using str_word_count($var), end with ?>. PDF 5, Pg 65 / 78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment