Exam 1: Software Engineering Principles and C++ Classes
Exam 1: Software Engineering Principles and C++ Classes42 Questions
Exam 2: Object-Oriented Design OOD and C++35 Questions
Exam 3: Pointers and Array-Based Lists45 Questions
Exam 4: Standard Template Library (STL) I47 Questions
Exam 5: Linked Lists44 Questions
Exam 6: Recursion36 Questions
Exam 7: Stacks44 Questions
Exam 8: Queues48 Questions
Exam 9: Searching and Hashing Algorithms49 Questions
Exam 10: Sorting Algorithms47 Questions
Exam 11: Binary Trees and B-Trees47 Questions
Exam 12: Graphs43 Questions
Exam 13: Standard Template Library (STL) II50 Questions
Select questions type
____ is the first and most important step of the software development process.
(Multiple Choice)
4.9/5
(39)
The three fundamental stages through which a program goes are implementation, use, and maintenance.
(True/False)
4.9/5
(38)
If g(n) = 1, the growth rate is constant and does not depend on the size of the problem.
(True/False)
4.8/5
(33)
The name of a constructor is the same as the name of the ____.
(Multiple Choice)
4.8/5
(48)
The general syntax for declaring a class object that invokes the default constructor is ____.
(Multiple Choice)
4.8/5
(36)
The structured design approach is also known as modular programming.
(True/False)
4.8/5
(33)
In the function ____, the growth rate is a function of the base 2 logarithm of n.
(Multiple Choice)
4.8/5
(40)
A program goes through many phases from the time it is first conceived until the time it is retired, called the life cycle of the program.
(True/False)
4.7/5
(37)
The three fundamental stages a program goes through are: development, use, and ____.
(Multiple Choice)
4.8/5
(35)
____ is the ability to create new data types from existing data types.
(Multiple Choice)
4.9/5
(33)
White-box testing relies on the internal structure and implementation of a function or algorithm.
(True/False)
4.8/5
(38)
Encapsulation is the ability to handle data and operations as separate units.
(True/False)
4.8/5
(34)
____ serves to hide the details of the operations on the data.
(Multiple Choice)
4.8/5
(43)
Class objects cannot be passed as parameters to functions or returned as function values.
(True/False)
4.9/5
(29)
In black-box testing, you do not know the internal working of the algorithm or function.
(True/False)
4.7/5
(38)
When a program is considered too expensive to maintain, the developer might decide to ____ the program and no new version of the program will be released.
(Multiple Choice)
4.8/5
(38)
Showing 21 - 40 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)