KRHS Internet Lesson

Teacher Name:Mr. Rung                          Date of Lesson: January

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

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

The scope of a variable refers to the way the variable is passed to another function.

True         False


Question #2

A local variable is sometimes called an automatic variable.

True         False


Question #3

A variable that is available anywhere in your program is called a global variable.

True         False


Question #4

Passing by value gives the function a copy of the passed variable.

True         False


Question #5

An @ symbol signifies a variable is to be passed by reference.

True         False