Web Technology - Question Bank Unit Wise

Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

20ITPC501 - WEB TECHNOLOGY

UNIT - I

PART - A
S.No Questions K – Level CO
1. State the purpose of HTTP protocol 1 CO1
2. Differentiate HTML and XHTML 2 CO1
3. Define URI. 1 CO1
4. List the different basic protocols used on the Internet. 1 CO1
5. What do you mean by Relative URLs? 1 CO1
6. Write the functions of a Web Server. 2 CO1
7. State the uses of Internet Protocol. 1 CO1
8. List and explain any two HTML elements. 1 CO1
9. Write the code to make two rows of horizontal frames using HTML. 2 CO1
10. Write HTML code to display an image. 2 CO1
11. How will you create a password field in a HTML form? 2 CO1
Write HTML code to create the following table.

12. W X 2 CO1
Y Z

13. Identify how a scripting language differs from HTML? 1 CO1


14. Define URL encoding. 1 CO1
15. list the three flavors of HTML. 1 CO1
16. Define Responsive Web Design. 1 CO2
17. State the purpose of Grid View in RWD. 1 CO2
CO2
18. Give the syntax of a CSS. 1
CO2
19. How will you include CSS in a Web Page? 2
Write short notes on CSS Text Properties with suitable CO2
20. 2
examples.
CO2
21. List down font characteristics permitted in style sheets. 2
CO2
22. Mention the need for cascading style sheets. 2
PART - B

S.No Questions K – Level CO

Write in detail about the working of HyperText Transfer


1. K2 CO1
Protocol(HTTP)
Explain the different types of lists used in HTML with an
2. K2 CO1
example for each.
(i) Explain TCP/IP in detail.
(ii) Explain the purpose and way for creating lists in HTML K2
3. CO1
K2
documents.
List and explain the steps involved in a web based client server
4. K2 CO1
communication.
i)Explain in detail the function of Web server K2 CO1
5.
ii)Give the structure of HTTP Request and response messages K2 CO1
(i)Explain the use of relative URL’s with an example
K2
6. (ii)Explain how the tables can be inserted into HTML document CO1
K2
with an example
(i)Explain in detail the working of the following Internet
Protocols. K2
7. CO1
i)TCP/IP K2
ii)HTTP and Any four HTML elements in detail.
8. Briefly discuss the HTML frame and table tags. K2 CO1

Explain the significance of XHTML with the help of a real


9. K2 CO1
application. Write necessary code snippets.
How do you create frames? Why do we need them? Develop an
10. K2 CO1
application to explain the same.
Write an HTML script which creates a web page
which should display some of the engineering
Colleges in Tamil Nadu in a tabular form with name,
address and url of the website of the college. A
11. candidate should select the required department which K2 CO2
is listed as listed items from a form. Candidates'
selection should be consolidated and displayed
finally.
Write an HTML script which creates a web page which
should display the available book details in a shop in a tabular
form with title of the book, author details, quantity and price of
12. K2 CO2
the book. The customer should choose the required books from
the list. The shopkeeper should prepare the bill. Prepare web
form for the same finally
Write an HTML code to create a web page that describes an
unordered list of at least four books. The bullet for each book must
13. K2 CO2
be a small image hotspot. When you click the picture all the related
information about the book must be shown.
Write an HTML code to create a web page using frame sets that
contain inline and internal style sheets and make it link to the
14. K2 CO2
external style sheets. Include information about a company
providing Tours and Travels.
i) Explain Grid View with suitable example.
K2 CO2
15.
ii) Describe Media Queries with example.
K2 CO2

PART - C
S.No Questions K – Level CO

write a HTML code to create a HTML document for a company


1. K2 CO2
home page and explain.

write an HTML code to create a registration form for an


educational website with E-Learning resources. All form controls
should have appropriate name attributes. Use the get method for
2. K2 CO2
form submission, and specify an empty string for the action
attribute.
A local university has asked you to create an DHTML document that
allows prospective students to provide feedback about their campus
visit. Your DHTML document should contain a form with text boxes
for a name, address and e-mail. Provide checkboxes that allow
prospective students to indicate what they liked most about the

3. campus. The checkboxes should include: students, location, campus, K2 CO2


atmosphere, and sports. Also, provide radio buttons that ask the
prospective students how they became interested in the university.
Options should include: friends, television, Internet and other. In
addition, provide a text area for additional comments, a submit button
and a reset button.

4. Briefly discuss the HTML frame and table tags K2 CO1


5 Examine the Basic HTML syntax and Semantics. K2 CO2

UNIT - II

S.No Questions (Part A) K – Level


CO

1. What are JavaScript variables? R 3


2. Write the structure of Java Script U 3
3. What are the uses of java script? A 3
4. Give the elements to write a script? C 3
5. List the JavaScript global objects? A 3
6. Write about form processing in java script. U 4
7. Write a java script to add two numbers. U 4
8. How to Define a Function in Java script R 3
9. List down the ways of including style information in a document? A 4
10. Give some methods of Date Object? R 4

11. What are the client side scripts and server side scripts? Differentiate. U 3

12. What is Angular Framework? R 4


13. Write a pictorial diagram of Angular architecture? U 4
14. What is TypeScript? U 4
15. What are the key components of Angular? C 4
16 What is a data binding? R 4
17 How do you categorize data binding types? U 4

S.No Questions (Part B) K – Level CO

1 How can we JavaScript using Objects? Give an Example A 3

2 With an example describe java scripts Control structure. U 3

Design a webpage with a textbox where the user can enter a four digit
number and a button “validate” . Validate the entered number for the
3 E 3
following using java script. No zero as the first digit Entered number
must be in ascending order of digits (Ex:1234,5678…)

4 State and explain the types of statements in JavaScript E 3

5 Explain how functions can be written in JavaScript with an example. U 4

Explain the various event handlers in java script. Give an example of


6 A 4
each. Write a java script program to develop the arithmetic calculator
Develop the web page for the employee management system and
7 validate all the fields using java script. (Note: The web page should E 4
contain all the html forms control)

8 Describe in detail about Data binding and explain with examples. R 4

S.No Questions (Part C) K – Level CO

What are the various JavaScript objects? Explain each with an


1 A 3
example.

2 Explain the JavaScript array handling and array methods. R 3


3 Summarize about debugging in JavaScript. U 3

4 Summarize about debugging in JavaScript. 4

Explain the following java script objects


5 1. RegExp A 4
2. Math
Discuss how do you use java script for form validation? Develop a
6 complete application that would include information functions to R 4
validate the user data.

7 How Dependency Hierarchy is formed in angular? A 4

UNIT - III

S.No Questions (Part A) K – Level CO

1. Define DOM tree. R 4


2. List the different methods defined in the document and window R 4
object of Javascript.
3. Define the term intrinsic events. U 4
4. What is getElementById method? R 4
5. List some HTML intrinsic attributes. U 4
6. Define event programming. R 4
7. Specify the need for client and server side scripting. U 4
8. What is the primary purpose of HTTP get requests? R 4
9. What are servlets? R 3
10. Show how session tracking is achieved by the URL rewriting? A 3
11. Compare GET and POST request type. A 3

12. Summarize the servlet interface and its methods. R 3


13. List the application of servlets. R 3
14. What is a servlet container? R 3
15. List the two commonly used exceptions used by the servlet. R 3

S.No Questions (Part B) K – Level CO

With a simple illustrate how the elements of the HTML document


1 A 4
tree structure can be accessed using Javascript.
Explain in detail DOM event handling. Also explain with an
2 R 4
example of creating a context menu.
Explain in detail about event object and event listeners with an
3 R 4
example.
(i)Integrate how servlets work and its lifecycle.
4 U 3
(ii)Explain and develop the Servlet API.
Describe in detail the session handling in server side
5 R 3
programming.
Demonstrate the Servlet architecture and explain its working
6 U 3
principle.

7 Explain the use of cookies for tracking requests with a program. A 3

Explain in detail about Servlet Database Connectivity with an


8 A 3
example of Student Database.

9 What is a session? Explain the session tracking systems used. R 3

Explain various Session Management techniques in detail with


10 U 3
suitable example.

S.No Questions (Part C) K – Level CO

Explain in detail DOM event handling. Also explain with an


1 U 4
example a context menu.
Explain the purpose of the following DOM method and properties
2 U 4
with an example.
1. getElementById
2. createElement
3. createTextNode
4. appendChild
5. parentNode
Write a complete query application for a books database using
3 A 4
JDBC.
Write a servlet which accepts two numbers using POST methods
4 A 3
and displays the maximum of them.
Discuss the ways of storing and accessing information using
5 A 3
cookies and handling associated issues.
Write a Java Servlet to display the net salary of employees, use
6 A 3
JDBC connectivity to get employee details from the database.

Course Outcomes:

CO Outcomes K level

CO1 K2
Understand the fundamental concepts to develop web pages

CO2 Describe the Web Frameworks and apply Client side scripting to design dynamic web pages K3

CO3 Develop interactive web pages using server side scripting K3

CO4 Illustrate the techniques to store and transport web data K3

CO5 Apply advanced web technologies to develop real time web applications K3

CO6 Develop and validate data in web pages and web services K3

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy