Labour Day Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

1D0-435 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

1D0-435 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: CIW JavaScript Fundamentals exam
  • Last Update: Apr 28, 2024
  • Questions and Answers: 244
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

1D0-435 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

1D0-435 Practice Exam Questions with Answers CIW JavaScript Fundamentals exam Certification

Question # 6

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

A.

FALSE

B.

TRUE

Full Access
Question # 7

For a comment that extends beyond the current line, enclose the area that will not execute with ____________________________-

A.

*/comment/*

B.

/*comment*/

C.

*/comment*/

D.

/*comment/*

Full Access
Question # 8

__________ are the actual data values you provide in JavaScript.

A.

Variables

B.

Literals

C.

Properties

D.

Methods

Full Access
Question # 9

The _____________ pair contains the domain name of the URL that issued the cookie.

A.

URL=URL

B.

domain=domain

C.

path=path

D.

document=document

Full Access
Question # 10

Which form element would you use to create a scriptable button other than a reset or submit button?

A.

reset

B.

frm.Button

C.

button

D.

form.button

Full Access
Question # 11

You can only create 5 methods for an object?

A.

FALSE

B.

TRUE

Full Access
Question # 12

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

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.

Full Access
Question # 13

Which property of the location object specifies the internal link anchor name, which is followed by the number sign (#) in the URL?

A.

hash

B.

href

C.

host

D.

pathname

Full Access
Question # 14

Which company developed JavaScript?

A.

Sun Microsystems

B.

Microsoft

C.

Netscape

D.

IBM

Full Access
Question # 15

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?

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;

Full Access
Question # 16

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?

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.

Full Access
Question # 17

Which of the following is the term for a single line of JavaScript code that is executed in a script or program?

A.

Statement

B.

String

C.

Sentence

D.

Comment

Full Access
Question # 18

Several different types of JavaScript objects exist, such as String, Math, Array, and Date. What are these types of objects called?

A.

Navigator

B.

Language

C.

Image

D.

Document

Full Access
Question # 19

What is the primary difference between methods and functions when working with custom JavaScript objects?

A.

There is no difference between methods and functions in JavaScript.

B.

Methods work with single instances of objects, whereas functions can work on all instances of an object.

C.

Functions are declared in the constructor, whereas methods are never declared in the constructor.

D.

Methods are single entities, whereas functions can have more than one method.

Full Access
Question # 20

JavaScript used two types of comment indicators. The _______ indicator delineates a comment on a single line of script. The _____ indicator is used for multiple line comments.

A.

//, /*.....*/

B.

//,*/...*/

C.

//, /.../

D.

/*.....*/, //

Full Access
Question # 21

A server named www.thisserver.com can set a cookie for the domain www.thatserver.com.

A.

FALSE

B.

TRUE

Full Access
Question # 22

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.

A.

TRUE

B.

FALSE

Full Access
Question # 23

If you want to declare a variable that can be accessed by more than one function or script block in your program, you will need to declare the variable ___________________.

A.

In the HEAD element of the HTML document.

B.

Outside of any function definition.

C.

Inside your function definition.

D.

In the body element of the HTML document.

Full Access
Question # 24

Since JavaScript is case sensitive, using lower case to refer to language objects will result in an error.

A.

FALSE

B.

TRUE

Full Access
Question # 25

An __________ is a part of a statement that is evaluated as a value.

A.

exception

B.

assignment

C.

expression

D.

operator

Full Access
Question # 26

Ling wants to add a button to her Web page that will transport the user to another Web page. She does not to use a hyperlink, so she includes the following JavaScript:

onClick = “href(http://219.155.184.2);” >

The code does not function as Ling intended.

Which of the following choices shows how she should rewrite the script to make it function correctly?

A.

onClick=”location.href=”http://219.155.184.2’:” >

B.

onClick=”href = ‘http://219.155.184.2’: “ >

C.

Click=”href=”http://219.155.184.2’:” >

D.

onClick=”location.href=”http://219.155.184.2“;” >

Full Access
Question # 27

The specific color, width or height that belongs to a property of an object is held by what?

A.

An object

B.

A value

C.

A method

D.

A string

Full Access
Question # 28

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

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.

Full Access
Question # 29

What is the maximum size for any given cookie header?

A.

The maximum size for the cookie header is 4 kilobytes.

B.

The maximum size for the cookie header is 15 kilobytes.

C.

There is no maximum size for the cookie header.

D.

There is no maximum size for the cookie header, but the entire cookie cannot exceed 20 kilobytes.

Full Access
Question # 30

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

A.

C++

B.

Visual Basic

C.

JavaScript

D.

Java

Full Access
Question # 31

Methods operate on _________ instances of objects.

A.

two

B.

three

C.

multiple

D.

single

Full Access
Question # 32

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

A.

name

B.

action

C.

method

D.

target

Full Access
Question # 33

In mid 1997, Netscape, the inventor of JavaScript, announced that the ____________ had approved JavaScript as an international standard.

A.

AAHA

B.

ECMA

C.

W3C

D.

WW3C

Full Access
Question # 34

A _________ custom object has only one level of properties and methods associated with it

A.

multiple

B.

simple

C.

single

D.

complex

Full Access
Question # 35

A user can never delete or disable cookies

A.

TRUE

B.

FALSE

Full Access
Question # 36

The ____________ method counts from the ending position of the string.

A.

indexOf()

B.

positionOf()

C.

lengthOf()

D.

lastIndexOf()

Full Access