Lesson 8 Flashcards

1
Q

Callback

A

The click action is the event, and script response.

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

Computer Program

A

Is a recipe we direct the computer to execute that results in a particular display or action.

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

Dynamic Application

A

Adjusts and responds to such a actions by end users.

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

Event Handler

A

An event is an action or occurrence detected by the program that may be handled by the program.

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

Events

A

Are actions that trigger other actions to occur.

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

Function

A

Is a segment of a program defined and performed in isolation from other parts.

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

Identifiers

A

Basically the name of variables and functions.

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

Interactivity

A

Enables an end user to take action in an application, usually by clicking a button or pressing a key.

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

JavaScript Library

A

Is pre-written JavaScript code.

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

JQuery

A

Is the leading javascript library of this sort.

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

Library

A

Is a collection of resources.

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

Methods

A

Although JavaScript builds in a library of useful functions for many common operations, some JavaScript capabilities are tied strongly to particular objects HTML defines.

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

Subroutines

A

To perform a frequently used operation within a program.

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

Validation

A

Is an important responsibility for javascript.

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

Variable

A

JavaScript programs have one other kind of symbolic abbreviation, or name that’s common

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