23-24 WT
23-24 WT
SECTION A
E T 20
1-a.
N I
Select among below which is not a browser: [CO1] 1
(a) POP3
(b) IMAP
(c) SMTP
(d) All the Above
.
Page 1 of 4
.
(d) Alphabetic lists
1-d. Which of the following is the correct syntax for using the HTML style attribute? 1
[CO2]
1-e. Suppose the designer has to rotate objects using CSS3 by 30 degrees, which 1
syntax he will choose from below?: [CO3]
1-f. Name the selector that is used to specify a rule to bind to a particular unique 1
element. [CO3]
(a) tag
(b) id
(c) class
E T
1-g.
(d) object
N I
Identify the value that will be displayed in alert box at line 5? [CO4]
function test(myname){
1
console.log(10+"test" +12);
}
res=test(10);
console.log(res); //line 5
(a) 10
(b) undefined
(c) 10test12
(d) error
(a) Constant
(b) Var
(c) Let
(d) Const
.
Page 2 of 4
.
1-i. A variable name can only contain ____________? [CO5] 1
2.b. Explain with example the division based layout and semantic tags in html. 2
[CO2]
2.c. Write CSS style rule that applies the background declaration to div element. 2
[CO3]
2.d.
rest operator in javascript. [CO4]
E T
How many types of errors are there in JavaScript? Discuss about spread and 2
2.e.
N I
Construct a code to show destroying the variables and session in PHP. [CO5]
SECTION B
2
30
3-b. Differentiate between Web Client & Web Server. Also, explain the basic 6
principles involved in developing a web site. [CO1]
3-c. Explain well formed and valid XML with an example. [CO2] 6
3-d. Design a HTML form for booking a ticket in railway reservation system. Validate 6
the form for five customers. [CO2]
3.f. Describe global variables. How are these variable declared in javascript. Explain 6
with example. [CO4]
SECTION C 50
.
Page 3 of 4
.
4. Answer any one of the following:-
4-a. Write a detailed note on Web 3.0 standards. Also, explain the 10
publication/subscription model. [CO1]
4-b. Discuss the web hosting basics. Explain the types of web hosting packages in 10
real scenario. [CO1]
5-a. Discuss how frames play a big role in advertising on web. Make a web page 10
using frames divided in three pages header.html, nav.html, and body.html
divided in a table in two rows. [CO2]
5-b. Define XML and its significance. Differentiate between XML and HTML, along 10
with the method of parsing in XML. [CO2]
6-a. Using type selectors, write a CSS rule that creates a thin solid single-line border 10
around all tables and uses a single line to separate adjacent columns and
adjacent row. [CO3]
6-b. Using type selectors, write a CSS rule that puts 5 pixels of padding around the 10
text in each table header and data cell. [CO3]
E T
7-a.
7-b.
I
Explain javascript validation. Construct a web page using javascript validation
for a student form capturing the data for placement office. [CO4]
N
Explain the escape characters in JavaScript and about callback functions. [CO4]
10
10
8-b. Differentiate between the session and cookies. Create a program in PHP to 10
create the cookie, retrieve the cookie value, and delete the cookie. [CO5]
.
Page 4 of 4