Scheme of Evaluation
Scheme of Evaluation
Scheme of Evaluation
DRIVE
PROGRAM
SEMESTER
SUBJECT CODE & NAME
BK ID
CREDITS
MARKS
SUMMER 2016
MCA(REVISED FALL 2012)
5
MCA5010-WEB TECHNOLOGIES
B1547
4
60
Note: Answer all questions. Kindly note that answers for 10 marks questions should be
approximately of 400 words.
Q.No
Unit/
Page No.
Marks
Total
Marks
U1/4
10
10
10
2
A
U4/70,
71
5+5
5
Page 1 of 4
10
4
A
a) Parser
Every XML processor has a parser. An XML parser converts an
XML document into an XML DOM object - which can then be
manipulated with a JavaScript. The parser's job is to translate
XML markup and data into a stream of bite-sized nuggets, called
tokens, to be used for processing.
b) Event switcher
The event switcher receives a stream of tokens from the parser
and sorts them according to function, like a switchboard
telephone operator of old. Some tokens signal that a change in
behaviour is necessary. These are called events. One event
may be that a processing instruction with a target keyword
significant to the XML processor has been found.
c) Tree representation
The tree representation can take many forms, but there are two
main types.
o The first is a simple structure consisting of a hierarchy of
node lists. This is the kind of structure you would find in a
non-object- oriented approach.
o The other kind is called an object model, where every
node is represented as an object.
d) Tree processor
The tree processor is the part of the program that operates on
the tree model. It can be anything from a validity checker to a
full-blown transformation engine.
Describe the procedure of fetching data from XML to HTML. Give an
example.
The process of fetching data from an XML files to be filled in an
HTML table, using DSO (Data Source Object) and JavaScript.
DSO is an object that operates like a database on the client
side. It will accept information that is organized in a certain way
U7/132
4*2.5
10
2.5
Marks
each
4*2.5
= 10
Marks
U10/198
6+4
6
Page 2 of 4
10
U11/221
5*2
10
2
Marks
each
5*2=1
0
Marks
U13/ 257
10
Active Server Pages (ASPs) are Web pages that contain serverside scripts in addition to the usual mixture of text and HTML
Page 3 of 4
10
10
Page 4 of 4