answers already passed
True or False? The filtering phase of object-oriented problem solving
determines which of the possible classes generated during brainstorming are
the core classes in the problem solution. - correct answer True
True or False? A parameter is a mechanism that allows data to be passed into
a subprogram. - correct answer True
True or False? Clicking a mouse is an example of asynchronous processing. -
correct answer True
Which of the following is the ability for a subprogram to call itself? - correct
answer Recursion
True or False? Second generation high-level programming languages came in
one of two varieties: those that are compiled such as COBOL and those that
are interpreted like APL. - correct answer True
A statement such as owns(mary,bo) comes from which paradigm? - correct
answer Logic
True or False? The Java Virtual Machine is a hypothetical computer that
executes Bytecode. - correct answer True
Which of the following allows a WHILE loop to be contained within the body of
another while loop? - correct answer nested logic
, Which of the following produces a true or false result? - correct answer
Boolean expression
True or False? Encapsulation is a language feature that enforces information
hiding. - correct answer True.
LISP, Scheme, and ML belong to which language paradigm? - correct answer
functional
True or False? In asynchronous processing, the processing is under the
control of events occurring outside the sequence of processing instructions. -
correct answer True
Which of the following include selection statements and repetition statements?
- correct answer control structure
Which of the following is the process of creating an object from a class? -
correct answer instantiation
Which of the following translates and executes program statements in
sequence, instead of having separate translation and execution steps? -
correct answer interpreter
Which of the following allows one class to be derived from another? - correct
answer Inheritance
Programs in which of the following paradigms have no assignment
statements? - correct answer functional