Exam 8: Introduction to High-Level Language Programming

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

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

(True/False)
4.9/5
(29)

In the _____ phase, the appropriate objects are identified, together with their data and the subtasks they should be able to perform.

(Multiple Choice)
4.8/5
(39)

All data are represented internally in _____ form.

(Multiple Choice)
4.8/5
(39)

IDEs usually contain debuggers.

(True/False)
4.7/5
(32)

A program written in a high-level programming language is machine-specific.

(True/False)
4.9/5
(36)

Sequential flow of control is the default mode of execution in a Java program.

(True/False)
5.0/5
(33)

In a bitmapped display, the screen is made up of thousands of _____ laid out in a two-dimensional grid.

(Multiple Choice)
4.9/5
(38)

A nonvoid method passes a value back to the main method.

(True/False)
4.8/5
(42)

Programming statements in a high-level language are closer to standard English than statements in assembly language.

(True/False)
4.9/5
(36)

The Java compiler is considered ____. This is because the program developer only needs to do one compilation of the Java code to produce the bytecode that can be distributed to various users.

(Multiple Choice)
4.8/5
(34)

In a bitmapped display, the screen is made up of thousands of ____ laid out in a two-dimensional grid.

(Multiple Choice)
4.8/5
(32)

The AWT package includes routines for allowing the user to activate methods upon clicking the mouse.

(True/False)
4.8/5
(34)

A(n) ____ inserts requested object code from the code libraries into the object code for the requesting program.

(Multiple Choice)
4.9/5
(33)

In the ____ phase, the appropriate objects are identified, together with their data and the subtasks they must perform.

(Multiple Choice)
4.9/5
(30)

The ____ is the memory that stores the actual screen image.

(Multiple Choice)
4.7/5
(40)

In a sequential flow of control, the choice of which instructions to execute next depends on some condition.

(True/False)
4.9/5
(40)

The code: A == 0 assigns the value 0 to the identifier, A.

(True/False)
4.7/5
(44)

In C++, an identifier cannot begin with a(n) _____.

(Multiple Choice)
4.9/5
(38)

The Java ____ is a very low-level code that can be thought of as the language of the JVM.

(Multiple Choice)
4.7/5
(35)

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

(Multiple Choice)
4.9/5
(34)
Showing 21 - 40 of 100
close modal

Filters

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