Exam 3: Objects, Events, and Graphical User Interfaces

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

A dynamic property has only one value for the whole class.

Free
(True/False)
4.9/5
(33)
Correct Answer:
Verified

False

Function definitions are placed in the ____ section of an HTML file.

Free
(Multiple Choice)
4.7/5
(35)
Correct Answer:
Verified

A

Text boxes are used for two purposes: to give the user a place to enter text and to give the programmer a label with text that can be changed.

Free
(True/False)
4.9/5
(50)
Correct Answer:
Verified

True

A class is like a blueprint; it is not the actual object.

(True/False)
4.9/5
(32)

A(n) ____ is the template or description a programmer uses to create an object.

(Multiple Choice)
4.8/5
(50)

Variable names are usually verbs because they describe actions.

(True/False)
4.8/5
(32)

____ are variables that need to receive arguments.

(Multiple Choice)
4.8/5
(36)

Methods are usually represented by modules or functions, which are run or "called" when needed.

(True/False)
4.9/5
(43)

You create an object with the keyword ____.

(Multiple Choice)
4.9/5
(36)

In JavaScript, the ____ object is instantiated automatically when an HTML file is opened in a Web browser, and it belongs to the Document Object Model (DOM).

(Multiple Choice)
4.9/5
(37)

Which of the following represents an HTML paragraph break?

(Multiple Choice)
4.8/5
(33)

A constructor usually has the same name as the class and is called with the keyword var in an assignment statement.

(True/False)
4.7/5
(42)

In JavaScript, a constructor needs to link an object to other functions so that methods are performed only on the object that calls them.

(True/False)
4.8/5
(42)

Which of the following methods returns a value?

(Multiple Choice)
4.9/5
(32)

An object's properties are defined in the class.

(True/False)
4.8/5
(35)

Methods are usually nouns because they describe things.

(True/False)
4.8/5
(44)

When you instantiate an object from a class, you give a name to this particular object so that your program can distinguish it from other objects you instantiate from the same class.

(True/False)
4.9/5
(38)

A(n) ____ has a simple format, with three sections: name, properties, and methods.

(Multiple Choice)
4.8/5
(40)

The keywords Public and Private are used to allow and disallow access by other programs, so they are called ____.

(Multiple Choice)
4.9/5
(41)

A(n) ____ is a UML diagram describing the makeup of a class.

(Multiple Choice)
4.8/5
(38)
Showing 1 - 20 of 48
close modal

Filters

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