wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

EOPA Review

Total questions: 10

Worksheet time: 20mins

Name
Class
Date
1.

When running an app created with HTML5 in the Windows Metro Style UI, which process hosts the application?

a)

explorer.exe

b)

WWAHost.exe

2.

What is the primary difference between localStorage and sessionStorage in HTML5?

a)

localStorage is stored without a time limit, whereas sessionStorage is only available within the user's current session.

b)

localStorage applies to only one user, sessionStorage applies to all concurrent users.

3.

When using the <canvas> tag, which technique is used to draw the graphic to the page?

a)

Only server side code can be used to draw on the the canvas element.

b)

A scripting language (such as Javascript) is used.

4.

JSON is used to send and receive data easily to and from the web server.

a)

True

b)

False

5.

What is the purpose of JSON API?

a)

Graphical processing inside of the web browser

b)

Sending and receiving information from a web server through JavaScript

6.

HTML5 includes which two history object methods to persist state information?

a)

replaceState and pushState

b)

pageState and pageHistory

7.

What is the difference between an App Package and an App Container?

a)

The App Container is the entire app packaged into a single file. This process is similar to archiving a large number of files to transfer them to another person. The App Package is the memory space allocated at runtime for the app on the user's local machine.

b)

The App Package is the entire app packaged into a single file. This process is similar to archiving a large number of files to transfer them to another person. The App Container is the memory space allocated at runtime for the app on the user's local machine.

8.

What code will create a CSS style that will modify the strong tag to apply blue color and add 60% transparency?

a)

strong { color: rgba(0,0,255, 0.40); }

b)

strong { color: rgba(0,0,255,60); }

9.

What is jQuery?

a)

A language specifically written to access databases

b)

Lightweight, "write less, do more" JavaScript library

10.

Which of the following is true of Scalable Vector Graphics?

a)

SVG are static and cannot be animated

b)

SVG are created purely in XML, and so require very little bandwidth compared to an actual file