Pass the CIW Master CIW Enterprise Developer 1D0-435 Questions and answers with CertsForce

Viewing page 7 out of 8 pages
Viewing questions 61-70 out of questions
Questions # 61:

Which property of the navigator object identifies the operating system for which the browser was compiled?

Options:

A.

platform


B.

userAgent


C.

appVersion


D.

appCodeName


Expert Solution
Questions # 62:

Which one of the following choices best describes how cookies are stored on a user’s hard drive?

Options:

A.

On UNIX machines, cookies are stored as .bin files in the user’s home directory.


B.

Cookies are stored in files that are linked to each site visited.


C.

Depending on the browser type, cookies are stored as text strings in directories.


D.

Cookies are stored in the directory where the browser executables are stored, and are compressed to save space.


Expert Solution
Questions # 63:

Which property of the location object specifies the full URL of a file or site?

Options:

A.

hash


B.

pathname


C.

href


D.

protocol


Expert Solution
Questions # 64:

Which method of the String object would you use when writing a complex mathematical formula in JavaScript that includes powers, such as “E=MC2”?

Options:

A.

sup()


B.

anchor()


C.

small()


D.

fixed()


Expert Solution
Questions # 65:

You want to comment out multiple lines of JavaScript.

Which of the following should you use in your code?

Options:

A.

//


B.


C.

/”…”/


D.