Microsoft 98-375 - HTML5 App Development Fundamentals Exam
Page: 3 / 20
Total 96 questions
Question #11 (Topic: Topic 1)
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML5 and CSS3 in
their development process.
You are running a training exercise for junior developers. You are currently discussing a property of the WebSocket API that returns the type of data received by
the onmessage event.
Which of the following is the property being discussed?
their development process.
You are running a training exercise for junior developers. You are currently discussing a property of the WebSocket API that returns the type of data received by
the onmessage event.
Which of the following is the property being discussed?
A. The extensions property.
B. The binaryType property.
C. The readyState property.
D. The protocol property.
Answer: B
Question #12 (Topic: Topic 1)
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML and CSS3 in
their development process.
You have been instructed to develop an interface for a new ABC.com application that is touch-enabled. You have been asked to make sure that multiple input
areas are not triggered when a touch occurs.
Which of the following actions should you take?
their development process.
You have been instructed to develop an interface for a new ABC.com application that is touch-enabled. You have been asked to make sure that multiple input
areas are not triggered when a touch occurs.
Which of the following actions should you take?
A. You should consider making sure that the input areas is fully transparent.
B. You should consider making sure that the input areas is suitably spaced.
C. You should consider making sure that the size of the input areas is decreased.
D. You should consider making sure that the size of the input areas is increased.
Answer: B
Question #13 (Topic: Topic 1)
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com.
You are running a training exercise for junior developers. You are currently discussing a technology that is described as a language that controls the formatting
and style of a document.
Which of the following is the technology being discussed?
You are running a training exercise for junior developers. You are currently discussing a technology that is described as a language that controls the formatting
and style of a document.
Which of the following is the technology being discussed?
A. CSS
B. HTML5
C. C#
D. C++
Answer: A
Question #14 (Topic: Topic 1)
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com.
You are running a training exercise for junior developers. You are currently discussing CSS style sheets.
Which of the following is TRUE with regards to CSS style sheets? (Choose all that apply.)
You are running a training exercise for junior developers. You are currently discussing CSS style sheets.
Which of the following is TRUE with regards to CSS style sheets? (Choose all that apply.)
A. It specifies resources for an offline HTML5 application.
B. It specifies resources for an online HTML5 application.
C. It specifies resources for an XML application.
D. It specifies resources for an offline XAML application.
Answer: A
Question #15 (Topic: Topic 1)
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML5 and CSS3 in
their development process.
You are running a training exercise for junior developers. You are currently discussing an object of the Web Storage specification that is designed for scenarios
where the user is carrying out a single transaction.
Which of the following is the object being discussed?
their development process.
You are running a training exercise for junior developers. You are currently discussing an object of the Web Storage specification that is designed for scenarios
where the user is carrying out a single transaction.
Which of the following is the object being discussed?
A. foreignStorage
B. externalStorage
C. localStorage
D. sessionStorage
Answer: D