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

Web Desining2-2024

hreukthirutheruithruihoguhtoghtrg

Uploaded by

amanyadav672967
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)
17 views4 pages

Web Desining2-2024

hreukthirutheruithruihoguhtoghtrg

Uploaded by

amanyadav672967
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

2111000104050002

EXAMINATION APRIL 2024


BACHELOR OF COMPUTER APPLICATIONS
(FOURTH SEMESTER)
WEB DESIGNING-II

[Time: Three Hours] [Max. Marks: 70]

Instructions: Seat No:


1. Fill up strictly the following details on your answer book
a. Name of the Examination : BACHELOR OF COMPUTER
APPLICATIONS (FOURTH SEMESTER)
b. Name of the Subject : WEB DESIGNING-II
c. Subject Code No : 2111000104050002
2. Sketch neat and labelled diagram wherever necessary.
3. Figures to the right indicate full marks of the question.
4. All questions are compulsory.
Student’s Signature

Q.1 A. Answer the following. 10


1. What is the correct syntax of writing JSON name/value pair, where
the value is of string type?
a) "name": "value" b) "name" : value
c) "name" : 'value' d) 'name': 'value'

2. XML stands for-----


a) eXtensible Margin Language
b) Xtensible Markup Language
c) eXtensible Markup Language
d) Xtensible Margin Language

3. What is the difference between remove () and empty () methods?


a) remove( ) removes the selected element and its child
elements while empty( ) removes the child elements of the
selected element
b) remove( ) removes the child elements of the selected
element while empty( ) removes the selected elements and
its child elements

2111000104050002 [1 of 4]
c) remove( ) removes the child elements while empty( )
removes the content of the selected element
d) remove( ) removes the child elements while empty( )
removes the content of the selected element and its child
elements

4. Ajax stands for


a) Asynchronous JavaScript and XML
b) Asynchronous JSON and XML
c) Asynchronous Java and XML
d) Asynchronous JavaScript and XMLHttpRequest

5. What is Callback?
a) The callback is a technique in which a method calls back
the caller method.
b) The callback is an asynchronous equivalent for a function.
c) Both of the above.
d) None of the above.

6. Which of the following method does not provides sliding effect?


a) slideUp( ) b) fadeln( )
c) slideDown( ) d) slideToggle( )

7. In the JSON syntax, array is written within in-------


a) Square brackets b) Curley braces
c) Paratheses d) None of the above

8. AJAX is based on
a) JavaScript and XML b) Java and JavaScript
c) Java and XML d) JavaScript and HTTP requests

9. In XML, DTD stands for-----


a) Document Type Declaration
b) Data Type Definition
c) Document Type Definition
d) Document To Declaration

2111000104050002 [2 of 4]
10. Which of the following statements are true?
a) Node.js is a server-side language.
b) Node.js is a client-side language.
c) Node.js is both a server and client-side language.
d) None of the above.

B. Answer the following. [Any Five] 10


1. What is XML? List out rules for XML declarations.
2. What is the difference between wrap () and unwrap () method of
jQuery?
3. What is JSON? How will you write comments in JSON.
4. What is AJAX?
5. What is package.json?
6. What is .class selector in jQuery?
7. What is Node JS?

Q.2 Attempt the following. [Any Two] 14


1. Write a note on XML document structure in detail with example.
2. What are the types of selectors in jQuery? Explain each with
example.
3. Write a note on jQuery events.

Q.3 Attempt the following. [Any Two] 14


1. Write a note on JSON array.
2. Write difference between Synchronous and Asynchronous web
application.
3. What is JSON? Write features of JSON.

Q.4 Attempt the following. [Any Two] 14


1. Discuss various components of Node JS.
2. Explain how to create and include user defined modules.
3. Explain Node as a Server.

2111000104050002 [3 of 4]
Q.5 Do as directed. [Any Two] 8
1. Write an XML file which will display the Doctor Information which
includes.
Doctor_Id, Doctor_Name, Doctor_ContactNo, Doctor_Specialization
2. Write a note on features of AJAX.
3. Write a note on XMLHttpRequest object.

*****

2111000104050002 [4 of 4]

You might also like