Dynamic Webpage With Scripting Language (3360705) MCQs

MCQs of Working with Ajax

Showing 21 to 30 out of 57 Questions
21.
The _______ property holds the status of the XMLHttpRequest.
_______ પ્રોપર્ટિ XMLHttpRequest નું status ધરાવે છે.
(a) readyStatechange
(b) readyStatus
(c) readyState
(d) xmlhttp
Answer:

Option (c)

22.
Stores a function or the name of a function to be called automatically each time the _______ property changes.
_______ પ્રોપર્ટિ બદલાય છે ત્યારે આપમેળે કોલ કરવા માટે કોઈ ફંક્શન અથવા ફંક્શનનું નામ સ્ટોર કરે છે.
(a) xamlhttp
(b) readyState
(c) onreadystatechange
(d) None of these
ઉપરમાંથી એકપણનહી
Answer:

Option (b)

23.
In Ajax how many ready states are available?
Ajaxમાં કેટલા ready state ઉપલબ્ધ છે?
(a) 2
(b) 3
(c) 5
(d) 6
Answer:

Option (c)

24.
What is the meaning of readyState==4 in Ajax?
Ajax માં readyState==4 નો અર્થ શું છે??
(a) request not initialized
Request શરૂ થઈ નથી
(b) server connection established
સર્વર કનેક્શન establish કર્યું
(c) request received
Request મળી
(d) request finished and response is ready
Request પૂરી થાય છે અને response તૈયાર છે
Answer:

Option (d)

25.
Which is the property of the XMLHttpRequest object?
XMLHttpRequest ઓબ્જેક્ટની પ્રોપર્ટિ કઈ છે?
(a) onreadystatechange
(b) readyState
(c) status
(d) All of the above
ઉપર આપેલ બધા જ
Answer:

Option (d)

26.
In traditional web applications, __________ request blocks the client until operation completes.
Traditional વેબ એપ્લિકેશનમાં, __________ request ક્લાઈન્ટને block કરે જ્યાં સુધી ઓપરેશન પૂર્ણ ન થાય.
(a) Asynchronous
(b) synchronous
(c) xmlhttp
(d) callback
Answer:

Option (b)

27.
In ajax web page application, _______ request doesn’t block the client until operation completes
Ajax વેબ એપ્લિકેશનમાં, __________ request ક્લાઈન્ટને block ન કરે જ્યાં સુધી ઓપરેશન પૂર્ણ ન થાય.
(a) Asynchronous
(b) synchronous
(c) xmlhttp
(d) callback
Answer:

Option (a)

28.
In which application, browser is responsive?
કઈ એપ્લિકેશનમાં, બ્રાઉઝર responsive છે?
(a) Traditional Web Application
(b) Ajax Web page Application
(c) Modern Web Application
(d) Server Application
Answer:

Option (b)

29.

An object literal is a list of zero or more expression pairs that are enclosed in ________.

ઓબ્જેક્ટ લિટરલ એ શૂન્ય અથવા વધુ expression pairsનું લિસ્ટ છે જે ________ માં હોય છે.

(a)

<>

(b)

()

(c)

[]

(d)

{}

Answer:

Option (d)

30.
JSON stands for________.
JSON એટલે ________.
(a) Java Standard Output Network
(b) JavaScript Object Notation
(c) JavaScript Output Name
(d) Java Source Open Network
Answer:

Option (b)

Showing 21 to 30 out of 57 Questions