0% found this document useful (0 votes)
71 views

Model Paper

This document contains a practice exam for the Web Technology course at United College of Engineering and Research. The exam contains questions divided into 5 units: Unit I covers topics like the world wide web, web browsers, internet protocols, web teams, cyber threats, and cyber laws. Unit II discusses framesets, DOM and SAX parsers, XML elements and attributes, differences between XML and HTML, and CSS. Unit III is about servlet API, servlets, Java beans, the servlet lifecycle, and creating servlets. Unit IV focuses on JSP, the JSP lifecycle, request and response objects, MVC design, error handling, and JSP functions and tags. Finally, Unit V discusses JDB
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views

Model Paper

This document contains a practice exam for the Web Technology course at United College of Engineering and Research. The exam contains questions divided into 5 units: Unit I covers topics like the world wide web, web browsers, internet protocols, web teams, cyber threats, and cyber laws. Unit II discusses framesets, DOM and SAX parsers, XML elements and attributes, differences between XML and HTML, and CSS. Unit III is about servlet API, servlets, Java beans, the servlet lifecycle, and creating servlets. Unit IV focuses on JSP, the JSP lifecycle, request and response objects, MVC design, error handling, and JSP functions and tags. Finally, Unit V discusses JDB
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

UNITED COLLEGE OF ENGINEERING AND RESEARCH, GR.

NOIDA
B.TECH(CS) VII SEM(2010-11)
SUBJECT-WEB TECHNOLOGY(MODEL PAPER)
UNIT –I

Q1) What is world wid web? Describe the various popular web browsers.

Q2) Describe different types of Internet protocols.

Q3) What is Web Team? What are the different roles and responsibilities in Web Team?

Q4) What are Cyber threats? Explain different types of Cyber threats.

Q5) What are Cyber laws? Why Cyber laws are required in India?

Q6) How can you identify the objectives and targeted users of a web project?

UNIT –II

Q1) Create a webpage with a frameset declaration consisting of four columns, each of
which takes 25% of width of the browser window.

Q2) Explain DOM and SAX parsers in XML.

Q3) Explain DTD, Elements and attributes in XML with example.

Q4) What is the difference between XML and HTML?

Q5) What do you understand by CSS? Explain different types of CSS with example.

Q6) What is the difference between Java and JavaScript? Describe the strengths and
Weaknesses of JavaScript.

UNIT –III

Q1) What is Servlet API ? Explain five methods of Http Servlet class.

Q2) What is Servlet? Write down the major Services and advantages of Servlets.

Q3) What is Java Bean? Discuss properties of Java Beans.

Q4) Explain briefly the life cycle of Servlet. What are the basic steps for creating
Servlet?

Q5) Write a Servlet program to read customer data from an ODBC data source, formats
it into an HTML table and returns it to the client.

Q6) What is EJB ? Write down steps to create bean.

UNIT-IV
Q1) What is JSP? Explain Life Cycle of JSP pages?

Q2) Explain the use of request and response objects in the communication between the
browser and the web server in JSP.

Q3) What is MVC design model? Why does JSP use this model?

Q4) How Error handling and debugging is done in JSP ? Explain with suitable example.

Q5) Write down in brief the functions of JSP. Discuss various tags used in JSP.
.
Q6) Explain architecture of JSP. Describe JSP processing .

UNIT – V

Q1) Write the various characteristics of JDBC . What are the various steps for using JDBC?

Q2) In reference to JDBC ,explain

*javax.SQL package
*database connectivity
Q3) Write the various characteristics of JDBC. What are the various steps for using JDBC ?

Q4) Write short note on the following:-Driver Interface,Connection Interface,ResultSet Interface


prepared Statement Interface,Statement Interface.

Q5) Write down the code to connect ODBC database to server and process user request.

Q6) Write a Servlet program to read customer data from an ODBC data source, formats it into
HTML table and returns it to the client.

You might also like