Lesson 9 Flashcards

1
Q

Animation

A

Is the display of a sequence of static images at a fast enough speed to create the illusion of movement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

AppCache

A

Saves a copy of your Web site files locally, in a structured form.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Canvas Element

A

Is a drawing area under programmatic control. The only graphical elements common in earlier HTML were static, such as PNG and JPG.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Cookies

A

Are small text files that Web sites save to a computer’s hard disk that contain information about the user and his or her browsing preferences.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Data Type

A

Values in JavaScript appear in special appearances or “dressings.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Encapsulate

A

The policy in a JavaScript library that knows how to retrieve the title for itself, rather than having to copy-and-paste the title of all pages for the entire site.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

JSON

A

JSON, or JavaScript Object Notation, is a text-based open standard designed for human-readable data interchange.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

LocalStorage

A

Has better security and makes programming easier than it is with cookies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Parsing

A

Is a term used to describe analysis of complex information into constituent parts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Recursion

A

Is a programming technique in which a function calls itself.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

XMLHttpRequest API

A

Enables you to use JavaScript to pass data in the form of text strings between a client and a server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly