Black Friday Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Pass the CIW Web Development Series 1D0-735 Questions and answers with ValidTests

Exam 1D0-735 All Questions
Exam 1D0-735 Premium Access

View all detail and faqs for the 1D0-735 exam

Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions
Questions # 1:

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?

Question # 1

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

Expert Solution
Questions # 2:

Jaime needs to write a script to remove all the non-digit characters from a phone number so that all that remains are the numbers She knows that she will need to use a regular expression to search for non-digit characters and can use a method to remove all the non-digit characters. Which code should she use?

A)

Question # 2

B)

Question # 2

C)

Question # 2

D)

Question # 2

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Expert Solution
Questions # 3:

Consider the following code:

Question # 3

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

Expert Solution
Questions # 4:

Consider the following code:

Question # 4

Ginger needs to write a script to display a pop-up alert box with the type of credit card the user selected Which of the following code blocks should she use?

A)

Question # 4

B)

Question # 4

C)

Question # 4

D)

Question # 4

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Expert Solution
Questions # 5:

Consider the following two code segments:

Question # 5

Which of the following is true about these code segments?

Options:

A.

The code in both segments will cause an infinite loop

B.

The code in Segment 2 will execute one time

C.

The code in both segments will not execute at all

D.

The code in Segment 1 will execute one time

Expert Solution
Questions # 6:

Consider the following code:

”sofa”

Which of the following is true based on the above code?

Options:

A.

The function sofaPic will be called upon when sofaPic image loads

B.

The function sofaPic is called when the image fails to load

C.

The function sofaPic is called when the mouse pointer moves off the image

D.

The function sofaPic is called when the mouse pointer moves over the image

Expert Solution
Questions # 7:

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'');

Expert Solution
Questions # 8:

What is the expected result when executing the following scripts in a web browser?

Options:

A.

A pop-up alert box will display Fair followed by a pop-up alert box displaying Bad

B.

A pop-up alert box will display Poor

C.

There is an error in the code, no pop-up alert box will appear

D.

Two pop-up alert boxes will appear one will display Fair and one will display Poor

Expert Solution
Questions # 9:

Consider the following code:

Question # 9

The JavaScript function above will display the following:

Options:

A.

The package will be delivered to P.O. Box 789 Central City Florida 54321 Company headquarters are located in 123 Main Street Anytown Arizona 98765

B.

The package will be delivered to 123 Main Street Anytown Arizona 98765 Company headquarters are located in P.O Box 789 Central City Florida 541321

C.

The package will be delivered to Arizona Company headquarters are located in Florida

D.

The package will be delivered to Florida Company headquarters are located in Arizona

Expert Solution
Questions # 10:

Which choice demonstrates the correct syntax for declaring a variable to represent the month in which a person was born?

Options:

A.

Var -birthMonth

B.

Var birthMonth

C.

Var ?birthMonth

D.

Var %birthMonth

Expert Solution
Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions