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

Viewing page 3 out of 8 pages
Viewing questions 21-30 out of questions
Questions # 21:

When using frames, where should functions and variables be stored in a JavaScript-based Web site?

Options:

A.

Anywhere in the Web server that has an appropriate set of permissions to access and write.


B.

Anywhere in the HTML pages that not invoked in making the frameset.


C.

In any HTML file that is invoked in making the frameset.


D.

In the cgi-bin directory of the Web server.


Expert Solution
Questions # 22:

Mark must determine the number of elements in his user-input form.

Which property of the form object will return this number?

Options:

A.

length


B.

encoding


C.

target


D.

elements


Expert Solution
Questions # 23:

VBScript and _____________ are scripting languages that are similar in purpose. Both extend the capabilities of static Web pages.

Options:

A.

C++


B.

Visual Basic


C.

JavaScript


D.

Java


Expert Solution
Questions # 24:

function empObject(name, age, department) {

this.name = name;

this.age = age;

this.department = department;

this.showOne = showOne;

}

The code above Defines a constructor function for a custom object named empObject. It contains three properties: name, age, and department. It contains one method: showOne

Options:

A.

TRUE


B.

FALSE


Expert Solution
Questions # 25:

Which information is required to generate a cookie?

Options:

A.

The HTTP address, name server, and username validation are required.


B.

The validated return address of the user is the only required information.


C.

The name=value pair is the only required information.


D.

The path=domain is the only required information.


Expert Solution
Questions # 26:

Nadir has created several new instances of custom objects. How can he now allow access to this information with a Web browser?

Options:

A.

He must create an object method that allows synchronization with the rest of the code.


B.

He must declare the new objects and define their permissions.


C.

He must create an object method that allows the viewing of the object.


D.

He must define the object in the series of pages preceding it in the hierarchy of pages within his Web site.


Expert Solution
Questions # 27:

Tanja wants to target the “parent” frame of all frames in her Web site. In HTML, this parent frame is called “_top”.

What is this parent called if Tanja decided to use JavaScript in her Web page?

Options:

A.

The parent of all Web pages is called index.html.


B.

The parent is called “top” in JavaScript.


C.

The word “parent” is a slang reference to main.html and cannot be targeted.


D.

It depends on how the pages are identified; the “parent” page will be referred to as such in Tanja’s schema.


Expert Solution
Questions # 28:

The ________ method request user input through a text field within a dialog box.

Options:

A.

request()


B.

alert()


C.

confirm()


D.

prompt()


Expert Solution
Questions # 29:

Raul wants to display the current data and time in the Web page he just created.

Which JavaScript object can he use to access this information and display it on a Web page?

Options:

A.

Realtime


B.

Clock


C.

Time


D.

Date


Expert Solution
Questions # 30:

The main event handler associated with the checkbox object is _________.

Options:

A.

Click


B.

onReset


C.

onClick


D.

onSubmit


Expert Solution
Viewing page 3 out of 8 pages
Viewing questions 21-30 out of questions