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.
Question #3
To access and process data, objects pass messages back and forth
Question #4
Encapsulation is the term that describes hiding data in an object.
Question #5
The streams cin and cout are actually objects.
Question #6
What is a paradigm?
A: the idea that all programs can be made up of separate entities called objects. B: a model or set of rules that define a way of programming C: allows objects to protect and guarantee the integrity of their data. D: an object-oriented program. E: None of these
Question #7
Briefly describe the procedural paradigm
Question #8
Briefly describe the object-oriented paradigm.
Question #9
When using objects, why is encapsulation important?
A: centers on the idea that all programs can be made up of separate en- tities called objects. B: it is a model or set of rules that define a way of programming. C: to protect and guarantee the integrity of the data D: it allows anyone to change the code E: None of these
Question #10
What is the term used to describe a program written using the object-oriented paradigm ?
A: an object-oriented program B: a procedural paradigm C: an algorithm D: an encapsulation E: None of these