Assessment

Start Exam

Welcome to your Assessment

Name Email Phone Number
1. You create an interface for a touch-enabled application. You discover that some of the input buttons do not trigger when you tap the screen. You need to identify the cause of the problem. What are two possible causes? (Choose two.)
2. You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML5 and CSS3 in their development process. You are running a training exercise for junior developers. You are currently discussing an object of the Web Storage specification that is designed for scenarios where the user is carrying out a single transaction. Which of the following is the object being discussed?
3. You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. You are running a training exercise for junior developers. You are currently discussing an HTML5 input attribute that provides a way to set default text until focus is placed in an element. Which of the following is the input attribute being discussed?
4. Which two terms represent interfaces in the File API?  (Choose two.)
5. Which two touch gestures require a multi-touch device? (Choose two.)
6. You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML5 and CSS3 in their development process. You are running a training exercise for junior developers. You are currently discussing Scalable Vector Graphics (SVG). You have reached the section that deals with presentation elements and their corresponding attributes and DOM interfaces. Which of the following is included in this section?
7. 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?
8. Which two events are supported on touch devices? . (Choose two.)
9.

Should be used to ensure that the website can be viewed on a desktop monitor or smartphone

10. You work as a developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML and CSS3 in their development process. You have been instructed to create a new layout. You should achieve this by making use of only one CSS3 region. Which of the following actions should you take?
11. You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. You are running a training exercise for junior developers. You are currently discussing a CSS property that introduces content into the flow. Which of the following is the property in question
12. Which code fragment sets up a timer that calls a function named “adjust” every second?
13. Which three statements describe cookies?  (Choose three.)
14. 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 attribute should you use?
15. You add script tags to an 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?
16. The data in a specific HTML5 local storage database can be accessed from:
17. 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>
18. Which two semantic tags are used to define layouts in HTML5? (Choose two.)
19. Which JavaScript code fragment will determine that a visitor has selected the “Chocolate” radio button? See link for code
<form action="#">
<p>What flavor do you prefer? <p/>
<input type="radio" name="flavor" if="vanilla" />vanilla<br />
<input type="radio" name="flavor" id="butterscotch" />Butterscotch<br />
<input type="radio" name="flavor" id="chocolate" />Chocolate<br />
</form>
20.

The principle your group should use when designing a website?

21. Which positioning scheme places an object in normal document flow?
22. You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. You are running a training exercise for junior developers. You are currently discussing the relative positioning scheme. Which of the following is TRUE with regards to this positioning scheme?
23. Which item specifies resources for an offline HTML5 application?
24. What is the default value of the CSS position property?
25.

What are the three characteristics of the DOM panel

26. In CSS, the flow-into property deposits:
27. Which attribute prefills a default value for an input element in HTML5?
28. An HTML5 application can be used without going through a manufacturer’s approval process if.
29. You create an interface for a touch-enabled application. You discover that some of the input buttons do not trigger when you tap the screen. You need to identify the cause of the problem. What are two possible causes? (Choose two.)
30. Which three properties can be used with the TouchEvent object in the Safari touch API? (Choose three.)
31. In HTML5, the autofocus attribute:
32. Which HTML5 tag is used to display text with a fixed-width font and preserves both spaces and line breaks?
33. You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. You are running a training exercise for junior developers. You are currently discussing an HTML5 tag that identifies an inline text container. Which of the following is the tag being discussed?
34. You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. You are running a training exercise for junior developers. You are currently discussing a method associated with the localStorage object. The method can be used to write data to local storage. Which of the following is the method being discussed?
35. Which are two features of SVG? Select "Yes" for your answer. (Choose two.)
36. Which CSS3 code fragment rounds the corners of a border?
37. Which code shows the correct way to nest tags in HTML5? 

{ }=< >html brackets
38. Which two tags are used with the HTML5 TABLE element?  (Choose two.)
39. Your code includes the following fragment:  <input type=”text” name=”text1″ id=”myText” />  You need to add code that will retrieve the contents of the INPUT element. Which JavaScript code fragment will accomplish this?
40. Which three generic font family names are valid values of the font-family property in CSS?  (Choose three.)
41. Which HTML5 tag defines superscript text?
42.

Your group has been assigned to create a basic website to facilitate communication with Students and parents of company sponsored day care center operates under the G -citi Campus.Once the website has been completed , you will also have the responsibility for the training the staff to update and manage the site.


Which Three strategies should your group use once have completed an initial usability test on this website?(choose 3)

43. Which term describes the canvas API?
44. Which two code fragments represent ways to use HTML5 to save values to session storage? ( Choose two.)
45. When content from a flow is loaded into a region, overflowed content:
46. Which code fragment will display an image file while the video is downloading?
47. 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?
48. Which tag is used to create a drop-down list in HTML5?
49. Which two CSS properties can be used to position multiple HTML elements next to one another? (Choose two.)
50. You add script tags to an 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?
51. Which positioning scheme places an object in normal document flow?
52. You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. You are running a training exercise for junior developers. You are currently discussing an event that is triggered when a user places a touch point on the touch surface. Which of the following is the event being discussed?
53. What does “V” stand for in the file type SVG?
54. Which CSS position value is used to position an element relative to the browser window?
55. Which layout can you create by using a single CSS3 region?
56. Which CSS3 code fragment will style only the external links in an HTML document?
57. Which CSS property defines which sides of an element where other floating elements are not allowed?
58. Which three are valid JavaScript variables?  (Choose three.)
59. You need to retrieve a value from local storage by using the key “aardvark.” Which code fragment should you use?
60. An HTML5 application can run without an Internet connection if:
61. You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML5 and CSS3 in their development process. You are running a training exercise for junior developers. You are currently discussing a touch interface system gesture that is the same as a mouse left-click. Which of the following is the gesture in question?
62. The variable named “ctx” is the context of an HTML5 canvas object. What does the following code fragment draw? ctx.arc(x, y, r, 0, Math.PI, true);
63. Which two code segments declare JavaScript functions? (Choose two.)
64. 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?
65. In HTML5, which two objects in the Web Storage specification are used to store data on the client?  (Choose two.)
66.

Two considerations of the client's target audience that the designers should review when determining the TECHNICAL REQUIREMENTS of a website

67. You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML and CSS3 in their development process. You have been instructed to alter the text value of an HTML element. You are planning to make use of the innerHTML property. Which of the following is TRUE with regards to the innerHTML property? (Choose all that apply.)
68. Which three technologies does HTML5 encompass?  (Choose three.)
69. You need to use JavaScript to access the “section1” element in the following code fragment: <div id=’section1′>
Which method should you use?
70. You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML5 and CSS3 in their development process. You have received instructions to create a page that has script tags included. You want to access an element by id by making use of JavaScript. You then want to add a class to the element. Which of the following actions should you take?
71.

Designers should consider this when evaluating the age appropriateness of content used on the website

72.

Two units of measurement that allow for flexible scaling of page elements?

73. You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. You are running a training exercise for junior developers. You are currently discussing Scalable Vector Graphics (SVG). Which of the following is TRUE with regards to SVG?  (Choose 2 that apply.)
74. Which JavaScript method is used to draw a circle on a canvas?
75.

When discussing the design plans for an e-commerce site with a retailer moving online, which goal would address the target audience?