0% found this document useful (0 votes)
16 views3 pages

12 IT sample question papper 01

This document is a sample question paper consisting of various types of questions related to HTML, JavaScript, SEO, and PHP. It includes fill-in-the-blank questions, true or false statements, multiple choice questions, matching questions, and brief answer questions. Additionally, it contains programming tasks that require the use of HTML, CSS, and JavaScript.

Uploaded by

yogitamuley200
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)
16 views3 pages

12 IT sample question papper 01

This document is a sample question paper consisting of various types of questions related to HTML, JavaScript, SEO, and PHP. It includes fill-in-the-blank questions, true or false statements, multiple choice questions, matching questions, and brief answer questions. Additionally, it contains programming tasks that require the use of HTML, CSS, and JavaScript.

Uploaded by

yogitamuley200
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/ 3

SAMPLE QUESTION PAPER – 2

Q 1) Fill in the Blanks 10


1) The_____element is a staring element in an HTML, it indicates that document type definition being used by
the document.
2) The_____is a tag in html that describe some aspects of contents of a webpage.
3) The full form of SEO is_____
4) _____are links on one website that, when clicked, take the user to another site.
5) _____script resides on server computer.
6) _____statement is used to jump out of loop.
7) IOT is referred as_____
8) Smart Home is the application of_____technology.
9) PHP is_____side scripting language.
10) E-Commerce’s scope is_____

Q 2) State True or False 10


1) HTML is an Object Oriented Programming Language.
2) JavaScript is case sensitive language.
3) PaaS provides a platform with tools to test, develop and host applications in the same Environment.
4) Cloud computing means to store and access data and programs over the internet.
5) PHP is platform dependent scripting language.
6) $_POST is an array of variables passed via the URL parameters.
7) A Function is a block of statements that can be used repeatedly in a program.
8) C2C type of E-commerce deals with Business and Customer.
9) The lack of a personal touch can be a disadvantage for many types of services and products in E-
commerce.
10) Charset is used for character encoding declaration.

Q 3) Multiple Choice SINGLE correct answer 10


1) _____element used to create a linking image
a) <img> b) <td> c) <map> d) <usemap>
2) The_____tag is used to embed audio files on Webpages.
a) <sound> b) <audio> c) <video> d) <embedded>
3) A programmer wants to define range for age between 18 to 50, he will use a form with following
appropriate control is _____.
a) number b) compare c) range d) Textboxes
4) JavaScript is_____language.
a) Compiled b) Interpreted c) Both a and b d) None of the above
5) Select correct method name of String object_____.
a) charAt() b) characterAt() c) valueAt() d) lengthAt()
6) The program file of PHP have_____extension.
a) .asp b) .php c) .js d) .txt
7) A variable declared_____a function has global scope.
a) outside b) anywhere c) inside d) none
8) The_____function returns a part of a string.
a) trim() b) ucwords() c) substr() d) strpos()
9) Invoice and payment are included in_____phase of trade cycle.
a) Presale b) execution c) settlement d) After sale
10) License renewal is an example of_____E-governance.
a) G2C b) G2B c) G2G d) G2E

Q 4) Multiple Choice TWO correct answer 20


1) List within another list either_____list or_____list is called nested list.
a) multilevel b) order c) unordered d) general e) cascading
2) Image maps are of two types _____and_____
a) Network side b) Client Side c) Computer side d) Server Side e) n-computing

3) A CSS rule set contains_____and_____


a) Set b) selector c) post d) declaration e) block
4) The page content optimization can be done by using keywords in
a) <font> b) <title> c) <hr> d><meta> e) <input>
5) Other factors to rank the website higher are
a) desktop friendly b) Speed of the website c) Creating robots.txt
d) No backlinks e) No external links.
6) Valid two methods of Date object are_____and_____.
a) setTime() b) getValidTime() c) getTime() d) setValidTime()
7) Properties of document object are _____and_____.
a) URL b) title c) name d) status
8) The_____and_____.are valid data type in PHP.
a) Double b) Varchar c) Integer d) Array e) BigInt
9) Single line comment in PHP is possible using _____and_____.
a) // b) /* */ c) # d) <!-- --> e) $
10) Encryption consists of two processes_____and_____.
a) encryption b) signature c) decryption d) digitization e) security

Q 5) Multiple Choice THREE correct answer 06


1) Attributes of <area> tag is_____and_____.and_____.
a) href b) src c) coords d) data e) alt f) usemap
2) Select three correct methods of window object_____and_____.and_____.
a) write() b) alert() c) writeln() d) close() e) open() f) charAt()

Q 6) Match the following 04


1) <ul> a) Scripting Language
2) Links to Twitter, Facebook b) Mobile Banking
3) M-commerce c) Bulleted list
4) Java Script d) Social media optimization
Q 7) Answer Briefly (any 5) 10
1) Define SEO. State types of SEO.
2) Which are the different SEO techniques?
3) Give some applications of IOT.
4) Explain in detail about cloud computing.
5) Explain phases of trade cycle.
6) Explain M-Commerce.
7) Explain any two features of PHP?
8) What are the rules to declare variable in PHP?
Q 8) Write any ONE program using HTML Forms and CSS 05
A) Write a program using html to create nested list of two students name using ordered list and each
student having 2 favorite subject names using unordered list.
OR
A) Write Html5 code with CSS as follows-To create form to accept name, age, and email address, from
the user. Create a submit button to send the data. The heading of the form should have a background
color and a different font style.
Q 8) Write any ONE program using Java Script, events functions 05
B) Find and display factorial of given number using function and click event.
OR
B) Accept any string from user and count and display number of vowels occurs in it.

------ all the best -----

You might also like