live chatMcAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
Pass4Test 10%OFF Discount Code

CIW JAVA XCRIPT FUNDAMENTALS - 1D0-435 Exam Questions

QUESTION NO: 1
Nadir wants to add JavaScript to the company Web site. He wants to reference the value that is entered into the following form field: <FORM NAME="hrsForm"> <INPUT TYPE="text" NAME="myName"> </FORM> Which line of JavaScript code should Nadir use to refer to the value in the form field?
Correct Answer: A
QUESTION NO: 2
For a comment that extends beyond the current line, enclose the area that will not execute with
____________________________-
Correct Answer: C
QUESTION NO: 3
An Instance is the term for the real-time objects that are generated from the empty constructor template?
Correct Answer: B
QUESTION NO: 4
What will the following code cause to happen on Mouseover?
<a href="javascript:linksFun();"
onMouseOver="status='Related Links';return true;"
onMouseOut="status='';return true;">Related Links
Correct Answer: B
QUESTION NO: 5
Which one of the following choices best describes how cookies are stored on a user's hard drive?
Correct Answer: A
QUESTION NO: 6
Which company developed JavaScript?
Correct Answer: D
QUESTION NO: 7
JavaScript is an event-driven programming language. Events trigger _________.
Correct Answer: B
QUESTION NO: 8
When you want to evaluate multiple objects in an array, you need a __________ instead of a ___________.
Correct Answer: B
QUESTION NO: 9
VBScript and _____________ are scripting languages that are similar in purpose. Both extend the capabilities of static Web pages.
Correct Answer: A
QUESTION NO: 10
JavaScript contains both Keywords that you must use to achieve specific results and Reserved words that you are not permitted to use for variable or function names.
Correct Answer: B
QUESTION NO: 11
JavaScript was the first scripting language developed for Webpage design.
Correct Answer: A
QUESTION NO: 12
The first character of a variable cannot be a number.
Correct Answer: B
QUESTION NO: 13
Which language is considered to be object-oriented?
Correct Answer: B
QUESTION NO: 14
Which property of the form object is a string value that contains the name of the window or frame to which responses to form submissions are directed?
Correct Answer: B