Chapter 1 terms Flashcards

1
Q

What is a script? How do we approach making one?

A
  • A Script is a series of instructions like a recipe.
  • Break down your goal into a series of tasks and then work out each step needed to complete that task (build a flowchart)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Each object has its own what 3 things?

A
  • properties
  • events
  • methods
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Each property has what?

A
  • a name and value

- tells you something about each individual instance of the object.

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

What is an event?

What does it do?

A
  • in programming, a reference point to trigger programming.

- like a button or mouse scroll

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