Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free CIW 1D0-735 Practice Exam with Questions & Answers

Questions 1

Consider the following code:

1D0-735 Question 1

What will this alert display?

Options:
A.

It appears fall has arrived

B.

It appears winter has arrived

C.

Yes It appears fall has arrived

D.

Yes It appears winter has arrived

CIW 1D0-735 Premium Access
Questions 2

Geraldine is creating a custom object to store user account data on her Web site. She has written the following code it is not working properly. What change should she make to enable the script to run correctly?

1D0-735 Question 2

Options:
A.

She must remove the this keyword from the left side of the assignment variables

B.

She must add the parameters username. password and email to the function definition

C.

She must change the this keyword to the object keyword on the left side of the assignment variables

D.

She must change the function keyword to the object keyword in the function definition

Questions 3

Consider the following code:

1D0-735 Question 3

What is the result of running this script in a Web browser?

Options:
A.

Hannah Lana.Franna.Diana

B.

Diana Franna Hannah Lana

C.

Hannah Diana Franna Lana

D.

Diana Franna Lana Hannah

Questions 4

Consider this source code:

1D0-735 Question 4

Giam needs to write a script to access the first element in the source code. What code should he use?

Options:
A.

var first = document .getElementById(“condiments1”) [1];

B.

var first = document .getElementById(“input”);

C.

var first = document .getElementById(“condiments”) [0];

D.

var first = document .getElementByIdTagName (“input”) [1]

Questions 5

Consider the following code:

1D0-735 Question 5

What is the expected result of this script?

Options:
A.

The word "Welcome" will be displayed in a prompt when the page loads

B.

A welcome message will appear when the page loads

C.

When you click the alert a welcome message will appear

D.

When you click the welcome message a welcome alert will load

Questions 6

Juan is testing his JavaScript application, which includes the following code:

1D0-735 Question 6

Assuming Juan enters August for his birth month and his name for first name, what is the value of birthMonth after executing this code?

Options:
A.

August

B.

Juan was born in August

C.

Juan was born in August

D.

What month were you born? What is your first name?

Questions 7

Janice needs to create a pop-up window that will open a Web document in a new browser window. Which code statement should she use?

A)

1D0-735 Question 7

B)

1D0-735 Question 7

C)

1D0-735 Question 7

D)

1D0-735 Question 7

Options:
A.

Option A

B.

Option B

C.

Option C

D.

Option D

Questions 8

Scarlet has the following code in her script:

Var namesArr =[‘’Joseph’,’ Charlotte’’, ‘’Nicole’’];

She wants to add the name Hank to the end of the array so that its length is 4. What code should she use?

Options:
A.

namesArr [4] ''Hank'';

B.

namesArr push (''Hank'');

C.

namesArr unshift (''Hank'');

D.

namesArr .shift (''Hank'');

Questions 9

Which of the following will correctly declare the courseNumber variable as a siring data type?

Options:
A.

var courseNumber = ''JS101'';

B.

var courseNumber = ''JS101'';

C.

var_courseNumber = JS101'';

D.

var courseNumber = JS101;

Questions 10

How does AJAX use the XMLHttpRequest object"?

1D0-735 Question 10

Options:
A.

It changes a portion of a Web page so only the affected part of the page will be reloaded

B.

It provides Web page compatibility with mobile device browsers

C.

It performs code validation on the server-side in order to speed up the process of validation

D.

It provides backward-compatibility with older browser versions