Client-Side Scripting: Part 1 Flashcards

1
Q

Static Pages

A

Nothing alters the HTML code of the page while viewing it

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

Dynamic Pages

A

User interaction can cause changes to the current page (often via JavaScript being executed)

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

Two ways to add Dynamism

A
  • Server-side scripting

- Client-side scripting

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

Server-Side Scripting

A

Script executes on the server computer (i.e. someone else’s, like the host)
- Server computer is at risk

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

Client-Side Scripting

A

Script executes on client-YOUR-machine

- Your machine is at risk

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

DOM

A

Document Object Model

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

What is DOM

A

How JavaScript intereacts with a webpage to make changes to its HTML code, often with “document” commands

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