microsoft 98-375 practice test

Exam Title: HTML5 App Development Fundamentals

Last update: Nov 27 ,2025
Question 1

The data in a specific HTML5 local storage database can be accessed from:

  • A. Different browsers on the same device.
  • B. Different browsers on different devices.
  • C. The same browser on different devices.
  • D. The same browser on the same device.
Answer:

A

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 2

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.
ABC.com has an HTML5 application that specifies the use of an ApplicationCache interface.
Which of the following is TRUE with regards to this scenario? (Choose all that apply.)

  • A. Offline access to cached resources will be enabled.
  • B. The creation of offline web applications will be prevented.
  • C. Prevents URLs from being served from cached content using standard URI notation.
  • D. The number of requests made to the hosting server will be reduced.
Answer:

A D


Explanation:
http://msdn.microsoft.com/en-us/library/ie/hh673545(v=vs.85).aspx

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 3

Which three statements describe cookies? (Choose three.)

  • A. They can be created, read, and erased using the document.cookie property.
  • B. They are limited in size to 5 MB.
  • C. They are deleted automatically when the session ends.
  • D. They can be used only by pages on the domain where they were set.
  • E. They contain the data in the form of a name=value pair.
Answer:

A D E


Explanation:
Note:
Cookies are small, usually randomly encoded, text files that help your browser navigate through a particular website. The
cookie file is generated by the site you're browsing and is accepted and processed by your computer's browser software.
The cookie file is stored in your browser's folder or subfolder.

vote your answer:
A
B
C
D
E
A 0 B 0 C 0 D 0 E 0
Comments
Question 4

DRAG DROP
Match the JavaScript objects to the corresponding characteristics or methods. (To answer, drag the appropriate JavaScript
object from the column on the left to its characteristic or method on the right. Each JavaScript object may be used once,
more than once, or not at all. Each correct match is worth one point.)
Select and Place:

Answer:


Comments
Question 5

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 the CSS position property.
Which of the following is TRUE with regards to the CSS position property?

  • A. By default, the property is set to fixed.
  • B. By default, the property is set to page.
  • C. By default, the property is set to static.
  • D. By default, the property is set to -ms-device-fixed.
Answer:

C

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 6

Which two outcomes will this code fragment accomplish? (Each correct answer presents a complete solution. Choose two.)

  • A. On pre-HTML5 browsers, the happy.wav file will not play, and instead Hello World will be displayed.
  • B. On an HTML5 browser that supports .wav files, the happy.wav file will be played and Hello World will be hidden.
  • C. On an HTML5 browser that supports .wav files, the happy.wav file will be played and Hello World will be displayed.
  • D. on pre-HTMLS browsers, the happy.wav file will play and Hello World will be hidden.
Answer:

A B


Explanation:
Audio on the Web
Until now, there has not been a standard for playing audio files on a web page.
Today, most audio files are played through a plug-in (like flash). However, different browsers may have different plug-ins.
HTML5 defines a new element which specifies a standard way to embed an audio file on a web page: the element.
Browser Support
Internet Explorer 9+, Firefox, Opera, Chrome, and Safari support the element.
Example:
Your browser does not support the audio element.

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 7

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 touch interface system gesture that
is the same as a mouse left-click.
Which of the following is the gesture in question?

  • A. Tap
  • B. Hover
  • C. Press and hold
  • D. Drag
Answer:

A

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 8

Which tag is used to create a drop-down list in HTML5?

  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D
Answer:

B

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 9

Which code fragment sets up a timer that calls a function named "adjust" every second?

  • A. setTimeout(adjust, 1000);
  • B. setInterval(adjust, 1000);
  • C. setInterval(adjust, 1);
  • D. setTimeout(adjust, 1);
Answer:

B

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 10

Which attribute prefills a default value for an input element in HTML5?

  • A. name
  • B. placeholder
  • C. autocomplete
  • D. required
Answer:

B

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Page 1 out of 14
Viewing questions 1-10 out of 146
Go To
page 2