Special Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

Which code segment contains a conditional expression?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 5

Which characters are used to enclose multiple statement in a function?

A.

Spaces

B.

Parentheses

C.

Curly braces

D.

Semicotons

Full Access
Question # 6

Which method allows the end user to enter text as an answer to a question as the page loads?

A.

Write

B.

Confirm

C.

Prompt

D.

alert

Full Access
Question # 7
A.

It requires a minimum of one value to apply

B.

It accepts pixel values only.

C.

It accepts Hex values only

D.

It requires a minimum of two values to apply.

Full Access
Question # 8

Given the following CSS code:

Which portion is the rule?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 9

What is the effect of using the in-line validation process during user input?

A.

Increased computation on the server

B.

Larger number of errors created

C.

More successful form completion rates

D.

Slower rate of form completion

Full Access
Question # 10

A developer needs to apply a red font color to the navigation, footer, and the first two of three paragraphs on a website.

The developer writes the following code:

Which CSS archives this developer’s goal?

A.

Content

B.

Padding

C.

Margin

D.

border

Full Access
Question # 11

Which HTML segment should a developer use to enable the Offline AppCache application interface (API)?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 12

Which code segment creates a slider field that accepts a numeric value ranging from 1 through 10?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 13

Given the following JavaScript code:

What happens when this code is executed?

A.

The object with the id demo is changed to x.

B.

The object with the id innerHTML is changed to 6.

C.

The object with the demo is changed to 6.

D.

The object with the id innerHTML is changed to x.

Full Access
Question # 14

What does a form field default to if the type attribute is omitted from a form?

A.

Date

B.

Text

C.

Range

D.

number

Full Access
Question # 15

What is the process for JavaScript from validation?

A.

User input is sent to the server as fields are completed for validation.

B.

User input is sent to the server after the form is completed tor validation.

C.

Form fields are validated after the form is submitted but before form data is sent to the server

D.

Form fields are validated as me user inputs data after form data is sent to the server.

Full Access
Question # 16

What is a characteristic of JavaScript code?

A.

It runs inside a web browser

B.

It implements across browsers.

C.

It must be compiled lo work.

D.

It remains hidden from the user.

Full Access
Question # 17

Where can users items using the HTML

A.

From a web page to another web page

B.

From a user's computer to another computer

C.

From a user's computer to a web page

D.

From a web page to a user's computer

Full Access
Question # 18

A web designer creates the following HTML code:

Which CSS selector applies only to the first line?

A.

#Welcome

B.

.Welcome

C.

#Header

D.

.header

Full Access
Question # 19

Which 3D transform affects the distance between the z-plane and the user?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 20

Which HTML element should a developer use to logically group a set of related HTML elements?

A.

Datalist

B.

Select

C.

Fieldset

D.

input

Full Access