98-375 Exam Questions
99 real 98-375 exam questions with expert-verified answers and explanations. Page 2 of 2.
- Question #57
The data in a specific HTML5 local storage database can be accessed from:
- Question #58
You are creating a page by using HTML5. You add script tags to the page. You need to use JavaScript to access an element by id and add a class to the element. Which property or att...
- Question #59
Which code fragment sets up a timer that calls a function named "adjust" every second?
- Question #61
Which two HTML properties can JavaScript access to change the text value of an HTML element? (Choose two.)
- Question #62
Web Workers define an API for:
- Question #63
Which two are WebSocket events? (Choose two.)
- Question #64
You write the following JavaScript code. (Line numbers are included for reference only.) You need to write a function that will initialize and encapsulate the member variable full...
- Question #65
Your HTML5 code includes this code segment: Which JavaScript code fragment will determine that a visitor has selected the "Chocolate" radio button?
- Question #66
Which JavaScript method allows you to register multiple handlers for a single touch event?
- Question #67
When you are working with the path API, what is the purpose of the clip method?
- Question #68
You need to ensure the scope of a variable named j is limited to the block of a single function named foo(). Which JavaScript code fragment will accomplish this?
- Question #69
When you are using the GeoLocation API, which two arguments does the getCurrentPosition function utilize? (Choose two.)
- Question #70
You create an instance named "ac" of an accelerometer object. Which code fragment will retrieve a single update?
- Question #72
Which HTML5 tag is used to mark text that has been added to the original document?
- Question #73
Which HTML5 code fragment shows a way to validate numeric input as having a value from 1 to 100, inclusive?
- Question #74
Which element should you use to rotate an SVG square?
- Question #75
Which three events are valid for the HTML CANVAS element? (Choose three.)
- Question #76
Which code fragment will display the Play and Pause controls in the audio interface?
- Question #77
You write the following code. (Line numbers are included for reference only.) You need to make the text animate up the screen from a starting position of 400 pixels. Which CSS code...
- Question #78
Which code fragment prepares the HTML5 application to be used offline?
- Question #79
You need to retrieve a value from local storage by using the key "aardvark." Which code fragment should you use?
- Question #80
What value does the following JavaScript code fragment store into the variable num? varnum = localStorage.length;
- Question #81
Which two touch gestures require a multi-touch device? (Choose two.)
- Question #82
You add a div object to a page. Which CSS3 code fragment will add a scrollbar only if the content exceeds the width or height of the object?
- Question #84
When content from a flow is loaded into a region, overflowed content:
- Question #85
Which CSS3 code fragment rounds the corners of a border?
- Question #86
Which CSS3 code fragment will style only the external links in an HTML document?
- Question #87
Which two CSS properties can be used to position multiple HTML elements next to one another? (Choose two.)
- Question #88
Which three code fragments define an HTML input control? (Choose three.)
- Question #89
Which CSS3 code fragment styles an H2 element only if it is a direct child of a DIV element?
- Question #90
You want to obtain a list of all elements whose tag name is div, and you need to retrieve this list as quickly as possible. Which function is most appropriate for this task?
- Question #91
How should you start each HTML5 document?
- Question #92
You want to use the disabled Boolean attribute on a text box. How can you accomplish this? (Choose all that apply.)
- Question #93
In HTML5, the autofocus attribute:
- Question #94
Which two tags are used with the HTML5 TABLE element? (Choose two.)
- Question #95
What is the default value of the CSS position property?
- Question #96
You develop an HTML5 webpage. You have the following HTML markup: You need to change the background color for all of the elements whose name attribute ends with the word name. Whic...
- Question #97
You need to choose an approach for loading the data. What should you do?
- Question #98
You would like to create a Windows 8 application by using Blend and HTML5, JavaScript, and CSS3. Which feature of Blend enables you to pause an application when it reaches a desire...
- Question #99
You create a web page that displays text images. You need to use CSS to rotate some text counterclockwise when the page renders in Internet Explorer. Which markup segment will acco...
- Question #100
Which two functions support 2D transformations in CSS3? (Choose two.)
- Question #101
This question requires that you evaluate the underlined text to determine if it is correct. You want a certain element to always default its positioning to directly follow the prev...
- Question #102
You are creating the styling for your webpage. Which two CSS attributes produce a scroll bar if your content overflows its element? (Choose two.)
- Question #103
Which code fragment sets up a timer that calls a function named "adjust" every second?
- Question #106
You have a Hypertext Markup Language (HTML) p element that is too narrow for the intended layout. It has the following Cascading Style Sheet (CSS) computed style: margin: 5px; bord...
- Question #107
Which of the following are JavaScript libraries? (Choose all that apply.)
- Question #108
Which HTML5 tag is used to specify independent, self-contained content and may typically be used in a blog, news, or forum posting?
- Question #109
What is the name of the procedure by which the operating system terminates an application's process when the user navigates away from the application?
- Question #110
You have a Hypertext Markup Language (HTML) page with an unordered list. You want browsers to render each element side-by-side, use a fixed width, and fit as many elements on each...