KRHS Internet Lesson

Teacher Name:Mr. Rung                          Date of Lesson: January

Course Name: C++                    Lesson Name: Chap 9.1a

Student Name

Password


Objective
Complete the workbook problems in Chapter 9.


Primary Focus
Answer the questions below.

Site Links
Course Home Page

Additional Resources

Site Links


Question #1

Dividing a program into functions can improve the organization of a program.

True         False


Question #2

A drawback to dividing a program into functions is that it makes it more difficult to debug.

True         False


Question #3

Encapsulation refers to protecting programs from being copied.

True         False


Question #4

When the end of a function is reached, the next statement to be executed is the first statement of the main function.

True         False


Question #5

A prototype of a function tells the compiler that your function exists.

True         False