Labour Day Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

1D0-435 Sample Questions Answers

Questions 4

Consider the following JavaScript code:

“parent.twoframes.frames[1].location.href = “new.htm”

Where does this code place the file new.htm in a three-frame browser window?

Options:

A.

On the left side, running down the entire page.

B.

In the second frame, defined in the twoframes frameset.

C.

In the lower-right frame of the three-frame page.

D.

The two right frames are replaced with one page.

Buy Now
Questions 5

In Microsoft Internet Explorer, what is the purpose of the DAT file?

Options:

A.

The DAT file contains a history of the cookie's origin and expiration date.

B.

The DAT file is used in caching, sometimes in tandem with cookies.txt.

C.

The DAT file contains user preferences that, when used in conjunction with certain cookies and Web sites, streamline the

ordering process by loading the user profile once.

D.

The DAT file is a Digital Archived Text file that provides superior performance to the cookies.txt file.

Buy Now
Questions 6

To instantiate new instances of an object you need the new keyword, the function name, and a list of values.

Options:

A.

FALSE

B.

TRUE

Buy Now
Questions 7

Which special character in JavaScript is interpreted as a new line?

Options:

A.

\\

B.

\n

C.

\b

D.

\t

Buy Now
Questions 8

Language objects are named with a capital letter. Since JavaScript is case sensitive, using lower case to refer to one of these objects will cause an error.

Options:

A.

TRUE

B.

FALSE

Buy Now
Questions 9

A _______ is the specific color, width or height that belongs to the property of an object.

Options:

A.

method

B.

value

C.

property

D.

behavior

Buy Now
Questions 10

alert(), prompt() and confirm() are all methods of the __________ object.

Options:

A.

window

B.

browser

C.

form

D.

document

Buy Now
Questions 11

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

Buy Now
Questions 12

_______ represent various attributes of an object, such as height, color, font size, sentence length, and so forth.

Options:

A.

Values

B.

behaviors

C.

Methods

D.

Properties

Buy Now
Questions 13

Which one of the following is a descriptive characteristic of an object, such as color, width or height?

Options:

A.

Object

B.

Property

C.

Method

D.

String

Buy Now
Questions 14

Which property of the location object specifies whether HTTP or FTP is being used?

Options:

A.

host

B.

hash

C.

protocol

D.

href

Buy Now
Questions 15

Wilhelm is creating a Web page using JavaScript. He wants to set a cookie with each site visitor so that his Web server can recognize visitors on subsequent visits for one month.

Which one of the following choices contains the elements required in this cookie?

Options:

A.

CGI script that requires the visitor to provide name and address.

B.

The name=value and user=ID fields.

C.

The name=value and expires=date fields.

D.

The “secure” keyword and all the key=value pairs.

Buy Now
Questions 16

The following are both advantages of creating user defined objects in JavaScript:

1. You can create sophisticated solutions with a minimum of coding.

2. You can represent programming constructs as objects (which allows you to code efficient schemes for evaluating forms or creating client-side databases).

Options:

A.

TRUE

B.

FALSE

Buy Now
Questions 17

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.

Buy Now
Questions 18

Which of the following is the JavaScript's server-side solution that enables you to connect Web pages to databases, as well as enable server-side image maps and save client state so that the computer will remember where the client is in a multi-page preocess.

Options:

A.

ServerSide JavaScript

B.

JavaWire

C.

Java

D.

LiveWire

Buy Now
Questions 19

The name=value pair is the only information required to generate a cookie. All other parameters are optional.

Options:

A.

FALSE

B.

TRUE

Buy Now
Questions 20

JavaScript offer a predefined method for determining when you should use custom objects instead of arrays for your programs.

Options:

A.

FALSE

B.

TRUE

Buy Now
Questions 21

__________ are used in expressions to store or return a value.

Options:

A.

variables

B.

assignments

C.

operators

D.

methods

Buy Now
Questions 22

Nadir wants to add JavaScript to the company Web site. He wants to reference the value that is entered into the following form field:

Which line of JavaScript code should Nadir use to refer to the value in the form field?

Options:

A.

document.hrsForm.myName.value;

B.

document.hrsForm[0]. myName [0].value;

C.

document.form[0].element[0].value;

D.

document.hrs[0]. myName [0].value;

Buy Now
Questions 23

________________ developed JavaScript.

Options:

A.

Netscape

B.

IBM

C.

W3C

D.

Microsoft

Buy Now
Questions 24

Which property of the form object describes the URL to which the form data is submitted?

Options:

A.

name

B.

action

C.

method

D.

target

Buy Now
Questions 25

Which is the JavaScript property that is used to inform a script that an image has finished loading?

Options:

A.

final

B.

whole

C.

total

D.

complete

Buy Now
Questions 26

An ObjectBuilder defines the properties and methods of a custom object.

Options:

A.

TRUE

B.

FALSE

Buy Now
Questions 27

The String, Array, Date and Math objects are all ____________ objects.

Options:

A.

window

B.

browser

C.

language

D.

form

Buy Now
Questions 28

What will the following code cause to happen on Mouseover?

<a href="javascript:linksFun();"

onMouseOver="status='Related Links';return true;"

onMouseOut="status='';return true;">Related Links

Options:

A.

nothing

B.

The words "Related Links" will appear in the status bar.

C.

The words "Related Links" will appear as a drop down list.

D.

The words "Related Links" will disappear in the status bar.

Buy Now
Questions 29

Which of the following is the JavaScript string object special character to insert a new line?

Options:

A.

/n

B.

\n

C.

\b

D.

/b

Buy Now
Questions 30

Consider the following script:

<SCRIPT>

<!--

var name;

name=prompt("What is your name?" , "");

alert("Hello, " + name +".");

// -->

</SCRIPT>

What does this script do in terms of the use of the variable "name"?

Options:

A.

The variable value is assigned via the prompt method, and then displayed via the alert method.

B.

The variable value is assigned via the prompt method.

C.

Nothing. This script would result in an error.

D.

The variable value is assigned via the alert method.

Buy Now
Questions 31

Once the constructor is defined, you need to create new instances of the object. This process is called ___________.

Options:

A.

constructing

B.

populating

C.

instantiation

D.

calling

Buy Now
Questions 32

The button object is the simplest of all objects. Its main event handler is __________.

Options:

A.

onClick

B.

onSubmit

C.

Click

D.

onReset

Buy Now
Questions 33

Placing / in front of a line of text, within the Script tags will result in ______________

Options:

A.

everything to the end of the line being ignored.

B.

The command that follows being carried out

C.

Everything that follows being ignored

D.

Nothing, as this is not valid

Buy Now
Questions 34

An Instance is the term for the real-time objects that are generated from the empty constructor template?

Options:

A.

FALSE

B.

TRUE

Buy Now
Questions 35

__________ are the actual data values you provide in JavaScript.

Options:

A.

Variables

B.

Literals

C.

Properties

D.

Methods

Buy Now
Questions 36

Which one of the following best describes JavaScript?

Options:

A.

Interpreted at run time, and complied

B.

Interpreted at run time, and not compiled

C.

Not interpreted at run time, and compiled on the server

D.

Not interpreted at run time, and not compiled

Buy Now
Exam Code: 1D0-435
Exam Name: CIW JavaScript Fundamentals exam
Last Update: May 1, 2024
Questions: 244
$64  $159.99
$48  $119.99
$40  $99.99
buy now 1D0-435