98-375 Exam - HTML5 Application Development Fundamentals

certleader.com

Q1. You create an instance named "location" of a geolocation object. 

Which code fragment will initiate periodic updates of a device's geographic location? 

A. location = navigator.geolocation; 

B. location.watchPosition(showLocation) ; 

C. location.getCurrentPosition(showLocation); 

D. location.clearNatch(watchid); 

Answer:

Q2. You write the following code to create a page. (Line numbers are included for reference only.) 

blob.png

You need to apply the SVG blur filter to the text tag on the page. Which HTML/CSS code should you insert at line 02? 

blob.png

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Q3. When content from a flow is loaded into a region, overflowed content: 

A. attempts to fit into the region by auto-adjusting the styles. 

B. continues into the next region. 

C. is truncated and an error flag is set. 

D. is buffered for download. 

Answer:

Q4. You write the following code. (Line numbers are included for reference only.) 

blob.png

You need to make the text animate up the screen from a starting position of 400 pixels. Which CSS code fragment should you insert at line 13? 

blob.png

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Q5. Which layout can you create by using a single CSS3 region? 

A. a table layout 

B. a snaked-column layout 

C. a multiple column liquid layout 

D. a multiple column fixed layout 

Answer:

Q6. Which three are valid JavaScript variables? (Choose three.) 

A. xyz1 

B. .Int 

C. int1 

D. _int 

E. 1xyz 

Answer: A,C,D 

Explanation: Variable names must begin with a letter or special variable with either $ or _ Variable names are case sensitive (y and Y are different variables) 

Q7. When applied to an image, the CSS float:right property: 

A. positionsthe image to the left and displays all of the text to the right of the image. 

B. positionsthe image to the right of the region and wraps text around the top, left, and bottom. 

C. positionsthe image to the left of the region and wraps text around the top, right, and bottom. 

D. positionsthe image to the right and wraps text to the top and bottom. 

Answer:

Q8. Which CSS property defines which sides of an element where other floating elements are not allowed? 

A. float 

B. position 

C. display 

D. clear 

Answer:

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

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