Exit demo 98-375 HTML5 Application Development Fundamentals PDF format · free preview

Microsoft 98-375 - Questions & Answers

Free preview · every answer includes a full explanation

Product page: https://prepkeys.com/98-375.html

Question 1
Single choice

Which CSS3 code fragment styles an H2 element only if it is a direct child of a DIV element?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 2
Single choice

Which CSS property defines which sides of an element where other floating elements are not allowed?

A.

float

B.

position

C.

display

D.

clear

Question 3
Single choice

You write the following code to create a page. (Line numbers are included for reference only.)

You need to apply the SVG blur filter to the text tag on the page.

Which HTML/CSS code should you insert at line 02?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 4
Single choice

Which layout can you create by using a single CSS3 region?

A.

a table layout

B.

a snaked-column layout

C.

a multiple column liquid layout

D.

a multiple column fixed layout

Question 5
Single choice

In CSS, the flow-into property deposits:

A.

the flow into the content.

B.

the regions into a flow.

C.

the flow into the regions.

D.

content into the flow.

Question 6
Single choice

Which CSS code fragment centers an image horizontally?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 7
Single choice

Which positioning scheme places an object in normal document flow?

A.

absolute

B.

relative

C.

fixed

D.

float

Question 8
Single choice

The variable named "ctx" is the context of an HTML5 canvas object. What does the following code
fragment draw? ctx.arc(x, y, r, 0, Math.PI, true);

A.

a circle at the given point

B.

a square at the given point

C.

a semi-circle at the given point

D.

a line from one point to another

Question 9
Multiple choice

Which three are valid JavaScript variables? (Choose three.)

A.

xyz1

B.

.Int

C.

int1

D.

_int

E.

1xyz

Question 10
Single choice

Your code includes the following fragment:
<input type="text" name="text1" id="myText" /> You need to add code that will retrieve the contents of the INPUT element.

Which JavaScript code fragment will accomplish this?

A.

vartxtContents =document.getElementById('text1').value;

B.

vartxtContents = document.getEIementyById('myText').value;

C.

vartxtContents =document.getElementById('text1');

D.

vartxtContents = document.getElementById('myText');

Showing 10 of 146 questions · Unlock the full set