KRHS Internet Lesson

Teacher Name:Mr. Rung                          Date of Lesson: January

Course Name: C++                    Lesson Name: Chap 12.1ab

Student Name

Password


Objective
To complete the workbook exercises.


Primary Focus
Select the appropriate answers for the True False and Completion problems in your workbook.

Site Links
Course Home Page

Additional Resources

Site Links


Question #1

There are two primary programming paradigms today: the procedural paradigm and the sequential paradigm.

True         False


Question #2

A message in an object can perform a high-level task.

True         False


Question #3

To access and process data, objects pass messages back and forth

True         False


Question #4

Encapsulation is the term that describes hiding data in an object.

True         False


Question #5

The streams cin and cout are actually objects.

True         False


Question #6

What is a paradigm?


Question #7

Briefly describe the procedural paradigm


Question #8

Briefly describe the object-oriented paradigm.


Question #9

When using objects, why is encapsulation important?


Question #10

What is the term used to describe a program written using the object-oriented paradigm ?