Compiling and Linking Process
18 Questions
3 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

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 ______.

details

The ______ translates source code into object code

compiler

The operating system consists of a collection of special programs and has two main ______.

<p>purposes</p> Signup and view all the answers

C++ code is also called ______ code, and a file containing source code is called a source file.

<p>source</p> Signup and view all the answers

A file that contains object code is known as an ______ file

<p>object</p> Signup and view all the answers

Object files, unlike source files, are usually not read by ______

<p>humans</p> 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.

<p>preprocessor</p> Signup and view all the answers

When we talk about compiling a program, we are referring to the preprocessor, the ______, and the linker

<p>compiler</p> Signup and view all the answers

The preprocessor modifies a copy of the source code by including other files and by making other ______.

<p>changes</p> 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 ______

<p>ends</p> 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

<p>Hello, world!</p> Signup and view all the answers

FO R CL AS SR The complete program is ____________ OF COMPUTING 1 ON LY Introduction to Computer Programming

<p>FUNDAMENTALS</p> Signup and view all the answers

US E A First Program ____________ OF COMPUTING 1 ON LY Introduction to Computer Programming

<p>FUNDAMENTALS</p> 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.

<p>algorithms</p> 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

<p>algorithms</p> 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.

<p>linker</p> 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.

<p>programming process cycle</p> Signup and view all the answers

More Like This

Use Quizgecko on...
Browser
Browser