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

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

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 # 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?

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


Expert Solution
Questions # 3:

Which of the following is not a benefit of Web APIs?

Options:

A.

Web APIs are frameworks that make it easy to build applications over HTTP services that are accessible over a large range of clients.


B.

Web APIs provide an interface for developers to write code themselves instead of using APIs developed by others .


C.

Web APIs are best used to create resource-oriented services.


D.

Before Web APIs developers had to write the entire code for every task they needed to perform.


Expert Solution
Questions # 4:

Which of the following is a true statement regarding the relationship between Promises and callback functions?

Options:

A.

A Promise cannot be used in conjunction with a callback.


B.

A Promise is used to monitor the value of a variable A callback retrieves the previous value of a variable.


C.

A Promise is a returned object to which the developer can attach callbacks instead of passing callbacks to a function.


D.

A Promise is an object a developer can use to pass callbacks to functions.


Expert Solution
Questions # 5:

Which of the following is not a best practice when using JavaScript libraries?

Options:

A.

Developers should ensure the library functions they use are cross-browser compatible for the version of HTML they are using.


B.

Developers should link to the library file and to each plug in script in the <head> section of the HTML document using the <script> tag.


C.

Developers should use plugins from a variety of JavaScript libraries to ensure compatibility.


D.

Developers should become familiar with one library then optimize HTML code with that specific library in mind.


Expert Solution
Questions # 6:

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;


Expert Solution
Questions # 7:

Consider the following code:

Question # 7

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


Expert Solution
Questions # 8:

The same origin policy was introduced at the same time as HTML5 to limit location changes in browser windows that are using frames. Given this policy which of the following would be a valid new location of a frame on the Web site http //www.ClWCertified corn?

A)

Question # 8

B)

Question # 8

C)

Question # 8

D)

Question # 8

Options:

A.

Option A


B.

Option B


C.

Option C


D.

Option D


Expert Solution
Questions # 9:

Which code could be used to send a user to another Web site when they click a button on the Web page?

A)

Question # 9

B)

Question # 9

C)

Question # 9

D)

Question # 9

Options:

A.

Option A


B.

Option B


C.

Option C


D.

Option D


Expert Solution
Questions # 10:

Which of the following comparison statements will return true?

Options:

A.

X = 15 ;

Y = 3 ;

X == y ;


B.

X=15

Y=3;

X +==45;


C.

X = 15

Y = 3;

X ! == y;


D.

X = 15

Y = 3

X === y;


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