Hawerth Castro
Quiz por , criado more than 1 year ago

HTML5 Application Development Fundamentals Quizzes preparing to certification

75
0
0
Hawerth Castro
Criado por Hawerth Castro aproximadamente 7 anos atrás
Fechar

CET_TARDE - MTA HTML5 Application Development Fundamentals 1

Questão 1 de 60

1

What HTML5 features assist in handling various device sizes?

Selecione uma das seguintes:

  • Cookies.

  • Media queries.

  • Plug-ins.

Explicação

Questão 2 de 60

1

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

Selecione uma das seguintes:

  • 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.

Explicação

Questão 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?

Selecione uma das seguintes:

  • Site/Import.

  • Site/Publishing Settings.

  • Site/Export Web Package.

Explicação

Questão 4 de 60

1

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

Selecione uma das seguintes:

  • Use of improved cookies.

  • Use of localStorage and sessionStorage.

  • Media queries.

Explicação

Questão 5 de 60

1

What does it mean that http is a stateless protocol?

Selecione uma das seguintes:

  • HTTP does not retain data from session to session.

  • HTTP saves information for one session only.

  • HTTP saves only form data.

Explicação

Questão 6 de 60

1

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

Selecione uma das seguintes:

  • HTTP.

  • AppCache.

  • Cookies.

Explicação

Questão 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?

Selecione uma das seguintes:

  • 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.

Explicação

Questão 8 de 60

1

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

Selecione uma das seguintes:

  • Prevent zooming, prevent scrolling, and render carefully.

  • Allow email and messaging.

  • Use as many new HTML5 features as possible.

Explicação

Questão 9 de 60

1

How can the developer validate the new HTML5 code?

Selecione uma das seguintes:

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

  • Use an online simulator.

  • Use the W3C code validators.

Explicação

Questão 10 de 60

1

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

Selecione uma das seguintes:

  • Plan a promotion strategy for her application.

  • Configure, build, and test a release version.

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

Explicação

Questão 11 de 60

1

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

Selecione uma das seguintes:

  • Android Market.

  • Windows® 7.

  • Windows Phone SDK.

Explicação

Questão 12 de 60

1

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

Selecione uma das seguintes:

  • Because people like pictures more than text.

  • To demonstrate her graphic art capabilities.

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

Explicação

Questão 13 de 60

1

What is the new syntax for the doctype declaration?

Selecione uma das seguintes:

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

  • <!DOCTYPE HTML>

  • <HTML DOCTYPE>

Explicação

Questão 14 de 60

1

What does it mean when a tag has been deprecated?

Selecione uma das seguintes:

  • It is outdated and no longer supported.

  • It has been replaced by another tag.

  • It is new to HTML5.

Explicação

Questão 15 de 60

1

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

Selecione uma das seguintes:

  • With cascading style sheets (CSS).

  • By using the <font-family> tag.

  • All text must be displayed as Times New Roman.

Explicação

Questão 16 de 60

1

What is the new syntax for the canvas tag?

Selecione uma das seguintes:

  • <canvas name = “directions”>

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

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

Explicação

Questão 17 de 60

1

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

Selecione uma das seguintes:

  • context.moveTo(0,0);

  • context.lineTo(70,-70);

  • context.stroke( );

Explicação

Questão 18 de 60

1

How does the developer draw on the canvas?

Selecione uma das seguintes:

  • Using a script, such as JavaScript.

  • Using native HTML5 commands.

  • Inserting a previously created image.

Explicação

Questão 19 de 60

1

What is the syntax for the new HTML5 video tag?

Selecione uma das seguintes:

  • <video> </video>

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

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

Explicação

Questão 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?

Selecione uma das seguintes:

  • Add a poster attribute to the video tag.

  • Add an image attribute to the video tag.

  • Add an src attribute.

Explicação

Questão 21 de 60

1

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

Selecione uma das seguintes:

  • play

  • autoplay

  • preload

Explicação

Questão 22 de 60

1

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

Selecione uma das seguintes:

  • <section>

  • <article>

  • <header>

Explicação

Questão 23 de 60

1

What information is generally contained in the new footer tag?

Selecione uma das seguintes:

  • 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

Explicação

Questão 24 de 60

1

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

Selecione uma das seguintes:

  • <header>

  • <hgroup>

  • <section>

Explicação

Questão 25 de 60

1

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

Selecione uma das seguintes:

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

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

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

Explicação

Questão 26 de 60

1

How can Michiyo make the form more user friendly?

Selecione uma das seguintes:

  • Add placeholder text.

  • Add background colors.

  • Add images.

Explicação

Questão 27 de 60

1

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

Selecione uma das seguintes:

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

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

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

Explicação

Questão 28 de 60

1

What are the parts of the CSS Box Model?

Selecione uma das seguintes:

  • Overflow, scrolling, visible, hidden

  • Float, absolute

  • Content, padding, margin, and border

Explicação

Questão 29 de 60

1

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

Selecione uma das seguintes:

  • Monospace, serif, sans-serif

  • Arial, Helvetica, Garmond

  • Times New Roman, Comic Sans

Explicação

Questão 30 de 60

1

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

Selecione uma das seguintes:

  • Yes, no

  • Height, width

  • Scroll, visible, hidden

Explicação

Questão 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?

Selecione uma das seguintes:

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

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

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

Explicação

Questão 32 de 60

1

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

Selecione uma das seguintes:

  • box-direction

  • box-align

  • .box-orient

Explicação

Questão 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?

Selecione uma das seguintes:

  • box-pack

  • box-align

  • box-direction

Explicação

Questão 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?

Selecione uma das seguintes:

  • newsletter

  • column-count

  • hyphenation

Explicação

Questão 35 de 60

1

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

Selecione uma das seguintes:

  • wrap-text

  • box-align

  • positioned-floats

Explicação

Questão 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?

Selecione uma das seguintes:

  • CSS3 style for hyphens

  • CSS3 style for text-align

  • CSS3 style for padding

Explicação

Questão 37 de 60

1

What CSS3 property creates rounded borders?

Selecione uma das seguintes:

  • border-size

  • border-rounded

  • border-radius

Explicação

Questão 38 de 60

1

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

Selecione uma das seguintes:

  • @font-face

  • includeFont

  • font-family

Explicação

Questão 39 de 60

1

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

Selecione uma das seguintes:

  • feBlur

  • feGaussianBlur

  • feBlend

Explicação

Questão 40 de 60

1

Which variable name is valid in JavaScript?

Selecione uma das seguintes:

  • todaysDate

  • 1January

  • First!Name

Explicação

Questão 41 de 60

1

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

Selecione uma das seguintes:

  • isNumber()

  • isNaN()

  • isValid()

Explicação

Questão 42 de 60

1

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

Selecione uma das seguintes:

  • new var firstName;

  • var lastName;

  • var int number;

Explicação

Questão 43 de 60

1

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

Selecione uma das seguintes:

  • onmousedown

  • onmouseover

  • onmousemove

Explicação

Questão 44 de 60

1

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

Selecione uma das seguintes:

  • getHTMLTag(tagname)

  • getElementById(idname)

  • getElement(name)

Explicação

Questão 45 de 60

1

Which JavaScript command is used to dynamically add new elements?

Selecione uma das seguintes:

  • new element(tag);

  • createElement(tag);

  • createNewTag(tag);

Explicação

Questão 46 de 60

1

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

Selecione uma das seguintes:

  • No knowledge of JavaScript is required.

  • Reduces development time by reusing existing functions.

  • Does not require any additional programming.

Explicação

Questão 47 de 60

1

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

Selecione uma das seguintes:

  • <head>

  • <body>

  • <include>

Explicação

Questão 48 de 60

1

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

Selecione uma das seguintes:

  • GUI, JavaScript

  • Windows Library, jQuery

  • Animation, WYSIWYG

Explicação

Questão 49 de 60

1

What is a benefit of using AppCache?

Selecione uma das seguintes:

  • 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.

Explicação

Questão 50 de 60

1

How can developers use a blob in their web design?

Selecione uma das seguintes:

  • To access and save text files.

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

  • To open a connection to the server.

Explicação

Questão 51 de 60

1

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

Selecione uma das seguintes:

  • Relational database

  • Indexed database

  • Structured database

Explicação

Questão 52 de 60

1

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

Selecione uma das seguintes:

  • changedirection

  • onrotate

  • orientationchange

Explicação

Questão 53 de 60

1

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

Selecione uma das seguintes:

  • pinchopen

  • pinchclose

  • doubletap

Explicação

Questão 54 de 60

1

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

Selecione uma das seguintes:

  • 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.

Explicação

Questão 55 de 60

1

What API can be used to provide a chat application?

Selecione uma das seguintes:

  • WebSockets

  • JavaScript

  • web workers

Explicação

Questão 56 de 60

1

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

Selecione uma das seguintes:

  • webSockets

  • geolocation

  • gpslocator

Explicação

Questão 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?

Selecione uma das seguintes:

  • JavaScript

  • WebSockets

  • web workers

Explicação

Questão 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?

Selecione uma das seguintes:

  • Gyroscope

  • Accelerometer

  • Calibrator

Explicação

Questão 59 de 60

1

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

Selecione uma das seguintes:

  • WinRT

  • Internet Explorer®

  • JavaScript

Explicação

Questão 60 de 60

1

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

Selecione uma das seguintes:

  • Photos

  • Application Cache

  • Contact lists and calendars

Explicação