Exam 8: Introduction to High-Level Language Programming

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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)

Every Java program must have a ____ method.

(Multiple Choice)
4.7/5
(36)

Java comments are ignored by the compiler.

(True/False)
4.7/5
(31)

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)

C++ is not case-sensitive.

(True/False)
4.9/5
(44)

Assembly language came before machine language.

(True/False)
4.9/5
(40)

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(n) ____ can be viewed as a collection of methods.

(Multiple Choice)
4.8/5
(32)

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)

The ____ classifies a method as void or nonvoid.

(Multiple Choice)
4.7/5
(35)

_____ statements direct the flow of control.

(Multiple Choice)
4.9/5
(35)
Showing 61 - 80 of 100
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)