Chapter 8 Flashcards

1
Q

What is the difference between javascript and java?

A

JavaScript can run or execute from within the clients’ web browser and therefore JavaScript is a much smaller and less complex programming language than Java

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

What is the difference between client-side versus server-side processing?

A

JavaScript code that is executed by a browser is considered client-side processing, which differs from other web based programming languages like PHP and ASP.NET that are considered server-side processing and require a web server to execute.

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

Where can javascript be inserted in the HTML document?

A

or tags using tag.

The script can also be saved in a separate file that ends with .js extension.

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

By default, what does Google Chrome and Microsoft browsers allow?

A

Allows javascript to run.

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