Exam 3: Objects, Events, and Graphical User Interfaces
Exam 1: The Craft of Programming50 Questions
Exam 2: The Javascript Language49 Questions
Exam 3: Objects, Events, and Graphical User Interfaces48 Questions
Exam 4: The Sequence Structure50 Questions
Exam 5: The Selection Structure50 Questions
Exam 6: The Repetition Structure50 Questions
Exam 7: Complex Conditions49 Questions
Exam 8: Modules and Functions50 Questions
Exam 9: Menus and Data Validation50 Questions
Exam 10: Arrays50 Questions
Exam 11: Building Programs50 Questions
Exam 12: Sorting Data30 Questions
Exam 13: Recursion50 Questions
Select questions type
A dynamic property has only one value for the whole class.
Free
(True/False)
4.9/5
(33)
Correct Answer:
False
Function definitions are placed in the ____ section of an HTML file.
Free
(Multiple Choice)
4.7/5
(35)
Correct Answer:
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:
True
A(n) ____ is the template or description a programmer uses to create an object.
(Multiple Choice)
4.8/5
(50)
Methods are usually represented by modules or functions, which are run or "called" when needed.
(True/False)
4.9/5
(43)
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)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)