Web Technology Imp Question
Web Technology Imp Question
[CO-1]
a) HTTP
b) URL
c) SMTP
Q7 Discuss the impact of technological advantages on a web team. What are the roles and
Responsibilities of a Web Team Members? [CO-1]
Q10 Discuss with an example why String class in java is considered immutable. [CO-1]
Q12 Name and discuss the essential skills that must be identified while selecting members of a
web project team. [CO-1]
Q13 Explain how Request – Response mechanism works over Internet. [CO-1]
Q14 Define Abstract classes. Also discuss when we can create and use the abstract methods.
[CO-1]
Q15 What is HTTP? How does it work? Give appropriate example. [CO-1]
Q16 What is website hosting? Explain different types of web hosting. [CO-1]
Q17 Why HTTP is called state less protocol? Enlist various methods for state management
and also give advantages and disadvantages of each method. [CO-1]
Q18 What do you mean by Growth of Web? Discuss the brief history of web? [CO-1]
Q19 Discuss the concept of web projects. Also describe the various protocols governing web.
[CO-1]
Q20 Differentiate between the features of JDK, JRE, JIT and JVM. Also draw block diagram
of their structure. [CO-1]
Q22 What is client side scripting? Explain with suitable example. [CO-1]
Q23 Describe the Cascading Style Sheet (CSS) with an example use the Font Attributes and
Text Attributes in the example. [CO-2]
Q24 Discuss the term entity in XML. Also classify type of XML Entities. [CO-2]
Q25 Describe Attributes in XML .Also classify different types of attributes. [CO-2]
Q26 Describe elements in XML .Also classify different types of content of elements. [CO-2]
Q27 Define a markup language and discuss the relationship between XML, HTML, and
SGML. [CO-2]
Q28 What are the benefits of using XML when compared to HTML? Where is XML better
than HTML? Explain with example. [CO-2]
Q30 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 [CO-2]
Q31 Write the code through proper example on following event: [CO-2]
i. OnBlur() event of a Textbox
ii. OnLoad() event of a Form
iii. OnReset() event of a Form
iv. OnSubmit() event of a Form
Q32 Describe the Document type Definition (DTD) in XML. Differentiate between Internal
and External DTD? [CO-2]
Q33 Discuss the role of Forms as well as Frames in HTML with proper examples. [CO-2]
Q34 Create a XML document using the following information structure including DTD
section appropriately:- [CO-2]
<Accounting>
<Inventory>
<Inventory_Item/>
<Invoices>
ABC
</Invoices>
</Accounting>
Q35 Discuss the process of how to write and read XML documents. Also explain how XML
structures documents. [CO-2]
Q36 Briefly explain the role of SAX and DOM in processing of files in XML? [CO-2]
Q37 Explain with example how and where XML can be used. Also discuss the mechanism to
convert XML documents in XML (with a different DTD), HTML, and other formats? [CO-2]
Q38 Write a short note on Dynamic Hypertext Markup Language (DHTML). [CO-2]
Q39 Differentiate between ID selector and class selector with an example of each. [CO-2]
Q40 Discuss the significance of XML. What are its Differences and similarities from HTML?
[CO-2]
Q41 Write the code in JavaScript to open a new window when a link on a page is clicked. The
new window opened, is closed by placing a button on the window and writing JavaScript code
on the OnClick event of the button. [CO-3]
Q42 Create a Web page, which accept user information on the web site to check if all the Text
fields have being entered with data else display an alert. [CO-3]
Q44 What do you mean by an event? How event handling is done in Java Script? Explain
with suitable example. [CO-3]
Q45 Write a proper code to show how can you change image using java script. [CO-3]
Q46 What is Java Script? Explain client and server side scripting. [CO-3]
Q49 Using JavaScript, validate an input-field that contains an e-mail address. [CO-3]
Q50 Using JavaScript, create a password type text box into your page and display thevalue of
that box which will be entered by user. [CO-3]
Q51 Write the Java Script code using arrays to generate the current date in words in format
Saturday, December 12, 2009. [CO-3]
Q52 Discuss the DOM (Document Object Model) in Java Script and also discuss the role of
Event handling with proper example. [CO-3]
Q54 Create a JavaScript code block, which validate a username and password against hard
coded values. [CO-3]
Q55 Write a Program Using Java Script to Sort an Array into ascending Order. [CO-3]
Q56 Explain the application of AJAX with the help of suitable example. [CO-3]
Q57 Discuss the architecture and working of client server scripting. [CO-3]
Q58 Describe the significance and usage of TCP/IP Sockets, both for client side as well as
server side. [CO-3]
Q60 Define URL. Explain in detail how URL Connection is created. [CO-3]
Q61 Explain in detail the creation, instantiation and usage of java beans objects. [CO-4]
Q67 Differentiate between Stateful Session bean and Stateless Session bean. [CO-4]
Q68 Define ODBC. Explain how ODBC is different from JDBC. [CO-4]
Q71 Write a JDBC program to delete the records of employees whose names are starting with
‘A’ character. [CO-4]
Q73 Differentiate between JSP and Servlet with a programming example of each. [CO-5]
Q74 Give the advantages of using JSP for server side programming. [CO-5]
Q75 List down the various attributes for the page directives in JSP. [CO-5]
Q76 Write a client server JSP program to find simple interest and display the result in the
client. [CO-5]
Q79 Illustrate the different scope valiues for the <jsp:useBean>. [CO-5]
Q81 Discuss in detail about Action elements in JSP with an example of display current time
and color. [CO-5]
Q82 List down the various attributes for the page directives in JSP. [CO-5]
Q85 Explain in detail about Servlets Database Connectivity with an example of Student
database. [CO-5]