AJAX Test 2012-12
Is JavaScript the same as Java?
- a. yes
- b. no
Can AJAX be used with offline pages? (like a downloadable documentation)
- a. yes
- b. no
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">
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
Can AJAX be used to move files on the client-side?
- a. Yes
- b. No
No comments:
Post a Comment