0% found this document useful (0 votes)
24 views4 pages

June - 2021 BCS-53

previouse qwuestion app
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views4 pages

June - 2021 BCS-53

previouse qwuestion app
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

No.

of Printed Pages : 4 BCS-053

om
BACHELOR OF COMPUTER APPLICATIONS
(BCA) (Revised)
Term-End Examination

.c
June, 2021

ru
BCS-053 : WEB PROGRAMMING

u
Time : 2 hours Maximum Marks : 50

tG
(Weightage 75%)

Note : Question no. 1 is compulsory. Attempt any three


en
questions from the rest.
m
1. (a) What is the purpose of < SELECT > element
in HTML ? Explain how you will display the
ign

following list in HTML : 5

Select Highest Qualification


ss

10th 

10th
UA

10 + 2
Graduation
NO

(b) What is more useful — Inline styles or


Embedded style sheet ? Give reason in
IG

support of your answer. 2


BCS-053 1 P.T.O.
(c) Explain the how JavaScript can be used for

om
modifying style of HTML element with the
help of an example. 3

(d) Explain the steps of JSP page processing

.c
with the help of a diagram. 5

ru
(e) Why does HTTP protocol need session
management ? What is ‘Session’ and ‘State’

u
in this context ? Explain with the help of an

tG
example. 3

(f) A variable ‘i’ is of integer type and name is


en
an object of class string. Write the JSP code
fragment that will declare ‘i’ and ‘name’
m
variables. 2
ign

2. (a) What is a Blog ? What does it contain ?


What is a Microblog ? 3
ss

(b) What is the need of id selector in CSS ?


Explain with the help of an example. 3
UA

(c) Write the HTML code that displays a


paragraph ‘‘Welcome to Exam hall’’. Write a
NO

JavaScript code that changes this para to


‘‘Welcome to IGNOU’’ when the display of
‘‘Welcome to Exam hall’’ is clicked. You
IG

should use event handling for the same. 4


BCS-053 2
3. (a) Create the following table using WML table

om
element :

Book Title Author Name

Computers Now Desai

.c
Web Programming Tanenbaum

ru
You need not display any title. 3

(b) Represent the following information using

u
an XML document. Write the DTD that

tG
validates the XML document created for : 4

St_ID Name Programme


en
Bachelor of Computer
1001 Ravi
Applications
m

1002 Ullman V PhD


ign

(c) What is WAP ? Why is WAP needed ? 3

4. (a) Explain the three layer architecture of Web


ss

applications with the help of a diagram. 5


UA

(b) Write the scriptlet using JSP that prints a


sequence of numbers from 1 to 5. Also find
the sum of the sequence you must use for
NO

loop. 5

5. (a) What is JSP Request Time Error ? How can


IG

these errors be handled ? 3


BCS-053 3 P.T.O.
(b) What is the role of DriverManager class ?

om
Explain one of the important methods of this
class. 3

(c) Assume that a database contains a table

.c
Course (Course_ID, Name, Fee) and a
connection to this database has been

ru
established. Write and explain JSP
statements that will bring the details of

u
courses in a ResultSet object. 4

tG
en
m
ign
ss
UA
NO
IG

BCS-053 4

You might also like