Expert Answers


CLICK HERE TO DOWNLOAD THIS ANSWER  INSTANTLY $7.50 Only

 

(TCO 9) What type of menu first displays the main menu and then, based on the user's selection, displays a submenu? (Points : 3)
Single-level menu
Multiple-level menu
Step-level menu
Sublevel menu

(TCO 9) What is not part of the menu valued selections process? (Points : 3)
Input validation loop
Including the Default clause in the case structure
State
Use of an Else clause

(TCO 9) What type of programming is centered on the procedures or actions that take place in a program? (Points : 3)
Object-oriented
Interactive
Procedural
Menu-driven

(TCO 9) The procedures that the object performs are known as _____. (Points : 3)
records
functions
addresses
data fields

(TCO 9) What is the term used for the fields and methods that belong to a class? (Points : 3)
Body
Definition
Return
Members

(TCO 9) You should declare a data field private by using the _____ keyword. (Points : 3)
clandestine
concealed
private
Data fields cannot be private.

(TCO 9) UML stands for _____. (Points : 3)
United Modeling Language
Unified Mega Language
United Mega Language
Unified Modeling Language

(TCO 9) UML stands for _____. (Points : 3)
United Modeling Language
Unified Mega Language
United Mega Language
Unified Modeling Language

(TCO 9) Classes cannot _____. (Points : 3)
include objects from other classes as members
be used to model attributes and behaviors of objects
initialize data members in the class definition
have child classes

(TCO 9) Which of the following is correct? (Points : 3)
A constructor must be declared for each class.
A constructor must be declared with a return type.
A default constructor can only be provided by the compiler.
A class can have only one default constructor.

TCO 9) Which of the following is true of a constructor and destructor of the same class? (Points : 3)
Both are called manually because they are not explicitly defined in the class.
Only one is usually called once per object created.
They both are able to have default arguments.
Both are called automatically, even if they are not explicitly defined in the class.