0% found this document useful (0 votes)
29 views7 pages

Web Teschnology Cat Questions

Good egg
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)
29 views7 pages

Web Teschnology Cat Questions

Good egg
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/ 7

• ..

I
\

'
-
/

\ CONTINUOUS ASSESSMENT TEST - I


\ I Question Paper Code \ 20NUS1F223
Course Code - Name : 20ITPC501-Web Technology
Degree & Program : B.Tech & lnfonnation Technology
Date of Exam : 17-08-2024 Year/ Semester : III/V
Duration : 1 ½Hours Max.Marks : 50

Answer ALL Questions


PART -A (lOx 1 = 10 Marks) K-Level co
1 A web browser is defined as which of the following?
Kl cot
a)Software program retrieving and presenting data using the Internet
b)Equipment allowing information to be served to multiple computers
c)Collection of networks linked together at a central location
d)Web pages which are formatted similarly and linked together
2 Which of the following attribute of text box control allow to limit the Kl COl
maximum character?
I a) Size b) len c) maxlengthd) minlength
I 3 Which is the correct CSS Syntax K2 COl
I a)body:color=black b) {body;color:black}
) c){body:color=black(body} d)body {color: black;}.
t 4 Infer the style rule for creating rounded corners using CSS3? K2 COl

~
a)border[round]: 30px; b)comer-effect: round;
c)border-radius: 30px; d)alpha-effect: round-comer
5 What is the correct HTML for referring to an external style sheet? K2 COi
a.<stylesheet>mystyle.css</stylesheet/>
b.<style src="mystyle.css" />
c. <link rel="stylesheet" type="text/css" href="mystyle.css">
d. <style href="mystyle.css,,>

. K _ Understand; K3 - Apply; K4 -Analyze; KS - Evaluate; K6 - Create page l of 3


Kl -Remember, 2

a1
K2
6 Choose the correct output of the following code snippet
let fruits= ['apple', 'banana', 'orange'];
•:··
fruits.popQ;
console.log(fruits.length);
a)3 b)2 c)l d)0
7 While running a JavaScript code an interpreter encounters an empty statement, K2 CO2 \
what it will do?
a)Shows a warning b)Prompts to complete the statement
c)Throws an error d)lgnores the statements
8 Which of the following is not a keyword in JavaScript? Kl CO2
a)debugger b)use strict c)with d)if
9 AngularJS expressions are written inside K2 CO2
-- I
a) { expression } b) [{ express~on }] c) _expression d) {{ expression }}
l 0 In AngularJS, what is the data binding? K2 CO2 'I

a) Synchronization between controller part and view part


b) Synchronization between model part and controller part
c) Synchronization between model part and view part
d) None of the above
1
I

PART - B (lOx 2 == 20 Marks) K-LeveI CO

11 Write the functions of a web server. K2 COi

12 Write HTML Code to create the following table? K3 COi

S.No Name City


1. Sairam Chennai
2. Ram Madurai
Kl COi
13 List down ~edifferent font style characteristics permitted in CSS.
K2 COl 1
14 How will you include CSS in a web page?
Kl COl ·\
15 What is a nonnal flow box layout in CSS? \
K3 CO2
16 Write a java script program to add two numbers.
K2 CO2
17 Differentiate client side scripting and server side scripting.
Kl CO2
18 How to define a function in JavaScript?
Kl CO2
19 Define TypeScript.
K2 CO2
20 How to categorize data binding types in Angular?

Page 2 of 3
_ Understand·, K3 -Apply; K4 - Analyze; K5 - Evaluate; K6 - Create
Kl - Remember,. K2
PART -C (2 x 10 =20 Marks)
Mark K- co
Split up Level
21. a) i) Give the structure of HITP Request and Respo
nse Message.
ii) Write an HTML program to generate a class time table 5 Kl COl
.•.
(Or)
5 K3 COl
\

b) i)Explain the CSS Box Model in detail


ii) List and explain the various positioning schemes in detail 5 K2 COl
22. a) Describe in detail about data binding and explain 5 K2 COl
with examples. 10 K2 CO2
(Or)
b) Develop the web page for the employee manageme
nt system and 10 K3 CO2
validate all the fields using java script. (Note: The web page
should
contain all the html forms control)

Course Outcomes

cot Understand the fundamental concepts to develop web pages


. (K2)
CO2 Describe the Web Frameworks and apply Client side scripting to design dynamic
web pages.(K3)
CO3 Develop interactive web pages using server side scripting (K3)
CO4 Illustrate the techniques to store and transport web data (K3)
cos Apply advanced web technologies to develop real time web applic
AJAX
ations using DOM and
.(K.3)
C06 Develop and validate data in web pages and web services. (K3)

Distribution of COs (Percentage wise)


CO No. cot CO2 CO3 CO4 cos C06
% 50% 50% - - - --

.
Kl - Remember, K2 - Unders•tand·' K3 -Appl y; K4 -Analy ze; KS - Evaluate; K6 - Create Pagel of3

Ill
s- \ ~!· \i. \ ' \i \s \ 2- \ ~ \ 1 \ 0 \ s ~ \8 \ ~ \
~~I RAM ENGI
I
NEERING COLLEGE '1!1
ufonomous Institution Affi11ated to Anna University &Approved by AICTE New Delhi
Aa:recled by NBA RI MMC 'A+•! !MOMS ISO 21001 :2018 illld ~f :2015 ~ illld • fried ilsttl1bl ·......
6,
- ::::··:
• .
Sal Leo Nagar, West Tambaram, Chennal • 600 o«. www.salram.edu.ln
___.;:.._,;
CONTINUOUS ASSESSMENT TEST - II
\ Question Paper Code \ 24NU52F224
Course Code - Name : 20ITPC501-Web Technology
Degree &·Program : B.Tech &Information Technology
Date ofExam : 28-09-2 024 Year/ Semester : HIN
Duration : 1 ½ Hours Max. Marks : so

Answer ALL Questions


PART -A (lOx 1 = 10 Marks)
1
K-Level co
Which method can be used to change the content of an HTML element using
JavaScript? K2 CO3
a)setContentO b)inner:XW.,Q c)setlnnerHTML() d)innerHTML()
2 What is event propagation in JavaScript event handling?
Kl CO3
a)The process of generating events
b)The order in which events occur
c )The flow of events from the target element to the root of the DOM tree
d)The timing of events
3 Which object is the top of the hierarchy?
a)WindowObject b)Document Object c)Form Object d)Form Controls Kl CO3
4 How can you access an HTML element with the id "myElement" using
K2 CO3
JavaScript?
a) document.getElementByld("myElement")
b) document.getElementbyld("myElement")
c) element.getElementByld("myElement")
d) HTML.getElementByld("myElement")

5 How can you select the parent element of an HTML element using JavaScript?
K2 CO3
a) selectParentElement() b) parentElementO c)getParent() d)parent()

6 Select the packages in which JDBC classes are defined.


K2 C04
a) jdbc andjavax.jdbc b) rdb and javax.rdb
c) jdbc and java.jdbc.sql d) sql and javax.sql

7 Which of the following method is used to perform DML statements in JDBC?


K2 CO4
a)cxecuteResultQ b)executeQuery() c)executelJpdate() d)executeO

8 Which interface prevents SQL injection? C04


K2
a)Statement b)PreparedStatement c)CallableStatement d)PrepareStatement

K1 - Remember; K2 - Understand; K3 -Apply; K4 - Analyze; KS - Evaluate; K6 - Create Page 1 of2


• ccca:x.rn IJiD' Wtr I El.l1IJil[J[lfllJrIJ.jTilJlilJ1fml l[
: -st>
s
"t:,
C: ..
0 5
J.
·-
'-
()

9
____ _ directive is used to define page-level settings
"'
in JSP K2
<jsp:page> b)<% @pag e %> c)<O/o page %> d)<jsp:dire
10 ctive.page>
__ _is not a valid JSP directive.
a)<% @pag e %> b)<%@ include%>
Kl co
c)<%@taglib%> d)<%@forward%>

PAR T-B (l0x 2 = 20 Marks) K-Level CO


11 Write the purpo se of getElementByld method.
Kl CO3
12 List some HTML intrinsic attributes.
Kl CO3
13 Define the term intrinsic events.
Kl CO3
14 Show how session tracking is achieved by the URL.
Kl CO3
15 Compare GET and POST reque st type.
K2 CO3
16 List the directives supported in JSP.
Kl CO4
17 Define Java Bean.
Kl CO4
18
1llustrate scrip tlet with an example. K2 CO4
19
What are the different scope values for the<jsp:useBea Kl CO4
n>tag?
20
Write two basic differences betw een JSP and Servlet. K2 CO4

PART -C (2 x 10 = 20 Marks) Mark K- co


Split up Level
2 \. a) Explain the purp ose of the following DOM method and
prope rties 10 K3 CO3
with an example.
a)getElementByld
b)createElement
c)createTextNode
d)appendChild
e) parentNode
(Or)
b) Discuss the ways of storing and accessing
information using 10 K2 C03
cookies and handling associated issues.

22. a) Write a Java Servlet to display the net salary


of employees, use 10
JDBC connectivity to get employee details from the datab K3 C04
ase.
(Or)
b) What is JSP? Write a JSP program to validate
usern ame and 10 K3 CO4
password.

K 1 _ Remember; K2 - Understand; K.3 - Apply; K4 -


Analyze; KS - Evaluate; K6 _ Create
Page 2 ofl
\
- - - - - - - - - - - - - - - - . u_ _ _ _ _ _ _ _ _ ___,

~
~- I 4 f~ --~:r; I~ I,_ I c,_ I; [~ I I s I°' I

O

/~~.i-v<~'·r~0';~~
1f ~~- })
\~,
~
~
'

...
,;,·,

r
~LRA!!~~!~!~!!,~i5b2!~!~~ :~, 6§) •
AcaeciedbyHBAandNAAC 'A+'I BIMOIS ISO 21001: 2018and!m1: 2015 Ce!tioodand HtRFrriodilstitlAiCXI
Sai Leo Nagar, West Tambaram, Chennai • 600 044. www.sairam.edu.in ------=---
I

CONTINUOUS ASSESSMENT TEST - Ill


[ Question Paper Code I 24NU53F223 ]

Course Code - Name 20ITPC501-Web Technology


Degree & Program : B.Tech& Information Technology
Date of Exam : 14-11-2924 Year / Semester :III/V
Duration : 1 ½ Hours Max. Marks :50

Answer ALL Questions


K-
PART - A (lOx 1 = 10 Marks) Level
co
1 XML is designed to _ _ and _ _ data. K2 cos
a) design, style b) design, sendc) store, style d) )store, transport
2 Which is the correct syntax to link XML file with CSS? Kl cos
a)<?xml type="text/css" href="file.css"?>
b)<?x.ml type="text/css" src="file.css"?>
I c)<?xml-stylesheet type="text/css" href="file.css "?>
d)<?xml-stylesheet type="text/css" src="file.css "?>
I 3 AJAX is based on _ __ Kl cos
a) JavaScript and XMLb) VBScript and XML·
( c) JavaScript and Java d) JavaScript and HTTP request
4 Which property is used to control the duration of Ajax requests. Kl cos
a)AsyncPostBackTimeout b)AsyncTimeout c) PostBackTimeoutd) Timeout
5 Identify the statement used to handle errors that occur during an AJAX reg uest. K2 cos
a)if (xhr.readyState = 4 &&xhr.status>= 400)
b)if (xhr.status< 200 II xhr.status>= 300)
c)if (xhr.status< 100 II xhr.readyState == 0)
d)if (xhr.readyState == 2 &&xhr.status>= 400)
6 Which of the following is not a core layer in Web Service Protocol Stack? Kl CO6
a)Service Locatorb) XML Messaging c) Service Description d) Service Transport
7 Which of the following three kinds of data that web services have? K2 CO6
a)shared data, processed data, form data
b)shared data, pre-session data and temporary d,ata
c)shared data, post-session data and temporary data
d)shared data, pre-session data and permanent data
8 If a member does not implement serialization, which exception would be thrown? K2 CO6
a)RuntimeException b)SerializableException
c)NotSerializableException d)UnSerializedException
9 Which of the following is used to locate and describe web services? K2 CO6
a)SOAP b)WSDL c)UDDI d)Web Page

K J - Remember; K2 - Understand; K3 - Apply; K4 - Analyze; K5 ~ Evaluate; K6 - Create Paget" of3 /


1--· -----•• ---.-
mwan.-.-1•~n,c:::•s- - -
14 M I MDUIWIUtUDllla\1El1rll_,n-;~~~Ul.-=--••--•---z.1t111.z:-e---111S■

·. ' .. . ~

10 The binding element of WSDL has attributes Kl


a)one b)two - c)three d)four

K-
PART-B (10 x 2 = 20 Marks) Level co
11 Differentiate well-formed and valid document.
'
K2 cos
12 -State the purpose of XSLT. Kl cos
13 Write an ajax code that cre.ates a simple xmlhttprequest to retrieve data from a txt K3 cos
file
14 Why AJAX is called rich internet application technology? K2 cos
15 Compare DTD and XML schema. K2 cos
16 Define web service. Kl CO6
17 Write the important features of Web service. Kl CO6
18 \1/hat are the different elements of the SOAP Document or message? Kl CO6
19 Define WSDL. Kl CO6
20 List the basic concepts behind JAX-RPC technology. Kl CO6

PART-C (2 x 10 = 20 Marks) Mark K-


Split up Level
co
21. a) Create a simple application for accessing the data using XML Schema. 10 K3 cos
(Or)
b) Illustrate an example about the object that helps AJAX reload parts of a 10 K3 cos
web page without reloading the whole page.
22. a) Develop the web page for the railway reservation system using java 10 K3 C06
web service.
(Or)
10 K2 CO6.
b) Describe the significance and working ofWSDL with an example.

Course Outcomes

COl Understand the fundamental concepts to develop web pages. (K2)


·-,
CO2 Describe the Web Frameworks and apply Client side scripting to design dynamic web pages. (K3)
.C03 Develop interactive web pages using server side scripting (K3)
C04 Illustrate the techniques to store and transport web data (K3)
Apply advanced web technologies to develop real time web applications using DOM and AJAX..
C05
·-
(K3)
C06 Develop and validate data in web pages and web services. (IO)

~CO No.
Distribution of COs (Percentaee wise)
1 COl CO2 C03 C04 cos C06

% ---- ---- ---· ---- 50 50


·-

K1 - Remember; K2 - Und~rstand; K3 - Apply; K4 - Analyze; KS - Evaluate; K6 - Create Page 2 of 3

You might also like