The Value of JavaScript to Our Websites Flashcards

1
Q

last lesson

A
  • difference between static and dynamic

- client-side dynamic features we can implement in JavaScript

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

this lesson

A
  • importance of JavaScript to our applications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

HTML is Static

A
  • alone is static (it’s just text)

- we can use: images, CSS, etc. but it’s still static

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

we want our website to be responsive

A
  • when user takes an action
  • we want to respond with action
  • we can’t do that with plain text HTML
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

HTML is NOT a Programming Language

A
  • it is a markup language

- HTML uses tags

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

What can a programming language do that HTML can’t?

A
  1. Take steps and actions in a sequence
  2. Do things repetitively (A loop)
  3. Make decisions based on data
    “A language with theses abilities can solve any kind of problem that can be solved with a computer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

JavaScript is a programming language

A
  • gives us ability to make interactive pages

- gives us ability to interact with: users and visitors

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

Which of the following criteria is required for something to be considered a programming language?

A
  • Do things repetitively
  • Make decisions based on data
  • Execute a series of steps in order
How well did you know this?
1
Not at all
2
3
4
5
Perfectly