getcertified4sure.com

All About 98-375 exam cram Mar 2021




Want to know Pass4sure 98-375 Exam practice test features? Want to lear more about Microsoft HTML5 Application Development Fundamentals certification experience? Study Exact Microsoft 98-375 answers to Renew 98-375 questions at Pass4sure. Gat a success with an absolute guarantee to pass Microsoft 98-375 (HTML5 Application Development Fundamentals) test on your first attempt.

Q1. What value does the following JavaScript code fragment store into the variable num? 

varnum = localStorage.length; 

A. maximum length of a character string 

B. potential capacity of local storage 

C. number of bytes available in local storage 

D. number of key-value pairs in local storage 

Answer:


Q2. DRAG DROP 

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

blob.png

Answer: 

blob.png


Q3. 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); 

A. a circle at the given point 

B. a square at the given point 

C. a semi-circle at the given point 

D. a line from one point to another 

Answer:


Q4. 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 


Q5. 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:


Q6. Which two CSS properties can be used to position multiple HTML elements next to one another? (Choose two.) 

A. display 

B. position 

C. overflow 

D. float 

Answer: B,D 

Explanation: CSS position Property 

The position property specifies the type of positioning method used for an element (static, 

relative, absolute or fixed). 

CSS float Property 

The float property specifies whether or not a box (an element) should float. 


Q7. Which HTML5 tag defines superscript text? 

A. < small > 

B. <script> 

C. <sup> 

D. <sub> 

Answer:


Q8. 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.) 

blob.png

Answer: 

blob.png


Q9. Which three generic font family names are valid values of the font-family property in CSS? (Choose three.) 

A. cursive 

B. system 

C. serif 

D. fixed 

E. fantasy 

Answer: A,C,E 

Explanation: There are five generic fonts: serif, sans-serif, monospace, cursive and 

fantasy. 

Note: 

There are two types of font family names: 

family-name - The name of a font-family, like "times", "courier", "arial", etc. 

generic-family - The name of a generic-family, like "serif", "sans-serif", "cursive", "fantasy", 

"monospace". 


Q10. Which HTML5 tag is used to display text with a fixed-width font and preserves both spaces and line breaks? 

A. <area> 

B. <hr> 

C. <pre> 

D. <strong> 

Answer: