Exam 8: Introduction to High-Level Language Programming

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

A(n) ____ groups together a collection of memory locations, all storing data of the same type.

(Multiple Choice)
4.7/5
(43)

A _____ function returns a single value back to the main function.

(Multiple Choice)
4.8/5
(37)

Java is a free-format language.

(True/False)
4.9/5
(39)

_____ is the process of locating and correcting program errors.

(Multiple Choice)
4.9/5
(34)

C++ comments are preceded with _____.

(Multiple Choice)
4.7/5
(41)

A function header consists of three parts.

(True/False)
4.8/5
(33)

It is possible to combine statements into a group by putting them within _____.

(Multiple Choice)
4.8/5
(29)

The ____ of a variable determines how many bytes will be needed to store that variable.

(Multiple Choice)
4.9/5
(41)

After a program has been linked to the appropriate code libraries, the resulting object code is often called an executable module.

(True/False)
4.9/5
(34)

The Java compiler translates a Java program into Java bytecode.

(True/False)
4.9/5
(42)

The invocation of a void method is an incomplete Java statement by itself.

(True/False)
4.9/5
(30)

By default, arguments in C++ are passed by value.

(True/False)
4.7/5
(39)

A variable declared within a function can be accessed in other functions.

(True/False)
4.7/5
(41)

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

If the value of an argument is one that the function must know in order to do its job but should not change, then the argument is _____.

(Multiple Choice)
4.8/5
(31)

How are arguments in Java passed into the method?

(Multiple Choice)
4.8/5
(38)

A _____ must appear at the end of every executable C++ instruction.

(Multiple Choice)
4.8/5
(32)

A loop whose loop body would be endlessly executed is called a(n) _____ loop.

(Multiple Choice)
4.8/5
(41)

A(n) _____ groups together a collection of memory locations, all storing data of the same type.

(Multiple Choice)
4.7/5
(33)

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

(Multiple Choice)
4.7/5
(37)
Showing 41 - 60 of 100
close modal

Filters

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