Hawerth Castro
Test por , creado hace más de 1 año

HTML5 Application Development Fundamentals Quizzes preparing to certification

74
0
0
Hawerth Castro
Creado por Hawerth Castro hace casi 7 años
Cerrar

CET_TARDE - MTA HTML5 Application Development Fundamentals 1

Pregunta 1 de 60

1

What HTML5 features assist in handling various device sizes?

Selecciona una de las siguientes respuestas posibles:

  • Cookies.

  • Media queries.

  • Plug-ins.

Explicación

Pregunta 2 de 60

1

Alfons needs to verify the hosting specifications for the HTML5 client. Which item(s) are most related to this concern?

Selecciona una de las siguientes respuestas posibles:

  • Reliability, scalability, technical support, security, and support for various operating systems.

  • Plug-in support such as Microsoft® Silverlight® and Flash.

  • The developer application used by the client.

Explicación

Pregunta 3 de 60

1

If the client used Microsoft Expression Web to create the site, what command should he specify in his documentation to prepare the site for hosting?

Selecciona una de las siguientes respuestas posibles:

  • Site/Import.

  • Site/Publishing Settings.

  • Site/Export Web Package.

Explicación

Pregunta 4 de 60

1

What change in HTML5 has changed how data is persistent across user sessions?

Selecciona una de las siguientes respuestas posibles:

  • Use of improved cookies.

  • Use of localStorage and sessionStorage.

  • Media queries.

Explicación

Pregunta 5 de 60

1

What does it mean that http is a stateless protocol?

Selecciona una de las siguientes respuestas posibles:

  • HTTP does not retain data from session to session.

  • HTTP saves information for one session only.

  • HTTP saves only form data.

Explicación

Pregunta 6 de 60

1

What allows HTML5 applications to still work in an offline state?

Selecciona una de las siguientes respuestas posibles:

  • HTTP.

  • AppCache.

  • Cookies.

Explicación

Pregunta 7 de 60

1

If the developer does not have a touch-screen device, how can he or she debug the application prior to testing?

Selecciona una de las siguientes respuestas posibles:

  • Use MouseTouch events and an online touch-screen emulator.

  • He or she cannot test until it is deployed to a touch-screen device.

  • Program it to respond to voice commands.

Explicación

Pregunta 8 de 60

1

What are some touch-enabled best practices to test for?

Selecciona una de las siguientes respuestas posibles:

  • Prevent zooming, prevent scrolling, and render carefully.

  • Allow email and messaging.

  • Use as many new HTML5 features as possible.

Explicación

Pregunta 9 de 60

1

How can the developer validate the new HTML5 code?

Selecciona una de las siguientes respuestas posibles:

  • If the code compiles with no errors, it is validated.

  • Use an online simulator.

  • Use the W3C code validators.

Explicación

Pregunta 10 de 60

1

What steps does she need to take before publishing an application?

Selecciona una de las siguientes respuestas posibles:

  • Plan a promotion strategy for her application.

  • Configure, build, and test a release version.

  • Review her use of localStorage and sessionStorage for her application.

Explicación

Pregunta 11 de 60

1

On what platform or store can Begoña sell her Metro application?

Selecciona una de las siguientes respuestas posibles:

  • Android Market.

  • Windows® 7.

  • Windows Phone SDK.

Explicación

Pregunta 12 de 60

1

Why should Begoña create a vector icon for her application?

Selecciona una de las siguientes respuestas posibles:

  • Because people like pictures more than text.

  • To demonstrate her graphic art capabilities.

  • To promote the brand and help users discover the application.

Explicación

Pregunta 13 de 60

1

What is the new syntax for the doctype declaration?

Selecciona una de las siguientes respuestas posibles:

  • <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/ DTD/xhtml1-transitional.dtd”>

  • <!DOCTYPE HTML>

  • <HTML DOCTYPE>

Explicación

Pregunta 14 de 60

1

What does it mean when a tag has been deprecated?

Selecciona una de las siguientes respuestas posibles:

  • It is outdated and no longer supported.

  • It has been replaced by another tag.

  • It is new to HTML5.

Explicación

Pregunta 15 de 60

1

If the <font> tag is not supported in HTML5, how is the font family for text changed?

Selecciona una de las siguientes respuestas posibles:

  • With cascading style sheets (CSS).

  • By using the <font-family> tag.

  • All text must be displayed as Times New Roman.

Explicación

Pregunta 16 de 60

1

What is the new syntax for the canvas tag?

Selecciona una de las siguientes respuestas posibles:

  • <canvas name = “directions”>

  • <canvas id = “directions” width = “400” height = “500”>

  • <canvas width = “400” height = “500”>

Explicación

Pregunta 17 de 60

1

What command is used to write the drawing to the canvas?

Selecciona una de las siguientes respuestas posibles:

  • context.moveTo(0,0);

  • context.lineTo(70,-70);

  • context.stroke( );

Explicación

Pregunta 18 de 60

1

How does the developer draw on the canvas?

Selecciona una de las siguientes respuestas posibles:

  • Using a script, such as JavaScript.

  • Using native HTML5 commands.

  • Inserting a previously created image.

Explicación

Pregunta 19 de 60

1

What is the syntax for the new HTML5 video tag?

Selecciona una de las siguientes respuestas posibles:

  • <video> </video>

  • <video source= “movie.mp4” controls = “controls”></video>

  • <video src= “movie.mp4” width = “350” height = “300” controls = “controls”> </video>

Explicación

Pregunta 20 de 60

1

How can the developer display a static image in place of the video while the video is downloading and prior to the user selecting play?

Selecciona una de las siguientes respuestas posibles:

  • Add a poster attribute to the video tag.

  • Add an image attribute to the video tag.

  • Add an src attribute.

Explicación

Pregunta 21 de 60

1

What optional attribute can be added to automatically start the video?

Selecciona una de las siguientes respuestas posibles:

  • play

  • autoplay

  • preload

Explicación

Pregunta 22 de 60

1

Which new tag is designed to be self-contained content?

Selecciona una de las siguientes respuestas posibles:

  • <section>

  • <article>

  • <header>

Explicación

Pregunta 23 de 60

1

What information is generally contained in the new footer tag?

Selecciona una de las siguientes respuestas posibles:

  • The author of the document, copyright information, links to terms of use, and contact information

  • Citations and footnotes

  • Headings, subheadings, version information, and navigational controls

Explicación

Pregunta 24 de 60

1

Which tag is used to display multiple levels of headings and subheadings?

Selecciona una de las siguientes respuestas posibles:

  • <header>

  • <hgroup>

  • <section>

Explicación

Pregunta 25 de 60

1

What is the format for the HTML5 tag to validate an email address?

Selecciona una de las siguientes respuestas posibles:

  • <input type = “url” name = “email”>

  • <input type = “text” id = “email”>

  • <input type = “email” name = “email”>

Explicación

Pregunta 26 de 60

1

How can Michiyo make the form more user friendly?

Selecciona una de las siguientes respuestas posibles:

  • Add placeholder text.

  • Add background colors.

  • Add images.

Explicación

Pregunta 27 de 60

1

What input attribute can she use to help the user enter a Japanese Postal Code (Format: nnn-nnnn)?

Selecciona una de las siguientes respuestas posibles:

  • pattern=“\d{3}-\d{4}”

  • mask=“\d{3}-\d{4}”

  • postalCode=“\d{3}-\d{4}”

Explicación

Pregunta 28 de 60

1

What are the parts of the CSS Box Model?

Selecciona una de las siguientes respuestas posibles:

  • Overflow, scrolling, visible, hidden

  • Float, absolute

  • Content, padding, margin, and border

Explicación

Pregunta 29 de 60

1

What generic font families can be used to prevent potential viewing problems?

Selecciona una de las siguientes respuestas posibles:

  • Monospace, serif, sans-serif

  • Arial, Helvetica, Garmond

  • Times New Roman, Comic Sans

Explicación

Pregunta 30 de 60

1

What properties can be set to control overflow when using block flow?

Selecciona una de las siguientes respuestas posibles:

  • Yes, no

  • Height, width

  • Scroll, visible, hidden

Explicación

Pregunta 31 de 60

1

CSS has several vendor-specific prefixes to help accommodate the transition to CSS3. What are valid prefixes for Firefox, Internet Explorer®, and Safari?

Selecciona una de las siguientes respuestas posibles:

  • -firefox-, –microsoft-, -safari-

  • –Ffox-, -Msoft-, -Saf-

  • –moz-, -ms-, -webkit-

Explicación

Pregunta 32 de 60

1

What box property is used to set the direction of the content?

Selecciona una de las siguientes respuestas posibles:

  • box-direction

  • box-align

  • .box-orient

Explicación

Pregunta 33 de 60

1

How can Diane ensure that extra whitespace in a browser window is equally distributed to the size of multiple child elements?

Selecciona una de las siguientes respuestas posibles:

  • box-pack

  • box-align

  • box-direction

Explicación

Pregunta 34 de 60

1

To arrange the content in the newsletter, Michael wants the web developer to use columns that will scale based on the user’s screen size. What new CSS3 style can be used?

Selecciona una de las siguientes respuestas posibles:

  • newsletter

  • column-count

  • hyphenation

Explicación

Pregunta 35 de 60

1

What CSS style can be used to wrap text and other content around specific elements?

Selecciona una de las siguientes respuestas posibles:

  • wrap-text

  • box-align

  • positioned-floats

Explicación

Pregunta 36 de 60

1

To make the newsletter appear professional, Michael wants the text to be fully justified. However, he is concerned that longer words will cause the text to appear stretched. How can the developer correct this problem?

Selecciona una de las siguientes respuestas posibles:

  • CSS3 style for hyphens

  • CSS3 style for text-align

  • CSS3 style for padding

Explicación

Pregunta 37 de 60

1

What CSS3 property creates rounded borders?

Selecciona una de las siguientes respuestas posibles:

  • border-size

  • border-rounded

  • border-radius

Explicación

Pregunta 38 de 60

1

Which statement should the developer use to include a font that is not pre-installed on client machines?

Selecciona una de las siguientes respuestas posibles:

  • @font-face

  • includeFont

  • font-family

Explicación

Pregunta 39 de 60

1

What SVG filter would create the effect shown in the following image?

Selecciona una de las siguientes respuestas posibles:

  • feBlur

  • feGaussianBlur

  • feBlend

Explicación

Pregunta 40 de 60

1

Which variable name is valid in JavaScript?

Selecciona una de las siguientes respuestas posibles:

  • todaysDate

  • 1January

  • First!Name

Explicación

Pregunta 41 de 60

1

Which JavaScript built-in function tests for a numeric value?

Selecciona una de las siguientes respuestas posibles:

  • isNumber()

  • isNaN()

  • isValid()

Explicación

Pregunta 42 de 60

1

What is the correct syntax for defining a new variable in JavaScript?

Selecciona una de las siguientes respuestas posibles:

  • new var firstName;

  • var lastName;

  • var int number;

Explicación

Pregunta 43 de 60

1

What mouse event handler triggers the JavaScript code when the user presses the mouse button?

Selecciona una de las siguientes respuestas posibles:

  • onmousedown

  • onmouseover

  • onmousemove

Explicación

Pregunta 44 de 60

1

Which JavaScript command is used tolocate and access an element on the page?

Selecciona una de las siguientes respuestas posibles:

  • getHTMLTag(tagname)

  • getElementById(idname)

  • getElement(name)

Explicación

Pregunta 45 de 60

1

Which JavaScript command is used to dynamically add new elements?

Selecciona una de las siguientes respuestas posibles:

  • new element(tag);

  • createElement(tag);

  • createNewTag(tag);

Explicación

Pregunta 46 de 60

1

What is the benefit of using animation libraries to add animations to a site?

Selecciona una de las siguientes respuestas posibles:

  • No knowledge of JavaScript is required.

  • Reduces development time by reusing existing functions.

  • Does not require any additional programming.

Explicación

Pregunta 47 de 60

1

What part of the HTML code should include the statements to import existing JavaScript files such as jQuery?

Selecciona una de las siguientes respuestas posibles:

  • <head>

  • <body>

  • <include>

Explicación

Pregunta 48 de 60

1

What libraries should Isabel review to learn more about adding animation to the site?

Selecciona una de las siguientes respuestas posibles:

  • GUI, JavaScript

  • Windows Library, jQuery

  • Animation, WYSIWYG

Explicación

Pregunta 49 de 60

1

What is a benefit of using AppCache?

Selecciona una de las siguientes respuestas posibles:

  • It allows the user to save the application to the client computer.

  • It saves a manifest of URLs in a text file available offline.

  • It provides an indexed database of information used by the client.

Explicación

Pregunta 50 de 60

1

How can developers use a blob in their web design?

Selecciona una de las siguientes respuestas posibles:

  • To access and save text files.

  • To store structured data that can be indexed and searched.

  • To open a connection to the server.

Explicación

Pregunta 51 de 60

1

What new HTML5 database allows developers to store structured data on the client computer?

Selecciona una de las siguientes respuestas posibles:

  • Relational database

  • Indexed database

  • Structured database

Explicación

Pregunta 52 de 60

1

What can the developer use to test for the rotation of the physical device?

Selecciona una de las siguientes respuestas posibles:

  • changedirection

  • onrotate

  • orientationchange

Explicación

Pregunta 53 de 60

1

What gesture is used to increase the size of the screen display?

Selecciona una de las siguientes respuestas posibles:

  • pinchopen

  • pinchclose

  • doubletap

Explicación

Pregunta 54 de 60

1

What technique registers that the user is rotating an image on the screen?

Selecciona una de las siguientes respuestas posibles:

  • A gesture, which is touching the screen with two fingers.

  • Touch events to indicate the start and stop of the rotation.

  • The user cannot rotate an image using touch-enable technology.

Explicación

Pregunta 55 de 60

1

What API can be used to provide a chat application?

Selecciona una de las siguientes respuestas posibles:

  • WebSockets

  • JavaScript

  • web workers

Explicación

Pregunta 56 de 60

1

What technology will enable the City Power and Light Company to identify the current location of its customers?

Selecciona una de las siguientes respuestas posibles:

  • webSockets

  • geolocation

  • gpslocator

Explicación

Pregunta 57 de 60

1

The company has an application that can analyze customer power usage, but it is very slow. How can the company improve the website response time?

Selecciona una de las siguientes respuestas posibles:

  • JavaScript

  • WebSockets

  • web workers

Explicación

Pregunta 58 de 60

1

What mobile device resource detects the force of gravity as well as any forces resulting from the movement of the device?

Selecciona una de las siguientes respuestas posibles:

  • Gyroscope

  • Accelerometer

  • Calibrator

Explicación

Pregunta 59 de 60

1

What operating system environment allows the developer to access new device technology such as a camera or microphone?

Selecciona una de las siguientes respuestas posibles:

  • WinRT

  • Internet Explorer®

  • JavaScript

Explicación

Pregunta 60 de 60

1

What information is held in the memory resources of mobile devices?

Selecciona una de las siguientes respuestas posibles:

  • Photos

  • Application Cache

  • Contact lists and calendars

Explicación