header1.html

Thursday 18 April 2013

AJAX Quiz-4


AJAX Quiz-4
1.__________ JavaScript is also called server-side JavaScript.
Microsoft
LiveWire
Navigator
Native


2. Is the AjaxControlToolkit.dll file installed in the Global Assembly Cache?
Yes
No


3.Extensible HTML (XHTML) is a markup language that provides....
the mixture expressions of HTML and Javascript.
the mixture expressions of HTML and XSL.
the mixture expressions of HTML and XML.
All of above


4.If you want to create a secure application you should not use AJAX.
True
False


5. If you want the page to show in a search engine, you must use AJAX.
True
False


6.Which of following has AJAX is a built-in functionality?
.NET Framework 3.5
.NET Framework 2.0
.NET Framework 3.0
.NET Framework 4.0


7._____ JavaScript statements embedded in an HTML page can respond to user events such as mouse-clicks, form input, and page navigation.
Client-side
Server-side
Local
Native


8.Which of the following is not a valid JavaScript variable name?
21abc
abc21
_abc
None of above


9.Which of the following attribute can hold the JavaScript version?
SCRIPT
LANGUAGE
VERSION
None of above


10.What is the correct syntax for referring to an external script called " myScript.js"?
<script href=" myScript.js">
<script name=" myScript.js">
<script src=" myScript.js">
None of above

1 comment: