0% found this document useful (0 votes)
34 views1 page

Web Technology

This document contains questions testing knowledge of various web technologies: 1) Group A contains 5 multiple choice questions testing knowledge of setting component positions in JSP, JavaScript properties, HTML uses and tags, and reading files in JSP. 2) Group B contains 2 short answer questions asking to explain XSL/XSLT with an example and briefly explain AJAX. 3) Group C contains 1 long answer question asking to define XML, explain how to write XML documents and their goals, and describe XML Schema and parsing in detail.

Uploaded by

Anubhav Dutta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views1 page

Web Technology

This document contains questions testing knowledge of various web technologies: 1) Group A contains 5 multiple choice questions testing knowledge of setting component positions in JSP, JavaScript properties, HTML uses and tags, and reading files in JSP. 2) Group B contains 2 short answer questions asking to explain XSL/XSLT with an example and briefly explain AJAX. 3) Group C contains 1 long answer question asking to define XML, explain how to write XML documents and their goals, and describe XML Schema and parsing in detail.

Uploaded by

Anubhav Dutta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Web Technology

Total = 25
Group A
Answer any 5 questions 5x1=5
1. Which method of the Component class is used to set the position and size of a
component in JSP?
1. setSize()
2. setBounds() method
3. setPosition()
4. setPositionSize()
2. Which of the following statement is not true regarding JavaScript?
1. A JavaScript embedded in an HTML document is compiled and executed by the client
browser
2. JavaScript is an object-based language
3. JavaScript is a loosely typed language
4. JavaScript is event driven
3. Which of the following options is correct with regard to HTML?
1. It is a DTP language
2. It is a modeling language
3. It is used to structure documents
4. It is a partial programming language
4. Correct HTML tag for the largest heading is_______________
1. <h6>
2. <heading>
3. <head>
4. <h1>
5. What i s the correct HTML for adding a background color?
1. <body color = “Green”>
2. <body bg color = “Green”>
3. <background>green<Background>
4. <body bg =“green”>
6. What value does readLine() return when it has reached the end of a file in JSP?
1. False
2. Null
3. EOF
4. Last character in the file
5.
Group B 2 x 5 = 10
Answer any 2 questions
7. Explain XSL and XSLT with example.
8. Explain AJAX briefly.
9. Write a short note on Architecture of webserver.

Group C 1 x 10 = 10
Answer any 1 question

10. What is XML? Explain how to write an XML document? What are the goals of XML?
Clearly explain the XML Schema and XML parsing in detail.
11. Write and explain tags to create following HTML form elements with their attributes.
(i). textbox (ii). Dropdown list (iii). Password filed (iv). Checkbox (v). radio button

You might also like