Exit demo WGU-KVO1 WGU Web Development Applications (KVO1) PDF format · free preview

WGU WGU-KVO1 - Questions & Answers

Free preview · every answer includes a full explanation

Product page: https://prepkeys.com/wgu-kvo1.html

Question 1
Single choice

Which technique should a developer use for text-based hyperlink on mobile web page?

A.

Padding the clickable area around the link

B.

Keeping links uniform

C.

Deploying graphical links

D.

Using dynamic page elements neat the link

Question 2
Single choice

Which code segment contains a conditional expression?

A.

var result = datacount;

B.

var result = count ++ >10;

C.

var result = connt > 10 ? "Done" : getResult();

D.

var result = datacount++ * 1000 == 3000000;

Question 3
Single choice

A web designer creates the following HTML code:

<div class="header" id="welcome">Welcome</div>
<div class="header" id="intro">This is an introduction to cascading style sheets.

</div> Which CSS selector applies only to the first line?

A.

#Welcome

B.

.Welcome

C.

#Header

D.

.header

Question 4
Single choice

A web designer inserts an image into a web page.

Which CSS attribute should this designer use to ensure that there is one of pixel of space between the line image and the surrounding elements?

A.

Content

B.

Padding

C.

Margin

D.

border

Question 5
Single choice

Given the following code:

<input type="text" pattern="-?\d{1,3}\.

\d+"> Which type of user input does the developer request by specifying the pattern attribute?

A.

Date

B.

Country code

C.

price

D.

Latitude/longitude

Question 6
Single choice

Which HTML tag should a developer use to create a drop-down list?

A.

<Option>

B.

<Section >

C.

<Output>

D.

<Select>

Question 7
Single choice

Given the following code:

Var a = `'true'';

What is the data type of d?

A.

Boolean

B.

String

C.

Object

D.

Undefined

Question 8
Single choice

Given the following CSS code:

#name {

text-align: left;

}

Which type of selector is used?

A.

Group

B.

Class

C.

Element

D.

ID

Question 9
Single choice

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

A.

<html cache="data.appcache">

B.

<html manifest="data.appcache">

C.

<meta manifest="data.appcache">

D.

<meta cache="data.appcache">

Question 10
Single choice

Which code segment correctly defines a function in JavaScript?

A.

Void addNumbers(a, b)

B.

Function addNumbers (a, b)

C.

Void addNumber(int a, int b)

D.

Function addNumber (in a, int b)

Showing 10 of 69 questions · Unlock the full set