• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/28

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

28 Cards in this Set

  • Front
  • Back
app container
A separate memory space where an app executes which prevents corruption of the OS if the application fails
app package
The result of the packaging process containing various files into a distributable file
AppCache
Enables a user to load data ordinarily stored on a server even when the user if offline
application programming interface
a list of instructions letting a program communicate with another program
application state
created when the web browser sends the first request for a web page to the web server and ends when the user closes the browser
cookies
small files that contain information about the user and the Web site visited and are saved on the user's computer
debugging
detecting, finding, and correcting logical or syntactical errors
gesture
On a touch-screen device, a finger move
identity permissions
a particular kind of evidence, or credentials, that an assembly must have in order to run
JavaScript
a scripting language that adds interactivity to web pages
launcher icon
An icon that represents your application
localStorage
similar to sessionStorage, a javascript method to deal efficiently with state data
markup language
this type of language uses tags and is not "run" like a program, it is interpreted
media queries
a CSS3 feature that detects the user's type of screen and sizes the output accordingly
Metro-style user interface
the UI used by Windows 8 including features like a clean look and feel, use of the full screen, large hubs (buttons), and lateral scrolling
namespace
a work area for related objects
permission sets
groups of permissions
persistent state information
data that an application needs after the session ends
platform-independent
the ability of an application to run on different desktop and mobile device operating systems
scripting language
a programming language that uses scripts and requires no compiler
session state
created when a user first requests access to an application and ends when the user closes the session
sessionStorage
javascript method to deal efficiently with state data
touch event
a response an application takes to a gesture
touch-screen simulator/emulator
imitates a system that only has touch capabilities
validator
looks for anything that could cause the code to be interpreted incorrectly, such as missing or unclosed tags, improper DOCTYPE declaration, etc.
Windows Runtime (WinRT)
foundation of Win8 and is made of layers that provide functionality to Metro-style apps and the Windows shell
Windows Store
An online global marketplace for Metro style apps
World Wide Web Consortium (W3C)
main standards body developing specifications for HTML5 which should be finalized in 2014