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

IT Foundation Sample Question Paper

This sample question paper for the Foundation of Information Technology exam contains 14 questions testing knowledge of HTML, XML, databases, security, and other IT topics. The questions include multiple choice, short answer, and coding questions requiring students to write HTML and XML code. The paper tests a range of skills from identifying tags and attributes to analyzing code samples and generating tables and web pages.

Uploaded by

Ruchi Srivastava
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)
14 views3 pages

IT Foundation Sample Question Paper

This sample question paper for the Foundation of Information Technology exam contains 14 questions testing knowledge of HTML, XML, databases, security, and other IT topics. The questions include multiple choice, short answer, and coding questions requiring students to write HTML and XML code. The paper tests a range of skills from identifying tags and attributes to analyzing code samples and generating tables and web pages.

Uploaded by

Ruchi Srivastava
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

Foundation of Information Technology (Code -165)

Sample Question paper


Time : 3 hrs Max. marks: 40

General Instructions
1. All questions are to be answered
2. Read the questions carefully
1. Multiple Choice Questions : 5 marks

i. Which property tells how many rows a cell should span?

a) Colspan = n b) Rowspan =n c) Both a. and b. d) None of these

ii. XML uses

a) Only 6 tags b) Pre defined tags c) Custom tags d) HTML tags

iii. Copy of data created for safe storage is

a) Saved copy b) Backup. c) Dcopy d) Storedcopy

iv. XML uses the features of

a) SGML b) HTML c) XHTML d) DHTML

v. Which of the following is not the source of virus?

a) Email attachments b) Pendrives. c) Typing through keyboard d) Downloading files

2. What does an anti-virus software do? 1 marks

3. Write two advantages of online backup. 1 marks

4. Write the HTML code to display an inline image named [Link] located at c:\ in the center
of your web page. 1 marks

5. Write full form of : 2 marks

i) <HR> ii) <A> iii) <img> iv) <P>

6. Write the html code to send an email at abc@[Link] through your web page. 3 marks

7. Name the attributes of <A> tag which are used for internal linking in a web page. 2 marks

8. Identify the error(s) in XML code and underline those error(s). 3 marks

<INDIA><DELHI> abc </DELHI>

xyz<MEERUT> </MEERUT>

</INDIA>
9. Which attribute can be used with <BODY> tag to set background color as green? 3 marks

10 . In MS – Access , which datatype is used to store images? 2 marks

11. Which technique will you use to convert a message or information in encoded form
(unreadable code) to prevent unauthorised persons from reading it? 2 marks

12. Write any two problems that lead to the development of DBMS? 2 marks

13. Draw the XML tree for the code given below: 3 marks

<bookstore>
<book category="CHILDREN">

<title>Harry Potter</title> <author>J K. Rowling</author> <year>2005</year>


<price>29.99</price>

</book>
<book category="WEB">

<title>Learning XML</title> <author>Erik T. Ray</author> <year>2003</year>


<price>39.95</price>

</book>

</bookstore>

14. Observe the following table and write the HTML code to generate it : 5 marks
15. Observe the following web page and write HTML code to generate it. 5 marks

You might also like