Exam 8: Introduction to High-Level Language Programming

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

____ involves developing a clear, concise, and unambiguous statement of the exact problem to be solved.

(Multiple Choice)
4.7/5
(28)

_____ creates what is called an "is a" relationship.

(Multiple Choice)
4.9/5
(35)

A semicolon should appear at the end of a method header.

(True/False)
4.9/5
(41)

A(n) ____ method is one that does not need to be invoked by an object of that class.

(Multiple Choice)
4.8/5
(37)

Which of the following identifies a function as void or nonvoid?

(Multiple Choice)
4.9/5
(33)

A(n) _____ statement writes a message or the value of a program variable to the user's screen or to a file on some permanent storage medium.

(Multiple Choice)
4.7/5
(36)

The Console class methods readInt, readDouble, and readChar are nonvoid methods that return the value entered at the keyboard.

(True/False)
4.9/5
(44)

Internal documentation is part of the program code itself.

(True/False)
4.8/5
(40)

In Java, an identifier can be any combination of letters and digits, in any order.

(True/False)
4.9/5
(46)

In a high-level programming language, the programmer must "manually" manage the movement of data items between and among memory locations.

(True/False)
4.8/5
(40)

A public method can be used anywhere, including any other Java program that wants to make use of the class containing the method.

(True/False)
4.9/5
(33)

An argument list for a function is a list of the identifiers for variables that concern that function.

(True/False)
4.9/5
(41)

The three key elements of object-oriented programming (OOP) are inheritance, polymorphism, and _____.

(Multiple Choice)
4.9/5
(37)

A(n) _____ list is a set of variables passed to a function when it is invoked.

(Multiple Choice)
4.8/5
(29)

What is the Java representation of the multiplication operation?

(Multiple Choice)
4.9/5
(28)

In C++, modules of code are called _____.

(Multiple Choice)
4.7/5
(37)

If the value passed to the function is one that the function should change, and the main function should know the new value, then the argument is passed by value.

(True/False)
4.8/5
(40)

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
(44)

____ testing involves designing a special set of test cases and running the program using the test data.

(Multiple Choice)
4.9/5
(42)

Conditional flow of control begins with the evaluation of a boolean expression.

(True/False)
4.8/5
(35)
Showing 81 - 100 of 100
close modal

Filters

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