Exam 6: Introducing Javascript

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A token can either be a variable name (such as x or count)or a literal ____________________ (such as 10 or "hello").

(Short Answer)
4.8/5
(34)

JavaScript is essentially made up of a number of invisible entities called ____________________ that contain a well-defined set of capabilities.

(Short Answer)
4.8/5
(37)

In the context of HTML and JavaScript,a(n)____________________ is nothing more than a sequence of one or more characters.

(Short Answer)
4.9/5
(36)

If the result of the condition is true,the else block will run.____________________

(True/False)
4.9/5
(51)

The bar at the bottom of the browser window that displays messages is called the ____ line.

(Multiple Choice)
4.8/5
(35)

The alert()method is part of an object called ____________________.

(Short Answer)
4.9/5
(37)

Once the condition has been evaluated,either the if statement block or the else statement block will be executed,or both.

(True/False)
4.9/5
(41)

If using the else keyword in a JavaScript if statement,the else keyword appears immediately after the statement block of the if clause and is accompanied by a statement block of its own.

(True/False)
4.9/5
(35)

JavaScript is sometimes referred to as a programming language,but it is more accurate to call it a ____ language.

(Multiple Choice)
4.8/5
(38)

The JavaScript method ____ simply inserts a string of characters into the standard HTML text stream.

(Multiple Choice)
4.8/5
(34)
Showing 41 - 50 of 50
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)