Web Programming Question Papers
Web Programming Question Papers
Reg. No.
SECTION A
Answer any ten questions of the following : (2×10=20)
1. a) Name the XHTML tag used for hyperlinks. List its important attributes.
b) What is MIME ?
c) Write the XHTML Code to display x2 + y2 = z2.
d) Give the syntax to call a file named fibonacci.js from a XHTML file.
e) What are metacharacters in javascript ? List any four metacharacters.
f) List any two ASP.NET page directives and mention their uses.
g) Name any two states of an ASP.NET application. Give their uses.
h) Differentiate between a label control and a literal control.
i) Name the data types supported by Rangevalidator control.
j) What is the use of a datareader ?
k) What is the functionality of data provider in ADO.NET ?
l) List various font properties.
SECTION B
Answer any four of the following : (5×4=20)
2. Write a note on web servers and their characteristics.
3. Write a XHTML program to display the subjects of BCA V semester in a table
form. Use external style sheets.
4. Write a note on various image formats.
P.T.O.
32522/E 220 *32522E220*
SECTION C
Answer any four of the following : (10×4=40)
8. Explain the request and response phases in HTTP.
10. a) With syntax, explain the working of alert, prompt and confirm methods in
Java Script.
b) Write a XHTML/Javascript program to display fibonacci series upto n. (6+4=10)
11. Explain various validation controls with example.
12. What is a dataset ? What is its significance ? List and explain various
components that can be used with a dataset.
_______________________
*22522E220* 22522/E 220
Reg. No.
SECTION – A
Answer any 10 of the following : (2×10=20)
1. What is hyper text ?
2. Give the standard structure of XHTML document.
3. What are the different level of style sheets ?
4. What are uses of Java Script ?
5. What is an event ?
6. Define web browser. Give examples.
7. What are http handlers ?
8. Define Merge tool.
9. Define Button control and mention any two properties.
10. Define code sharing.
11. Define dataset and mention different types.
12. What is Box model ?
SECTION – B
Answer any 6 of the following : (5×6=30)
13. Explain web programmer’s toolbox (any five).
14. Explain 5 tags of HTML with example for each.
15. Explain pagedirectives of ASP.NET.
16. Explain properties, methods and events of
1) File upload
2) Checkbox controls.
17. Explain single-file page model and code behind model.
18. Explain file type of ASP.NET 3.5.
19. Explain any two validation controls.
20. What is web control class ? Explain properties and methods of web control class. P.T.O.
22522/E 220 *22522E220*
SECTION – C
Answer any 3 of the following : (10×3=30)
21. Explain the following :
a. Tables in html
b. forms in xhtml
c. lists in xhtml
d. frames in xhtml
e. links in xhtml.
22. a) What are the different levels of style sheets ? Give an example code for each.
b) What are the different selector forms provided in CSS ? Illustrate the use of each with
suitable example. (5+5)
23. Explain cookies. Write a ASP.NET program to store current date-time in a COOKIE and
display the ‘Last visited on’ date-time on the web page upon reopening of the same page.
24. What is session in asp.net ? Write a asp.net program to store page view count in session to
increment the count on each refresh and show on web page ASP.NET session state enables
you to store and retrieve value for a user as the user navigates ASP.NET pages in a web
application. HTTP is a stateless protocol. This means that a web server treats each HTTP
request for a page as an independent request.
25. Explain ADO.Net architecture with its components.
___________________
*32522E220* 32522/E 220
Reg. No.
SECTION A
SECTION B
7. Explain Rangevalidator control. Name various data types supported by it. Explain
its important properties. (5×4=20)
SECTION C
8. Explain any five XHTML tags along with any two attributes each. Give examples.
9. What are the uses of <input> tag ? Explain with suitable XHTML code, how do
you add the following web controls in a web page.
i) Text box
ii) Password
iii) Radio Button
iv) Check box
v) Drop down list
11. Explain the following ASP.NET controls along with their important properties.
a) Hyperlink
b) Link Button
c) Literal
d) Image map
e) Hidden field
12. List any ten most common ADO.NET objects. Explain their uses. (10×4=40)
_______________
*22522E220* 22522/E 220
Reg. No.
SECTION A
8. What is CSS ?
9. What is the difference between Radio Button and Check Box Button ?
11. What is the difference between user control and custom control ?
SECTION B
17. What are the uses of <span> and <div> tags ? Explain with example.
SECTION C
25. Develop and demonstrate XHTML program by illustrating the usage of CSS file
(External Style Sheet).
_______________
*22522E220* 22522/E 220
Reg. No.
SECTION – A
10. Mention any 2 differences between List box and Drop-down list box controls.
SECTION – B
17. Explain web server control. Explain any one web server control.
20. Explain events in javascript and explain how do handle events using button element.
SECTION – C
23. Develop and demonstrate XHTML program by illustrating the usage of css file
(external style sheet).
24. Explain with a program in ASP.NET 3.5 the usage of global.asax application file.
_______________
*22522S220* 22522/E 220
Reg. No.
SECTION – A
5. Write a style sheet code to display a text by applying the following effects :
Bold, underline, font to be used is ‘Times-new-roman’.
9. List the methods used in HTTP handlers. What are their tasks ?
11. What is the difference between label control and literal control ?
SECTION – B
17. What are the uses of 〈 span 〉 and 〈 div 〉 tags ? Explain with example.
18. What is event handling ? Explain various events, attributes and their related
tags.
20. Explain any three web controls and write a ASP.NET program to demonstrate
their usage. (6×5=30)
SECTION – C
21. Explain the Box Model. Discuss various properties of Borders, Margins and
Padding with examples.
22. Explain various attributes of 〈 table 〉 tag in XHTML. Write an XHTML document
to display the following table.
2011 75 85 95
2012 72 88 93
2013 70 90 92
23. Explain pattern matching with char, anchors, modifiers and strings. Give
examples for each.
24. What is the use of ListBox Control. Explain its properties. Write an ASP.NET
program to demonstrate the use of ListBox Control.
25. What is a connection string ? Explain the different parameters of SQL connection
string. (3×10=30)
_______________
*32522E220* 32522/E 220
Reg. No.
SECTION – A
Answer any ten of the following : (2×10=20)
1. a) What is the general format of URL ?
b) How do you display ampersand and degree in HTML ?
c) What is the use of meta element in HTML ?
d) Briefly explain how to add a menu item to a menu using <select> tag.
e) What are the uses of <span> and <div> tags ?
f) List the important uses of javascript.
g) Name any four font properties.
h) List the components of data sets in ADO.NET.
i) What do you mean by code sharing in ASP.NET.
j) Name page directives of ASP.NET.
k) List different values of type attribute of the Rangevalidatar Control.
l) What is the task of connection object ?
SECTION – B
Answer any four of the following : (5×4=20)
2. What is the significance of <input> tag ? Explain its prominent attributs.
3. Write a javascript program to convert temperature from celcius to farenheit. Formula
F = (C * 9/5) + 32).
4. Explain various array methods in javascript.
5. Write a note on Global.asasc file and its methods.
6. Explain Filenpload control and its important properties.
7. Discuss the important features of ADO.NET.
P.T.O.
32522/E 220 *32522E220*
SECTION – C
Answer any four of the following :
8. Explain the forms in HTML. Give the Sytax and uses of any five tags which are used in the
HTML forms. 10
9. List any five metacharacters used in pattern matching. Explain their working with suitable
examples. 10
10. a) Explain different states of an ASP.NET application.
b) Explain any four file types of ASP.NET. (6+4=10)
_______________
*32522/E220* (1) 32522/E220
Reg. No.
SECTION- A
Answer any TEN questions of the following: (2×10=20)
1. a) Expand WWW and WZC.
b) Define CSS.
c) Define Java Script.
d) Expand Xml.
e) Define post back.
f) Define provider model.
g) Define code sharing.
h) Difference between label box and text box.
i) Define ADO Net.
j) Define command object.
k) List out http handlers.
l) Define <span> and <div> tags.
SECTION - B
Answer any FOUR questions of the following: (4×5=20)
2. Explain CSS selectors.
3. Write a Java Script for fibonacci series.
4. Explain Global asax file.
5. Explain Code behind model.
6. Explain features of ADO .Net.
7. Explain file types in ASP. Net.
P.T.O.
32522/E22 (2) *32522/E220*
SECTION- C
Answer any FOUR questions of the following: (10×4=40)
8. Explain XHTML toolbox.
9. Explain page directives in ASP. Net.
10. Explain validation Controls.
11. Explain Creating Connection Strings in database with example.
12. Write a short note on:
a) MIME
b) URL
c) List Box
d) Check Box
___________________
P.T.O.