Cuestiones
ayuda
option
Mi Daypo

TEST BORRADO, QUIZÁS LE INTERESEMTA Soft Dev Part 2

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del test:
MTA Soft Dev Part 2

Descripción:
Part two of the MTA questions

Autor:
AVATAR

Fecha de Creación:
21/02/2018

Categoría:
Otros

Número preguntas: 22
Comparte el test:
Facebook
Twitter
Whatsapp
Comparte el test:
Facebook
Twitter
Whatsapp
Últimos Comentarios
No hay ningún comentario sobre este test.
Temario:
Which two are WebSocket events? Choose two. ondatarecieved onopen onconnect onmessage.
Which HTML tag defines subscript? sup small sub script.
Which three components define the URL used for localStorage data in HTML5? Choose three. hostname unique port query user credentials scheme.
Match the HTML5 technologies to the corresponding descriptions. CSS HTML5 JavaScript SOAP XML.
You need to retrieve a value from local storage by using the key "aardvark". Which code fragment should you use? localStorage.setItem("aardvark",value); var value=localStorage.setItem("aardvark"); var value=localStorage.key("aardvark"); var value=localStorage.getItem("aardvark"); .
Which two code fragments represent ways to use HTML5 to save values to sessionStorage? Choose two: sessionStorage.setItem.someKey='someValue'; sessionStorage.updateItem('someKey','someValue'); sessionStorage.setItem('someKey','someValue'); sessionStorage.someKey='someValue'; .
You’re packaging a web application for development. Which two components of the web application should you distribute? Choose two. Its resources Its code Its cookie Its preferred browser.
Yes or No: A named flow in CSS can have multiple region chains. Yes No.
Yes or No: Content flow into a region chain in CSS is based on document order. Yes No.
Yes or No: When using CSS, place content into a named flow by using a flow-from property. Yes No.
Which positioning scheme places an object in normal document flow? float absolute relative fixed.
When you are working with the path API, what is the purpose of the clip method? Constrains the rendered output of the shape object Stores the shape object for later reference in the script Copies the shape to the system clipboard Pastes a shape in from the system clipboard.
Which two ways can you represent Geolocation API data? Choose two geodetic civic mapped geocentric.
You add script tags to a 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? Use the createTextNode method Set the new text value with the setAttribute method Use the appendChild method Use the firstChild property and set the new text value with the nodeValue property.
Match the JavaScript options to their corresponding characteristics/methods pushState() Has indefinite lifetime onLoad() Has a lifetime of the window Play().
Which HTML5 tag is used to display text with a fixed-width font and preserve both space and line breaks? pre area hr strong.
Which 2 HTML properties can javascript access to change the text value of an HTML element? Choose two. nodevalue title innerhtml nodetype.
Which three attributes can you use with the CAPTION element in HTML? Choose three Onconnect Onabort Onkeydown Onmouseover onclick.
Which Javascript code fragment will store only the number 42 in the variable iNum as a number? Var iNum=42fred; Var iNum = parseInt(“42fred”);.
Which three are valid JavaScript variables? int1 xyz1 _int 1xyz .int.
Which two tags are used with the HTML5 TABLE element? (Choose two.) head body tfoot td.
You create an instance named "location" of a geolocation object. Which code fragment will initiate periodic updates of a device's geographic location? location.watchPosition(showLocation); vartxtContents = document.getEIementyById(‘location').value; location.geolocation.getCurrentPosition(showPosition); .
Denunciar test Consentimiento Condiciones de uso