Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
13 views

Web Programming Question Papers

This pdf has web programming question papers

Uploaded by

Anil Anil patil
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

Web Programming Question Papers

This pdf has web programming question papers

Uploaded by

Anil Anil patil
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

*32522E220* 32522/E 220

Reg. No.

V Semester B.C.A.3 Degree Examination, Nov./Dec. 2017


WEB PROGRAMMING (Regular)

Time : 3 Hours Max. Marks : 80

Instructions : a) Draw diagram wherever necessary.


b) Write code snippets wherever required.

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*

5. Explain the tags and attributes associated with XHTML.


6. Explain the single page and code behind page models in ASP.NET.
7. Explain the important features of ADO.NET.

SECTION – C
Answer any four of the following : (10×4=40)
8. Explain the request and response phases in HTTP.

9. a) Explain XHTML lists. Give various properties of ordered and unordered


lists.
b) Write an XHTML program to display the following in list format.
i) List of five cities (unordered, square bullets)
ii) List of five rivers (ordered, roman numbers). (6+4=10)

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.

V Semester B.C.A. 2 Degree Examination, Nov./Dec. 2018


(Repeater)
WEB PROGRAMMING
Time : 3 Hours Max. Marks : 80

Instruction : All Sections are compulsory.

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.

V Semester B.C.A.3 Degree Examination, Nov./Dec. 2016


(Fresh New Syllabus)
WEB PROGRAMMING
Time : 3 Hours Max. Marks : 80

Instruction : Draw diagrams wherever necessary.

SECTION – A

Answer any ten questions :

1. a) Give the format of IP address. What is its significance ?


b) List some basic operations of a web server.
c) Write the HTML code to display “click here for 360° view”.
d) Name any two ASP.NET file types.
e) What are code rendering blocks ?
f) What do you mean by postback ?
g) What is the significance of global.asax file ?
h) Name the base class common to all web controls in ASP.NET. Give its
hierarchy.
i) What is the main purpose of a place holder control ?
j) List the primitive types in Javascript.
k) Which validator control is used to check whether a number is even or odd ?
l) Differentiate between types and untyped data steps. (2×10=20)

SECTION – B

Answer any four questions :

2. Explain the structure of a standard XHTML document.

3. Write a note on lists.

4. What are action buttons ? What are their uses ?


P.T.O.
32522/E 220 *32522E220*

5. Explain the box model.

6. Discuss various state types of an ASP.NET web application.

7. Explain Rangevalidator control. Name various data types supported by it. Explain
its important properties. (5×4=20)

SECTION – C

Answer any four questions :

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

10. Explain pattern matching in Java script.

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.

V Semester B.C.A.2 Degree Examination, November/December 2017


WEB PROGRAMMING
(Repeater)
Time : 3 Hours Max. Marks : 80
Instruction : All Sections are compulsory.

SECTION – A

Answer any 10 of the following : (2×10=20)

1. What is web browser ? What are its basic tasks ?

2. What is post back and cross paging ?

3. What is a URL ? Give the general syntax.

4. Give the basic structure of image tag.

5. What is Dataset and Data reader ?

6. Mention any four page directives of Asp.Net.

7. What is javascript ? Give the syntax.

8. What is CSS ?

9. What is the difference between Radio Button and Check Box Button ?

10. What is connection string ?

11. What is the difference between user control and custom control ?

12. What is Link ? Give the syntax.

SECTION – B

Answer any six questions : (5×6=30)

13. Explain web server with characteristics.

14. Explain in detail the box model.

15. Explain ADO.Net in brief.


P.T.O.
22522/E 220 *22522E220*

16. Write a note on XHTML lists.

17. What are the uses of <span> and <div> tags ? Explain with example.

18. Explain different types of selectors forms.

19. Explain the directory structure of Asp.Net.

20. Explain the Asp.Net provides model.

SECTION – C

Answer any three of the following. (10×3=30)

21. Explain in detail the web programmer toolbox.

22. Explain the following :


a) Code sharing in Asp.Net 3.5
b) Compilation process in Asp.Net 3.5

23. What are the different types of validators in Asp.Net ?

24. Explain with one example for each of the following :


a) Button
b) Image map
c) Link Button
d) File upload

25. Develop and demonstrate XHTML program by illustrating the usage of CSS file
(External Style Sheet).

_______________
*22522E220* 22522/E 220

Reg. No.

V Semester B.C.A. 2 Degree Examination, Nov./Dec. 2016


(Repeater)
WEB PROGRAMMING
Time : 3 Hours Max. Marks : 80

SECTION – A

Answer any 10 of the following : (2×10=20)

1. Define web browser and give one example.

2. Mention the uses of javascript.

3. Mention 5 tools of web programmers tool box.

4. Define http handlers.

5. Define code sharing.

6. Define page directives.

7. What is web server control ?

8. What is connection string ?

9. Mention any 2 file types of ASP.NET 3.5 with its meaning.

10. Mention any 2 differences between List box and Drop-down list box controls.

11. Define Event in javascript.

12. Define Dataset.

SECTION – B

Answer any 6 of the following : (5×6=30)

13. Explain control statements in javascript.

14. Explain ASP.NET 3.5 Page directives.


P.T.O.
22522/E 220 *22522E220*

15. Explain ASP.NET 3.5 provider model.

16. Explain Box model with neat diagram.

17. Explain web server control. Explain any one web server control.

18. Explain ADO.net in detail.

19. Explain sessions in ASP.NET with a program.

20. Explain events in javascript and explain how do handle events using button element.

SECTION – C

Answer any 3 of the following : (10×3=30)

21. Explain the following :


a) Code sharing in ASP.NET 3.5
b) Compilation process in ASP.NET 3.5. (5+5=10)

22. Explain with one example for each of the following :


a) Button
b) File upload
c) Link button
d) Drop Down List. (21/2+21/2+21/2+21/2)

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.

25. Explain the following :


a) Required field validator
b) Range validator. (5+5)

_______________
*22522S220* 22522/E 220

Reg. No.

V Semester B.C.A. 2 Examination, Oct./Nov. 2013


WEB PROGRAMMING

Time : 3 Hours Max. Marks : 80

SECTION – A

Answer any ten :

1. What is a web server ? What are its basic tasks ?

2. What is a URL ? Give the general syntax of URL.

3. Give the basic structure of a XHTML document.

4. What is the syntax of 〈 img / 〉 tag.

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’.

6. What is registration ? What are its types ?

7. What do you mean by code render blocks in ASP.NET ?

8. Explain the structure of ASP.NET application.

9. List the methods used in HTTP handlers. What are their tasks ?

10. What is the use of a Data Reader ?

11. What is the difference between label control and literal control ?

12. List the data types of Range validator control. (10×2=20)

SECTION – B

Answer any six :

13. Explain the general server characteristics.

14. Write a note on XHTML lists.


P.T.O.
22522/E 220 *22522S220*

15. Explain the use of action buttons in XHTML.

16. Explain different types of selector forms.

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.

19. List different types of validation controls. Explain their tasks.

20. Explain any three web controls and write a ASP.NET program to demonstrate
their usage. (6×5=30)

SECTION – C

Answer any three :

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.

I Sem. III Sem. V Sem.

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.

V Semester B.C.A.3 Degree Examination, November/December 2018


web programming (Regular/Repeater)
Time : 3 Hours Max. Marks : 80
Instructions : a) Draw diagrams wherever necessary.
b) Write code snippets wherever required.
c) Answer all the Sections.

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)

11. Write notes on the following ASP.NET controls.


a) Radio button.
b) Required field validator. (6+4=10)

12. Explain the following :


a) Objectives of Data providers in ADO.NET.
b) Different types of data providers. (4+6=10)

_______________
*32522/E220* (1) 32522/E220
Reg. No.

V Semester B.C.A 3 Degree Examination, Nov/Dec - 2019


WEB PROGRAMMING
(Repeater)
Paper- (BCA3)

Time : 3 Hours Maximum Marks : 80

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.

You might also like