getcertified4sure.com

A Review Of Free 98-375 study guides




Your success in Microsoft 98-375 is our sole target and we develop all our 98-375 braindumps in a way that facilitates the attainment of this target. Not only is our 98-375 study material the best you can find, it is also the most detailed and the most updated. 98-375 Practice Exams for Microsoft MTA 98-375 are written to the highest standards of technical accuracy.

Q41. Which code shows the correct way to nest tags in HTML5? 

blob.png

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q42. DRAG DROP 

Match the JavaScript code fragments with the HTML5 local storage functions. (To answer, drag the appropriate code fragment from the column on the left to its local storage function on the right. Each code fragment may be used once, more than once, or not at all. Each correct match is worth one point.) 

blob.png

Answer: 

blob.png


Q43. Which two touch gestures require a multi-touch device? (Choose two.) 

A. hold 

B. tap 

C. pinch 

D. spread 

Answer: B,C 


Q44. Which term describes the canvas API? 

A. xml-based 

B. vector-based 

C. retained-mode 

D. immediate-mode 

Answer:


Q45. Which three components define the URL used for localStorage data in HTML5? (Choose three.) 

A. scheme 

B. user credentials 

C. hostname 

D. unique port 

E. query 

Answer: A,C,D 

Explanation: localStorage is also the same as globalStorage[location.hostname], with the exception of being scoped to an HTML5 origin (scheme + hostname + non-standard port) and localStorage being an instance of Storage 

* HTML5 local storage saves data in string form as key-value pairs. If the data you wish to save is not string data, you are responsible for conversion to and from string when using LocalStorage. 


Q46. Which HTML5 code fragment shows a way to validate numeric input as having a value from 1 to 100, inclusive? 

blob.png

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q47. DRAG DROP 

Match the CSS terms to the corresponding CSS code examples. (To answer, drag the appropriate CSS term from the column on the left to its CSS code example on the right. Each CSS term may be used once, more than once, or not at all. Each correct match is worth one point.) 

blob.png

Answer: 

blob.png


Q48. Which code fragment will display the Play and Pause controls in the audio interface? 

blob.png

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q49. 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. The input areas overlap with other input areas. 

B. The touch screen is not initialized. 

C. The input areas are using event handlers to detect input. 

D. The defined input areas are not large enough. 

Answer: A,D 


Q50. An HTML5 application can be used without going through a manufacturer's approval process if: 

A. the browser on the device supports HTML5. 

B. the manufacturer has unlocked the device's SIM card. 

C. the application has been compiled. 

D. the developer has the correct application ID. 

Answer: