Saturday, December 8, 2012

AJAX Test 2012-12

AJAX Test 2012-12

 Is JavaScript the same as Java? 

  • a. yes
  • b. no
  Answer: B


Can AJAX be used with offline pages? (like a downloadable documentation)
  • a. yes
  • b. no
Answer: A

What is the correct syntax to include a script named myScript.js into a page?
  • a. <script href="myScript.js">
  • b. <script name="myScript.js">
  • c. <script src="myScript.js">
  • d. <script root="myScript.js">
Answer: C
 
Which of the following describes the term 'Asynchronous' correctly?
  • a. Ability to handle processes independently from other processes
  • b. Processes are dependent upon other processes
  • c. Processes are not fully dependent on other processes
  • d. None of the above
Answer:A

Can AJAX be used to move files on the client-side?
  • a. Yes
  • b. No
Answer:
 

 

 

No comments:

Post a Comment