Exam 8: Introduction to High-Level Language Programming
Exam 1: An Introduction to Computer Science50 Questions
Exam 2: Algorithm Discovery and Design50 Questions
Exam 3: The Efficiency of Algorithms50 Questions
Exam 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates50 Questions
Exam 5: Computer Systems Organization50 Questions
Exam 6: An Introduction to System Software and Virtual Machines50 Questions
Exam 7: Computer Networks, the Internet, and the Worldwide Web50 Questions
Exam 8: Introduction to High-Level Language Programming100 Questions
Exam 9: The Tower of Babel100 Questions
Exam 10: Compilers and Language Translation50 Questions
Exam 11: Models of Computation50 Questions
Exam 12: Simulation and Modeling50 Questions
Exam 13: Electronic Commerce and Information Security50 Questions
Exam 14: Artificial Intelligence50 Questions
Exam 15: Making Decisions About Computers, Information, and Society50 Questions
Select questions type
By dividing the problem into small pieces, we can ____ the complexity of a whole problem.
(Multiple Choice)
4.8/5
(38)
Programming statements in a high-level language are closer to standard English than statements in assembly language.
(True/False)
4.8/5
(40)
An argument list for a method is a list of the identifiers for variables that concern that method.
(True/False)
4.9/5
(39)
The two reasons why object oriented programming is popular are affordability and software reusability.
(True/False)
4.7/5
(32)
In a high-level language, the ____ can manage the details of data storage.
(Multiple Choice)
4.9/5
(38)
Program maintenance may consume as much as 65% of the total software life cycle budget.
(True/False)
4.7/5
(40)
The return statement consists of the keyword return followed by an expression
for the value to be returned.
(True/False)
4.7/5
(37)
High-level programming languages are often called _____ -generation languages.
(Multiple Choice)
4.8/5
(32)
Debugging a program consists solely of running it on many data sets to be sure its performance falls within required limits.
(True/False)
4.9/5
(41)
A(n) ____ is a variable passed to a method when it is invoked.
(Multiple Choice)
4.9/5
(38)
A variable declared within a method can be used in other methods.
(True/False)
4.9/5
(36)
Subtask modules and properties of a class are stored separately outside of the class.
(True/False)
4.9/5
(39)
Sequential flow of control is the default mode of execution in a C++ program.
(True/False)
5.0/5
(40)
Showing 61 - 80 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)