Completion
Complete each sentence or
statement.
|
|
|
1.
|
Programs such as a word processor, a spreadsheet, or a video game are referred to as
____________________ programs.
|
|
|
2.
|
A
GUI, or ____________________ user interface is a system that allows a user to interact with a
computer by manipulating pictures and icons.
|
|
|
3.
|
The
set of commands that a computer's processor can understand and execute is called its
____________________.
|
|
|
4.
|
Computer's usually use the ____________________ number system to represent a series of
on or off circuits.
|
|
|
5.
|
Program instructions written in a(n) ____________________-level language do not
necessarily correspond one-to-one with the processor's instruction set.
|
|
|
6.
|
A
program called a(n) ____________________ is used to take object code files and convert them into an
executable file.
|
|
|
7.
|
A(n)
____________________ file can be run as many times as desired without having to be translated again
unless the program itself is modified.
|
|
|
8.
|
The
process of correcting programming errors is called ____________________.
|
|
|
9.
|
The
C++ programming language is called a(n) ____________________-oriented programming
language.
|
|
|
10.
|
Java
program code is compiled into ____________________ which is then interpreted by the Java Virtual
Machine on the computer where the program is to be run.
|