Model Paper
Model Paper
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.
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.
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.
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.
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?
*javax.SQL package
*database connectivity
Q3) Write the various characteristics of JDBC. What are the various steps for using JDBC ?
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.