1 |
Software that translates assembly language into machine language is |
a binary translator
a compiler
an assembler
a link-loader
|
2 |
To activate an object, send |
a message
an instance
a method
an attribute
|
3 |
The highest-level language are called |
4GLs
high-level
assembly
natural
|
4 |
After starting the solution to a problem is pesudocode, the next step would be |
testing the program
coding the program
documenting the program
translating the program
|
5 |
Error messages provided by a compiler are called |
bug
diagnostic
translation
mistakes
|
6 |
Specifying the kind of input, processing, and output required for a program occurs when |
planning the solution
flowcharting the problem
coding the problem
defining the problem
|
7 |
The language named for a French mathematician is |
C
Ada
Pascal
Modula-3
|
8 |
The ability of an object to interpret a message using its own methods is called |
Polymorphism
encapsulation
inheritance
messaging
|
9 |
The first high-level language to be introduced was |
COBOL
FORTRAN
Pascal
Ada
|
10 |
A COBOL program has how many divisions |
four
two
five
seven
|
11 |
Comments in the program itself are part of |
compiling
translating
linking
documenting
|
12 |
The process of detecting, locating and correcting logic error is called |
desk-checking
translating
debugging
documenting
|
13 |
In preparing a program, desk-checking and translation are example of |
coding
planning
testing
documentating
|
14 |
An English-like language that one can use as a program design tool is |
BASIC
pseudocode
PL/I
Pascal
|
15 |
During the development of a program, drawing a flowchart is a means to |
plan the solution
code the program
define the problem
document the problem
|