Test Part2 MTA
![]() |
![]() |
![]() |
Título del Test:![]() Test Part2 MTA Descripción: Preparaciòn MTA |




Comentarios |
---|
NO HAY REGISTROS |
Match the JavaScript code fragments with the HTML5 local storage functions. localStorage.getItem("name");. localStorage.clear();. localStorage.clear("name");. localStorage.removeItem("name");. localStorage.setItem("name",nameData);. In CSS, the flow-into property deposits: the flow into the content. the regions into a flow. the flow into the regions. content into the flow. Which TWO HTML properties can JavaScript access to change the text value of an HTML element?. innerHTML. nodeType. title. nodeValue. Web Workers define an API for: Publishing frequently updated works for syndication. Running scrips in the background. Bi-directional, full-duplex communications over a single TCP socket. Distributing load across multiple wed servers. Which two are WebSocket events?. onconnect. onmessage. ondatareceived. onopen. 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?. The touch screen is not calibrated. The input areas are too close together. The defined input areas are too small. The input areas are semi-transparent. An HTML5 application can be used without going through a manufacturer´s approval process if: The browser on the device supports HTML5. The manufacturer has unlocked the device´s SIM card. The application has been compiled. The developer has the correct application ID. Which item specifies resources for an offline HTML5 application?. a CSS style sheet. an HTML5 file. a JavaScript file. a cache manifest file. In HTML5, which TWO objects in the Web Storage specification are used to store data on the client?. Websocket. Navigator. cache. sessionStorage. localStorage. Match the HTML5 technologies to the corresponding descriptions. CSS. HTML5. JavaScript. SOAP. XML. Which TWO code fragments represent ways to use HTML5 to save values to session storage?. sessionStarage.setItem("someKey","someValue");. sessionStarage.setItem.someKey= "someValue";. sessionStarage.someKey= "someValue";. sessionStarage.updateItem("someKey","someValue");. When you are testing a touch interface, which two gestures can you simulate by using a mouse? Choose two. Tap. Pinch. Flick. Rotate. Which THREE event attributes are used with the CAPTION element in HTML5? Choose three. onmouseover. ondblclick. onkeydown. onconnect. onabort. Which HTML5 tag defines superscript text?. < small >. < script >. < sup >. < sub >. What does the following HTML5 code fragment do? <video controls> <source src= "myVacation.avi" type="video/avi"> <source src= "myVacation.ogg" type="video/ogg"> </video>. It plays the myVacation. avi video if the browser supports it; otherwise, plays the myVacation.ogg video if the browser supports it. It plays two videos: first myVacation.avi, and then myVacation.ogg. It plays both videos simultaneously, myVacation.avi and myVacation.ogg. It prompts the user to choose which format of the myVacation video it should play, .avi or .ogg. |