a. The company that brought the phenomenon of personal computer to the world was ____. Apple
b. The computer that made personal computer legitimate in business and industry was the _____. IBM PC
c. Computers process data under the control of sets of instructions called computer ______. programs
d. The six key logical units of the computer are the __,__,__,__,__, and the__. input, output, memory, ALU, CPU,
secondary storage
e. __ is a special case of multitasking in which users access the computer through devices called terminals. timesharing
f. the three classes of languages discussed in the chapter are __,__,and__. machine, assembly, high level
g. The programs that translate high level language programs into machine language are called __. compilers
h. C is widely known as the development language of the __ operating system. UNIX
i. This book presents the version of C called __ C that was standardized through ANSI and ISO. standard
j. The __ language was developed by Wirth for teaching structured programming. Pascal
k. The Department of Defense developed Ada language with a capability called __ which allows programmers to specify that
many activities can proceed in parallel. multitasking
a. C programs are normally typed into a computer using a(n) __ program. editor
b. In a C system, a(n) __ program automatically executes before the translation phase begins. preprocessor
c. The two most common kinds of preprocessor directives are __ and __. including other files in the file
to be compiled, replacing special symbols with program text.
d. The __ program combines the output of the compiler with various library functions to produe an executable
image. linker
e. The __ program transfers the executable image from disk to memory. load
f. To load and execute the most recent compiled program on a Linux system, type __. ./a.out