Exam 8: Introduction to High-Level Language Programming

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

A control statement assigns a value to a program variable.

Free
(True/False)
4.9/5
(37)
Correct Answer:
Verified

False

Names in a programming language are called _____.

Free
(Multiple Choice)
5.0/5
(34)
Correct Answer:
Verified

A

C++ comments are ignored by the compiler.

Free
(True/False)
4.9/5
(37)
Correct Answer:
Verified

True

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

(Multiple Choice)
4.9/5
(36)

Java does not give us memory locations in which to store the instance variables of an object until we specifically request ____ memory for this purpose.

(Multiple Choice)
4.9/5
(37)

Many Integrated Development Environments (IDE's) provide the ability to carry out rapid prototyping.

(True/False)
4.7/5
(39)

A ____ must appear at the end of every executable Java instruction.

(Multiple Choice)
4.8/5
(36)

Implementation represents the majority of the effort in the software life cycle.

(True/False)
4.8/5
(34)

Java is an object-oriented programming language.

(True/False)
4.8/5
(36)

C++ is a free-format language.

(True/False)
4.8/5
(28)

C++ is an object-oriented programming language.

(True/False)
4.9/5
(33)

This Java code: System.out.println(); prints a blank line

(True/False)
4.8/5
(32)

A literal string is enclosed in _____.

(Multiple Choice)
4.7/5
(33)

Programming statements in a high-level language use standard mathematical notation.

(True/False)
4.9/5
(32)

The _____ in a function correspond to the corresponding arguments in the function invocation.

(Multiple Choice)
4.9/5
(33)

Fill in the blank: if (____) S1; Else S2;

(Multiple Choice)
4.8/5
(35)

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.9/5
(39)

Most programming languages are presented within an Integrated Development Environment.

(True/False)
4.9/5
(35)

A(n) _____ statement collects a specific value from the user for a variable within the program.

(Multiple Choice)
4.8/5
(38)

Program design is concerned with evaluating a proposed project and comparing the costs and benefits of a computer system for the project.

(True/False)
4.9/5
(40)
Showing 1 - 20 of 100
close modal

Filters

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