Q1. The object is used to reflect information about the browser being used. This object can determine the brand and version of the browser in use, as well as the user's operating system.
A. navigator
B. userAgent
C. useNav
D. version
Answer: A
Q2. To instantiate new instances of an object you need the new keyword, the function name, and a list of values.
A. FALSE
B. TRUE
Answer: B
Q3. Frames are arranged in a parent child hierarchy. With this in mind, in JavaScript, which keyword targets the parent of all parents in a frameset?
A. top
B. _parent
C. parent
D. _top
Answer: A
Q4. in JavaScript, x++ will add one to the value of x after the assignment is complete.
A. TRUE
B. FALSE
Answer: A
Q5. The technique of embedding scripting instructions directly into certain HTML tags is called
.
A. tagging
B. client-side scripting
C. inline scripting
D. scripting
Answer: C
Q6. In JavaScript, in order to target a frame, you need to know
A. the frame's name.
B. a frame's number in the frames array
C. the URL of the frame.
D. a frame's number in the frames array, or the frame's name.
Answer: D
Q7. 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.
A. TRUE
B. FALSE
Answer: A
Q8. A (an) is a value or expression containing data or code that is passed on to a function or procedure.
A. method
B. object
C. argument
D. statement
Answer: C
Q9. In which part of the HTTP communication protocol does the cookie initially begin to function?
A. In the initial query, to identify the user to the server.
B. In the HTTP response header.
C. In the parsing of the serveru2021s user database.
D. After the server confirms the browseru2021s ability to recognize cookies.
Answer: B
Q10. Sasha needs to display quotation marks for a greeting on the corporate Web page. She adds the quotation marks to the JavaScript as follows:
var questions = new Array(2)
questions[0] = u201cWhat is the capital of the USA?u201d; questions[1] = u201cWho is the company u201cPresidentu201d?u201d; questions[2] = u201cWho is the company u201cVice-Presidentu201d?u201d;
When Sasha runs the code, however, the quotation marks do not appear around the words u201cPresidentu201d and u201cVice-Presidentu201d
Which of the following choices shows how Sasha should rewrite the code to make the script execute properly?
A. questions[1] = u201cWho is the company u201c\Presidentu201d \?u201d; questions[2] = u201cWho is the company u201c\Vice-Presidentu201d \?u201d;
B. questions[1] = u201cWho is the company u201c\Presidentu201d\?u201d; questions[2] = u201cWho is the company u201c\Vice-Presidentu201d\?u201d;
C. questions[1] = u201cWho is the company \ u201cPresidentu201d \?u201d; questions[2] = u201cWho is the company \ u201cVice-Presidentu201d \?u201d;
D. questions[1] = u201cWho is the company \u201dPresident\u201d?u201d; questions[2] = u201cWho is the company \u201dVice-President\u201d?u201d;
Answer: D
Topic 5, Exam Set E
100% Latest CIW 1D0-435 Questions & Answers shared by Thedumpscentre, Get HERE: http://www.thedumpscentre.com/1D0-435-dumps/ (New Q&As)