Exam 6: Introducing Javascript

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

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Gives programmers the ability to evaluate a specific condition and then perform different actions depending on the results of that evaluation

(Multiple Choice)
4.8/5
(42)

A meaningless sequence of gibberish or cryptic symbols can also be a string.

(True/False)
4.9/5
(41)

The JavaScript if statement supports an optional ____ clause,which defines the action to take if the specified condition is not true.

(Multiple Choice)
4.9/5
(41)

Case 6-2 Daniel is writing JavaScript code to see if the person visiting his Web site is using Microsoft Internet Explorer. -In the context of this case,and the code written below, (navigator.appName == "Microsoft Internet Explorer") The term navigator can be used interchangeably with the term ____.

(Multiple Choice)
4.9/5
(34)

Explain the history of Java and JavaScript.Which came first? How are they related to each other? Would you rather have worked on the development of Java or the development of JavaScript? Why?

(Essay)
4.9/5
(43)

A string is limited to 256 characters.

(True/False)
4.8/5
(40)

When working with JavaScript,always place the closing brace so that it is ____ with its corresponding opening brace.

(Multiple Choice)
4.9/5
(27)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -JavaScript programmers call upon the services of one or more of these specialized functions that are within objects

(Multiple Choice)
4.7/5
(28)

When working with a compiler,the ____ controls the conversion process of turning human-readable code into a machine-readable form.

(Multiple Choice)
4.8/5
(43)

Strictly speaking,the rules of JavaScript syntax require a semicolon at the end of each line.

(True/False)
4.9/5
(33)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -The line-by-line conversion process of scripts that occurs automatically at run time

(Multiple Choice)
4.9/5
(31)

HTML tags do not conform to the rules of JavaScript syntax;therefore,the JavaScript interpreter cannot process them.

(True/False)
4.7/5
(45)

The syntax of the parameter list consists of an opening parenthesis,____ or more parameter items,and a closing parenthesis.

(Multiple Choice)
4.7/5
(34)

JavaScript objects contain ____ that programmers can access to obtain information about the object.

(Multiple Choice)
4.8/5
(36)

FIGURE 6-1 FIGURE 6-1    -Referring to Figure 6-1,the table shows ____ operators. -Referring to Figure 6-1,the table shows ____ operators.

(Multiple Choice)
4.7/5
(36)

Case 6-1 Kate is new at her company, and has found some existing JavaScript that she would like to use on the company's Web site. -In the JavaScript below,Kate realizes that the first line "if (< blank>)" is called the ____. If (< blank>) { Input 1; Input 2; Input 3; }

(Multiple Choice)
4.9/5
(37)

____ is considered to be the JavaScript default object,which means it is not necessary to use its name explicitly.

(Multiple Choice)
4.8/5
(35)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Provides the method with the information it needs to perform its function correctly

(Multiple Choice)
4.8/5
(39)

JavaScript is undoubtedly the most widely used technology on the World Wide Web.

(True/False)
4.8/5
(32)

It is easy for a Web browser to detect whether a particular Web page contains embedded JavaScript code.The person who creates the document should use the < string> tag to mark the beginning of a JavaScript section.____________________

(True/False)
4.9/5
(35)
Showing 21 - 40 of 50
close modal

Filters

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