Friday 24 July 2015

Chapter # 1 C++ Programming Basics

2 comments
Answers to these questions can be found in Appendix G. Note that throughout this book, multiple-choice questions can have more than one correct answer.

1. Pascal, BASIC, and C are p_____ languages, while C++ is an o_____ language.
Answer:
Pascal, BASIC, and C are procedural languages, while C++ is an object oriented language.

2. A widget is to the blueprint for a widget as an object is to
A member function.
A class.
An operator.
A data item.

3. The two major components of an object are _____ and functions that _____.
Answer:
The two major components of an object are Data and functions that act on Data

4. In C++, a function contained within a class is called
A member function.
An operator.
A class function.
A method.

5. Protecting data from access by unauthorized functions is called _____.
Answer:
Data Hiding.

6. Which of the following are good reasons to use an object-oriented language?
a) You can define your own data types.
b) Program statements are simpler than in procedural languages.
c) An OO program can be taught to correct its own errors.
d) It’s easier to conceptualize an OO program.

7. _____ model entities in the real world more closely than do functions.
Answer:
Object model entities in the real world more closely than do functions.

8. True or false: A C++ program is similar to a C program except for the details of coding.
Answer:
False, the organizational principles are different.

9. Bundling data and functions together is called _____.
Answer:
Encapsulation.

10. When a language has the capability to produce new data types, it is said to be
a) reprehensible.
b) encapsulated.
c) overloaded.
d) extensible.

11. True or false: You can easily tell, from any two lines of code, whether a program is written in C or C++.
Answer:
False, most lines of code are the same in C and C++

12. The ability of a function or operator to act in different ways on different data types is called __________.
Answer:
Polymorphism. 

13. A normal C++ operator that acts in special ways on newly defined data types is said to be
a) glorified.
b) encapsulated.
c) classified.
d) overloaded.

14. Memorizing the new terms used in C++ is
a) critically important.
b) something you can return to later.
c) the key to wealth and success.
d) completely irrelevant.

15. The Unified Modeling Language is
a) a program that builds physical models.
b) a way to look at the organization of a program.
c) the combination of C++ and FORTRAN.
d) helpful in developing software systems.

If You Enjoyed This, Take 5 Seconds To Share It

2 Questions:

Unknown said...


Thanks for your post. I just loved it.

Basit Ali said...

i am unable to see the answers of this book of ch#2. what is the reason?