
Microsoft HTML5 Application Development Fundamentals - 98-375 Exam Questions
QUESTION NO: 1
Which JavaScript method allows you to register multiple handlers for a single touch event?
Which JavaScript method allows you to register multiple handlers for a single touch event?
Correct Answer: B
QUESTION NO: 2
You are creating the styling for your webpage.
Which two CSS attributes produce a scroll bar if your content overflows its element? Choose two.
You are creating the styling for your webpage.
Which two CSS attributes produce a scroll bar if your content overflows its element? Choose two.
Correct Answer: C,D
QUESTION NO: 3
Which JavaScript method is used to draw a circle on a canvas?
Which JavaScript method is used to draw a circle on a canvas?
Correct Answer: A
QUESTION NO: 4
You create an instance named "ac" of an accelerometer object.
Which code fragment will retrieve a single update?

You create an instance named "ac" of an accelerometer object.
Which code fragment will retrieve a single update?

Correct Answer: B
QUESTION NO: 5
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);
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);
Correct Answer: D
QUESTION NO: 6
You add script tags to an HTML page. You need to update the text value within a specific HTML element.
You access the HTML element by id. What should you do next?
You add script tags to an HTML page. You need to update the text value within a specific HTML element.
You access the HTML element by id. What should you do next?
Correct Answer: D
QUESTION NO: 7
On a Windows touch device, which gesture serves the same purpose as a right-click of the mouse?
On a Windows touch device, which gesture serves the same purpose as a right-click of the mouse?
Correct Answer: C
QUESTION NO: 8
Which two HTML5 code fragments automatically play a video upon page load? Choose two.

Which two HTML5 code fragments automatically play a video upon page load? Choose two.

Correct Answer: C,D
QUESTION NO: 9
On a Windows touch device, which gesture serves the same purpose as a right-click of the mouse?
On a Windows touch device, which gesture serves the same purpose as a right-click of the mouse?
Correct Answer: C




