Home > Certified Internet Web Professional > Quizzes > 1D0-635: CIW JavaScript Specialist Exam
1D0-635: CIW JavaScript Specialist Exam
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 60% Most missed: “Which statement will open this Web document in a new browser window?”
1D0-635: CIW JavaScript Specialist Exam
Time left 00:00
25 Questions

1. Which statement will return the name of the browser being used to view the script?
2. Consider the following code: When an invalid e-mail When an invalid e-mail address is entered, an alert is displayed to the user, but the form submission is not interrupted. What changes need to be made to the script in order to abort the submission if an invalid e-mail address is entered?
3. Which of the following is a reason why a developer would use a JavaScript library?
4. Which statement about the JavaScript form object is true?
5. Consider the following code: What is the output when you run this script in the browser?
6. Consider the following code: What will this alert display?
7. Suppose you define two variables as follows: var x =5; var y=5"; Which statement will return the mathematical sum of these variables?"
8. Which choice best defines events and event handlers?
9. Which of the following is a browser security issue that JavaScript developers should remember when developing a script?
10. Which example correctly implements inline scripting with JavaScript?
11. Consider only the following code: Which of the following would properly supply the sum of the two numbers?
12. You want to display a series of elements. Which choice demonstrates the correct syntax for an array in JavaScript?
13. Consider the following code: What is the expected result when you run this script in the browser?
14. Consider the following code: What is the expected result when you run this script in the browser?
15. Which of the following will correctly declare the EmployeeID variable as a string data type?
16. Consider the following code: What is the expected result when you run this script in the browser?
17. Which statement will open this Web document in a new browser window?
18. Consider the following code: What needs to be changed to allow this script to run without error?
19. Which is the best technique to test a script for cross-browser compatibility?
20. Consider the following code: What is the appropriate parameter for the alert() method in line 5 to reference the text in the firstName text box?
21. Consider the following code: What is the expected result of this script?
22. Consider the following code: Which statement could be used to determine the value of the first radio button?
23. Which choice demonstrates the correct syntax for declaring a variable?
24. What is the purpose of the prototype property in JavaScript?
25. When used in conjunction with SQL, a server-side language (such as PHP) and a database (such as mySQL), AJAX can perform which of the following database operations?