Lesson 4 Flashcards

1
Q

a high-level, interpreted programming language
that is primarily used for creating interactive web pages.

A

JAVASCRIPT

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

Javascript was called…?

A

LIVESCRIPT

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

a high-level, interpreted programming language
that is primarily used for creating interactive web pages.

A

JAVASCRIPT

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

Javascript was developed by…?

A

BRENDAN EICH
at
NETSCAPE

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

Javascript was developed by…?

A

BRENDAN EICH
at
NETSCAPE COMMUNICATIONS

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

Types of Operators:

A
  • Arithmetic Operators
  • Comparison (Relational)Operators
  • Bitwise Operators
  • Logical Operators
  • Assignment Operators
  • Special Operators
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

JavaScript can be inserted into an HTML document in a few different ways:

A
  • Inline JavaScript
  • External JavaScript
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

JavaScript control flow statements:

A
  • Break Statement
  • Return Statement
  • Continue Statement
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Terminates the current loop or switch statement and transfers control to the statement immediately following it.

A

Break Statement

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

Terminates the execution of a function and optionally returns a value.

A

Return Statement

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

a high-level, interpreted programming language
that is primarily used for creating interactive web pages.

A

JAVASCRIPT

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

Skips the current iteration of a loop and continues with the next iteration.

A

Continue Statement

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

play a crucial role in JavaScript, allowing developers to organize and encapsulate reusable code blocks

A

Functions and Roles

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

BOM???

A

Browser Object Model

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

DOM???

A

Document Object Model

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