CIW 1D0-435 - CIW JavaScript Fundamentals exam Exam
Page: 1 / 49
Total 244 questions
Question #1 (Topic: Topic 1)
In JavaScript, ++x+ will add one to the value of x after the assignment is complete.
A. FALSE
B. TRUE
Answer: A
Question #2 (Topic: Topic 1)
_______ represent various attributes of an object, such as height, color, font size, sentence
length, and so forth.
length, and so forth.
A. Values
B. behaviors
C. Methods
D. Properties
Answer: D
Question #3 (Topic: Topic 1)
A server named www.cobbwebdesign.com can set a cookie for the domain name
www.microsoft.com.
www.microsoft.com.
A. FALSE
B. TRUE
Answer: A
Question #4 (Topic: Topic 1)
_________ is the process of creating new copies of an object
A. Instantiation
B. Repeating
C. Replicating
D. Object coding
Answer: A
Question #5 (Topic: Topic 1)
What does the following JavaScript code do"
"Hello, World!".length;
"Hello, World!".length;
A. Test the width of a literal string.
B. Writes Hello, World to the screen.
C. Test the length of a literal string.
D. nothing
Answer: C