Questions for the 98-375 were updated on : Nov 14 ,2024
You create an interface for a touch-enabled application.
You discover that some of the input buttons do not trigger when you tap the screen. You need to identify the cause of the
problem. What are two possible causes? (Choose two.)
A D
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 the relative positioning scheme.
Which of the following is TRUE with regards to this positioning scheme?
B
Which JavaScript method is used to draw a circle on a canvas?
D
Which CSS code fragment centers an image horizontally?
D
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 position property value that is used
when an element is positioned relative to the browser window.
Which of the following is the value being discussed?
B
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 position property value that is used
when an element is positioned relative to the first positioned ancestor.
Which of the following is the value being discussed?
D
Which two are WebSocket events? (Choose two.)
B D
Explanation:
Following are the events associated with WebSocket object. Assuming we created Socket object:
Event, Event Handler, Description
* open
Socket.onopen
This event occurs when socket connection is established.
* message
Socket.onmessage
This event occurs when client receives data from server. error
Socket.onerror
This event occurs when there is any error in communication.
* close
Socket.onclose
This event occurs when connection is closed.
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 an HTML5 element that groups
related elements in a form.
Which of the following is the element being discussed?
D
Which three properties can be used with the TouchEvent object in the Safari touch API? (Choose three.)
C D E
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);
C
The data in a specific HTML5 local storage database can be accessed from:
A
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 D
Explanation:
http://msdn.microsoft.com/en-us/library/ie/hh673545(v=vs.85).aspx
Which three statements describe cookies? (Choose three.)
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.
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:
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?
C