Podcast
Questions and Answers
FO R Output devices are typically ______ screens, printers, disk drives, and tape drives.
FO R Output devices are typically ______ screens, printers, disk drives, and tape drives.
terminal
The physical makeup of a machine can be quite complicated, but the user need not be concerned with the ______.
The physical makeup of a machine can be quite complicated, but the user need not be concerned with the ______.
details
The ______ translates source code into object code
The ______ translates source code into object code
compiler
The operating system consists of a collection of special programs and has two main ______.
The operating system consists of a collection of special programs and has two main ______.
Signup and view all the answers
C++ code is also called ______ code, and a file containing source code is called a source file.
C++ code is also called ______ code, and a file containing source code is called a source file.
Signup and view all the answers
A file that contains object code is known as an ______ file
A file that contains object code is known as an ______ file
Signup and view all the answers
Object files, unlike source files, are usually not read by ______
Object files, unlike source files, are usually not read by ______
Signup and view all the answers
When we compile a simple program, three separate actions occur: First the ______ is invoked, then the compiler, and finally the linker.
When we compile a simple program, three separate actions occur: First the ______ is invoked, then the compiler, and finally the linker.
Signup and view all the answers
When we talk about compiling a program, we are referring to the preprocessor, the ______, and the linker
When we talk about compiling a program, we are referring to the preprocessor, the ______, and the linker
Signup and view all the answers
The preprocessor modifies a copy of the source code by including other files and by making other ______.
The preprocessor modifies a copy of the source code by including other files and by making other ______.
Signup and view all the answers
Part of the programming process involves a cycle where the programmer edits the source code until satisfied with the program's performance, then the cycle ______
Part of the programming process involves a cycle where the programmer edits the source code until satisfied with the program's performance, then the cycle ______
Signup and view all the answers
A first task for anyone learning to program is to print on the screen, let us begin by writing the traditional first C++ program which prints the phrase ______ on the screen
A first task for anyone learning to program is to print on the screen, let us begin by writing the traditional first C++ program which prints the phrase ______ on the screen
Signup and view all the answers
FO R CL AS SR The complete program is ____________ OF COMPUTING 1 ON LY Introduction to Computer Programming
FO R CL AS SR The complete program is ____________ OF COMPUTING 1 ON LY Introduction to Computer Programming
Signup and view all the answers
US E A First Program ____________ OF COMPUTING 1 ON LY Introduction to Computer Programming
US E A First Program ____________ OF COMPUTING 1 ON LY Introduction to Computer Programming
Signup and view all the answers
Computer programs are detailed lists of instructions for performing a specific task or solving a particular type of problem. CL AS SR Instruction lists, called ____________, are commonly found in everyday situations.
Computer programs are detailed lists of instructions for performing a specific task or solving a particular type of problem. CL AS SR Instruction lists, called ____________, are commonly found in everyday situations.
Signup and view all the answers
Examples include instructions for cooking a meal, knitting a sweater, and registering for classes. FO R Examining one of these examples is instructive. FUNDAMENTALS OF COMPUTING 1 ON LY Introduction to Computer Programming US E Problem Solving: Recipes
Examples include instructions for cooking a meal, knitting a sweater, and registering for classes. FO R Examining one of these examples is instructive. FUNDAMENTALS OF COMPUTING 1 ON LY Introduction to Computer Programming US E Problem Solving: Recipes
Signup and view all the answers
Consider this recipe for preparing a meat roast. Write 6 "fill in the blank" statements based on the text above. Provide the missing word as the answer. Focus on topics: preprocessor, compiler, ____________, programming process cycle, first C++ program.
Consider this recipe for preparing a meat roast. Write 6 "fill in the blank" statements based on the text above. Provide the missing word as the answer. Focus on topics: preprocessor, compiler, ____________, programming process cycle, first C++ program.
Signup and view all the answers
Consider this recipe for preparing a meat roast. Write 6 "fill in the blank" statements based on the text above. Provide the missing word as the answer. Focus on topics: preprocessor, compiler, linker, ____________, first C++ program.
Consider this recipe for preparing a meat roast. Write 6 "fill in the blank" statements based on the text above. Provide the missing word as the answer. Focus on topics: preprocessor, compiler, linker, ____________, first C++ program.
Signup and view all the answers