Certification Exam Prep Questions For HTML5 Application Development Fundamentals (98-375)
QuickStart is now offering assessment questions for HTML5 Application Development Fundamentals (98-375). Whether you are deciding which exam to sign up for, or simply want to practice the materials necessary to complete certification for this course, we have provided a practice assessment to better aid in certification. 100% of the questions are real questions; from a recent version of the test you will take for HTML5 Application Development Fundamentals (98-375)
Can you identify from the options below the HTMLS tag that can be used to specify independent, self-contained content? The tag can also be used in a news, blog or forum posting.
You draw a ball onto a canvas. The positions on which the ball is drawn are x and y. Select three statements from the options below that you think stand true if the ball is visible within a rectangle having top, bottom, left and right dimensions. (opt any THREE)
- A. (x < top AND x>bottom) OR (y> left AND y < right))
-
Incorrect.
Can you identify the Hypertext Markup Language (HTML) 5 API you must use in order to execute JavaScript as a background (asynchronous) task?
- A. WebWorker
-
Correct!
- B. Offline Application Caching
-
Incorrect.
- C. Websocket
-
Incorrect.
- D. Server-Side Events (SSE)
-
Incorrect.
You are tasked to design an application based on HTML5. The application is intended to provide users an online bookstore, where they can have multiple baskets in separate browsers, having one basket in each browser. With separate baskets, they can be treated as separate orders, having their own cart to order confirm cycle (shipping, address, payment, etc.). The requests may be submitted in parallel from different browsers on the same client PC. Considering the case, what data storage do you think would be most suitable to use?
- A. LocalStorage
-
Incorrect.
- B. Indexed DB
-
Incorrect.
- C. SessionStorage
-
Correct!
- D. Cookies
-
Incorrect.
You run a JavaScript script using the following code: var w = new Worker("myScript.js") If you want to send the results back to the calling script, which of the following methods would you use in the file myScript.js?
You have an application with a sessionStorage key known as “Greeting” in which you are required to store a value of "Hello World". You can achieve this task with different ways. Can you identify which of the following line of code can NOT store the value correctly?
- B. sessionStorage.Greeting= "Hello World";
-
Incorrect.
- C. sessionStorage.setltem('Greeting') = "Hello World";
-
Incorrect.
- D. sessionStorage['Greeting'] = 'Hello World';
-
Correct!
Following is the code with which your JavaScript function posts the data from a Hypertext Markup Language (HTML) 5 form to your server: var form = document.getElementByld("theForm"); form.submit(); Identify the statements that are true. (opt ALL that are true)
- A. The form will be submitted synchronously.
-
Correct!
- B. The submit event handler will be executed.
-
Incorrect.
- C. The form will be submitted using the POST method.
-
Incorrect.
There is a -ms-wrap-flow Cascading Style Sheet (CSS) property in the Microsoft Internet Explorer 10. Can you identify what is the purpose of this property?
- C. Permit the contents of inline-flow elements to wrap around other elements with a float property set to "left" or "right"
-
Incorrect.
- D. Convert an inline-flow element to a block-flow element
-
Incorrect.
Can you identify from the statements below, which of these are true regarding the Cascading Style Sheet (CSS) Template Layout Model? (opt ALL that are true)
- C. The layout is composed of rows and columns
-
Correct!
You have a page named News Releases. It is a Hypertext Markup Language (HTML) web page. The content in that page is present in an article element. Before this element is a p element that contains a quote. You want the browser to flow the content of article around the side and bottom of the quote. which Cascading Style Sheet (CSS) property you must use?
There is a Hypertext Markup Language (HTML) page you have that has an unordered list. Each element must be rendered side-by-side by the browser, allowing as many elements to fit in a fixed width. To make that happen, which of the following values would be right to set the display Cascading Style Sheet (CSS) property?
Identify three statements from the options below that stand true for a Windows Marketplace Application Submission? (opt any THREE)
- A. You must have a package upload control defined.
-
Correct!
- B. You must supply an application name.
-
Correct!
- C. Recommended hardware must be documented.
-
Incorrect.
You are required replace the contents in a JavaScript variable referring to a Hypertext Markup Language (HTML) 5 "div" element, with a new HTML. Identify the property that should be used.
You are required to use JavaScript to draw onto a Hypertext Markup Language (HTML) 5 canvas element. The canvas element is called "theCanvas". Identify the code you must use.
- A. var canvas = document.createElement("canvas");
-
Incorrect.
- C. var canvas = document.getElementByld("theCanvas");
-
Incorrect.
Can you identify the purpose of navigator.getUserMedia method?
- A. Accessing the browser's networking medium such as wired, Wi-Fi, and wireless mobile networks
-
Incorrect.
You have a Hypertext Markup Language (HTML) 5 application. There are many lengthy technical words in the application, including the : HTML entity reference. You want to instruct the browser so it can hyphenate those technical words at the point of the entity reference. Identify the Cascading Style Sheet (CSS) property declaration that would do that.
- A. hyphens: auto;
-
Incorrect.
- B. hyphens: manual;
-
Correct!
- C. word-wrap: break-word;
-
Incorrect.
- D. overflow-wrap: hyphenate;
-
Incorrect.
Sometimes, images placed on a canvas share common canvas areas. The globalCompositeOperation defines the way those images will interact when sharing the canvas areas. Can you identify the statement that describes the Destination-In operation?
- A. The source image is displayed where both the source and destination are opaque. Other regions are transparent.
-
Incorrect.
Identify all the statements from the options below that stand true about the WebSocket Application Programming Interface (API)? (opt ALL that are true)
What method must be used to smoothly alter the position of a div element over a period of 1500 milliseconds?
- A. window.moveTo
-
Incorrect.
- B. window.requestAnimationFrame
-
Correct!
- C. window.cancelAnimationFrame
-
Incorrect.
- D. window.moveBy
-
Incorrect.
User has a page that can be opened and closed on demand. Can you identify a tag that is able to offer additional content on that page?
Sometimes, images placed on a canvas share common canvas areas. The globalCompositeOperation defines the way those images will interact when sharing the canvas areas. Identify the statement that best describes the Lighter operation.
- A. The source image is displayed where both the source and destination are opaque. Other regions are transparent.
-
Incorrect.
- B. The source image is displayed where the source is opaque and the destination is transparent.
-
Incorrect.
You have HTML tables in a document. You are required to provide a way that can allow adding a standard title to all those tables. Identify the HTML tag placed above the table for the title placement.
You have a paragraph which is multi-column. Identify the Cascading Style Sheet (CSS) property you must use in order for the text in each column to fill the full column width.
- A. text-transform
-
Incorrect.
- B. text-Justify
-
Incorrect.
- C. text-align
-
Correct!
- D. text-overflow
-
Incorrect.
Your Hypertext Markup Language (HTML) 5 application needs to determine at which angle the device is inclined relative to a flat position. Which events should your application handle? (Each correct answer presents part of the solution. Choose two.)
- A. window.MozOrientation
-
Correct!
- B. window.deviceorientation
-
Correct!
- C. window.devicemotion
-
Incorrect.
- D. window.orientation
-
Incorrect.
- Home
- Sample Question - HTML5 Application Development Fundamentals (98-375)
Sample Question - HTML5 Application Development Fundamentals (98-375)
More Information:
- Learning Style: On Demand
- Learning Style: Practice Exam
- Difficulty: Beginner
- Course Duration: 1 Hour
- Course Info: Download PDF
- Certificate: See Sample
Contact a Learning Consultant
Need Training for 5 or More People?
Customized to your team's need:
- Annual Subscriptions
- Private Training
- Flexible Pricing
- Enterprise LMS
- Dedicated Customer Success Manager
Course Information