Vous êtes sur la page 1sur 3

Web Technologies University Questions

UNIT-1 HTML 1. Create a simple HTML page which demonstrates the use of the various types of lists. Try adding a definition list which uses an unordered list to define terms. 2. Create a HTML document that has your image and your friends image with a specific height and width. Also when clicked on the images it should navigate to their respective profiles. 3. Explain what do you mean by Unordered lists with a relevant example. 4. Show how group and alignment of tables rows and columns is achieved using HTML. 5. How do you add a border to a create table? 6. Describe the various Date Objects with suitable examples. CSS
1. What are the benefits of using Styles compared with placing formatting directly

into the text of the webpage? 2. Explain the types of CSS. 3. What is a stylesheet class? 4. Describe the different ways that styles can be added to a page? 5. Write a CSS rule that places a background image halfway down the page, tilting it horizontally. The image should remain in place when the user scrolls up or down. 6. Explain the following terms related to CSS: Font size, Font weight, Font stretch, Text decoration, Text transformation, Text alignment, Padding, Border style 7. Explain the various ways you can reference a color in CSS. UNIT-II JavaScript 1. Write a javascript to validate a form consisting of a username. Also navigate to another web page after validation. 2. Write a javascript to display the denomination of the amount deposited in the bank in terms of 100s, 50s, 20s, 10s, 5s, 2s & 1s. (Eg: If deposited amount is Rs.163, the output should be 1-100s, 1-50s, 1- 10s, 1-2s & 1-1s) 3. Describe the events : onChange, onBlur, onFocus with examples. 4. Describe the primitive data types that Javascript uses. 5. Describe the String Object and the methods: charAt, concat, indexOf, lastIndexOf, slice, split, substr, substring,toLowerCase, toUpperCase,toString. 6. Write a script that reads an integer and determines and displays whether it is an odd or even number. 7. What is function? Explain how parameters are passed to functions in javascript. UNIT-III XML

1. 2. 3. 4.

What are the goals of XML. Explain the four possible keywords in a DTD declaration with suitable examples. Clearly explain the advantages of XML schemas over DTDs. Design an XML schema for hospital information management. Include every feature available with schema. 5. Give the syntax of an XML document and explain how a basic XML document is created with an example. 6. Explain the following terms related to Document Type Definition: Elements, attributes & entities, internal & external entities. UNIT-IV Java Beans 1. What do you mean by Java Beans? State the advantages of Java Beans. 2. What are the steps for creating a java bean? 3. What are the types of properties for a java bean? 4. What are the constrained properties of JavaBeans? 5. Why persistence is required for java beans? 6. What is BDK? 7. Explain the features of EJB. UNIT-V Web Servers and Servlets (Assignment Questions to be solved 1,2,3,4,5,6) 1. What is a servlet? Explain lifecycle of a servlet. Illustrate with an example program 2. (a) Create a HTML form with three input fields first name, last name and email. Pass these values to a servlet. In the servlet, verify all input fields are not null and display them back to client. (b) Give the signature of a method which in used to read bytes from the stream for a servlet. Explain its usage. Create a Servlet that displays the current date and time. 3. Make a Comparison of JSDK and Apache Tomcat server. 4. What is a Cookie? Give the information that is saved for each cookie on the users machine. 5. Explain HttpSession Interface. 6. What are the limitations of Servlets? How JSP over comes these Problems. Discuss about Tomcat Server. UNIT-VI Introduction to JSP (Assignment Questions to be solved 1,2,4) 1.
2.

3. 4.

Write about the JSP processing. Explain the components of JSP. What are the different scopes? Explain the biggest scope provided by JSP? Develop a JSP to demonstrate content inclusion at translation time. Write a short note on JSP Processing

UNIT-VII JSP Application Development (Assignment Questions to be solved 1,2,3,4,6) Questions 1 and 5 are similar. 1. Develop a JSP with a Bean in the application scope. 2. What is a scriplet? Write about scriplet elements. 3. Develop a JSP which uses two Beans in different scopes.

4. Explain JSP application design with suitable example? 5. Develop a JSP to keep track number of users and display a message You are nth visitor where n is number of user. Write a detail note on JSP escape sequences. 6. Develop a JSP to accept users first name and then welcome the user by name. UNIT-VIII Database Access (Assignment Questions to be solved 2,3,4,5,6,7) 1. Discuss about javax.servlet.jsp.tagext package. 2. Write short notes on: a. Connection Interface b. Statement Object c. Execute Query Method. 3. Discuss the four types of JDBC drivers. 4. Explain the process of getting/accessing metadata for a resultset. 5. Give a note on javax.sql package 6. Explain accessing a database from a JSP page 7. Discuss about PreparedStatement. Write a note on java.sql.Driver class.

Vous aimerez peut-être aussi