98-375 Exam Questions
99 real 98-375 exam questions with expert-verified answers and explanations. Page 1 of 2.
- Question #1
Which positioning scheme places an object in normal document flow?
- Question #2
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);
- Question #3
You create an interface for a touch-enabled application. During testing you discover that some touches trigger multiple input areas. Which situation will cause this problem?
- Question #4
An HTML5 application can be used without going through a manufacturer's approval process if:
- Question #6
Which item specifies resources for an offline HTML5 application?
- Question #7
In HTML5, which two objects in the Web Storage specification are used to store data on the client? (Choose two.)
- Question #8
Which two code fragments represent ways to use HTML5 to save values to session storage? (Choose two.)
- Question #10
When you are testing a touch interface, which two gestures can you simulate by using a mouse? (Choose two.)
- Question #11
Which HTML5 tag defines superscript text?
- Question #12
Which three event attributes are used with the CAPTION element in HTML5? (Choose three.)
- Question #13
What does the following HTML5 code fragment do?
- Question #14
Which are two features of SVG? (Choose two.)
- Question #15
Which HTML5 tag is used to display text with a fixed-width font and preserves both spaces and line breaks?
- Question #16
What does "V" stand for in the file type SVG?
- Question #17
Which tag is used to create a drop-down list in HTML5?
- Question #18
Which attribute prefills a default value for an input element in HTML5?
- Question #19
Which two outcomes will this code fragment accomplish? (Each correct answer presents a complete solution. Choose two.)
- Question #20
Which three technologies does HTML5 encompass? (Choose three.)
- Question #21
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 p...
- Question #22
An HTML5 application can run without an Internet connection if:
- Question #23
On a Windows touch device, which gesture serves the same purpose as a right-click of the mouse?
- Question #24
Which three components define the URL used for localStorage data in HTML5? (Choose three.)
- Question #26
Which two code segments declare JavaScript functions? (Choose two.)
- Question #27
You add script tags to an HTML page. You need to update the text value within a specific HTML element. You access the HTML element by id. What should you do next?
- Question #28
You create an instance named "location" of a geolocation object. Which code fragment will initiate periodic updates of a device's geographic location?
- Question #29
You need to use JavaScript to access the "section1" element in the following code fragment: <div id='section1'> Which method should you use?
- Question #30
Which three properties can be used with the TouchEvent object in the Safari touch API? (Choose three.)
- Question #32
Which three statements describe cookies? (Choose three.)
- Question #33
Which two terms represent interfaces in the File API? (Choose two.)
- Question #34
Which two semantic tags are used to define layouts in HTML5? (Choose two.)
- Question #35
Which two HTML5 tags format text content only? (Choose two.)
- Question #36
You are developing an HTML5 page. The page includes the following code. The inner paragraph must be exactly 15 pixels from the top left corner of the outer paragraph. You set the l...
- Question #37
You are developing a customer web form that includes the following HTML input field. <input id="txtValue"/> If a customer enters a value in the input field, then it must be a numer...
- Question #38
You develop an HTML5 webpage. You have the following HTML markup: <input type="text" id="username" /> You need to prevent users from entering specific characters into the username...
- Question #39
Which CSS property defines which sides of an element where other floating elements are not allowed?
- Question #40
You write the following code to create a page. (Line numbers are included for reference only.) You need to apply the SVG blur filter to the text tag on the page. Which HTML/CSS cod...
- Question #41
Which layout can you create by using a single CSS3 region?
- Question #42
In CSS, the flow-into property deposits:
- Question #43
Which CSS code fragment centers an image horizontally?
- Question #45
Which code shows the correct way to nest tags in HTML5?
- Question #46
Which JavaScript method is used to draw a circle on a canvas?
- Question #47
Which code fragment will display an image file while the video is downloading?
- Question #48
Which three generic font family names are valid values of the font-family property in CSS? (Choose three.)
- Question #50
When applied to an image, the CSS float:right property:
- Question #51
Which CSS3 code segment styles the text color of EM elements to be red and semi- transparent?
- Question #52
Which term describes the canvas API?
- Question #53
Which CSS position value is used to position an element relative to the browser window?
- Question #54
Which three are valid JavaScript variables? (Choose three.)
- Question #55
Your code includes the following fragment: <input type="text" name="text1" id="myText" /> You need to add code that will retrieve the contents of the INPUT element. Which JavaScrip...
- Question #56
Which two events are supported on touch devices? (Choose two.)