100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Absolute C++ 5th Edition by Walter Savitch - Test Bank Chapter (1 to 20) $19.99   Add to cart

Exam (elaborations)

Absolute C++ 5th Edition by Walter Savitch - Test Bank Chapter (1 to 20)

 8 views  0 purchase
  • Course
  • Institution

This is NOT a book! This is a Test Bank with all chapters (100% Correct Questions Answers).

Preview 4 out of 369  pages

  • March 22, 2024
  • 369
  • 2022/2023
  • Exam (elaborations)
  • Questions & answers
avatar-seller
Absolute C++ 5th Edition by Walter Savitch -
Test Bank Chapter (1 to 20)

,Content


Chapter 1 - Test Questions
Chapter 2 - Test Questions
Chapter 3 – Function Basics --Test Questions
Chapter 4 – Parameters and Overloading – Test Questions
Chapter 5 –Arrays– Test Questions
Chapter 6 – Structures and Classes Test Questions
Chapter 7 – Constructors and Other Tools Test Questions
Chapter 8 – Operator Overloading, Friends, and References- Test
Questions
Chapter 9 – Strings - Test Questions
Chapter 10 –Pointers and Dynamic Arrays - Test Questions
Chapter 11–Separate Compilation and Namespaces - Test Questions
Chapter 12 Streams and file I/O Test Questions
Chapter 13 Recursion - Test Questions
Chapter 14 –Inheritance Test Questions
Chapter 15 –Polymorphism and Virtual Functions – Test
Chapter 16 – Templates – Test Questions
Chapter 17 – Linked Data Structures – Test Questions
Chapter 18 – Exception Handling – Test Questions
Chapter 19 –Standard Template Library Test Questions
Chapter 20 –Patterns and UML – Test Questions

,Chapter 1 - Test Questions
These test questions are fill in the blank, multiple choice, and true-false. The multiple
choice questions may have more than one correct answer. There is one matching question.
Mark all of the correct answers for full credit.
True False questions require an explanation in addition to the true/false response, and, if
false, also require a correction.

True False:

Comment required.

1. OOP is an acronym that means Object Oriented Programming.
Answer: True.

Explanation: OOP is currently popular and is a powerful programming technique for a large
class of problems.
2. C++ not only supports OOP but also supports other programming styles.
Answer: True.

Explanation: C++ supports OOP and traditional procedure oriented programming.

3. The namespace facility is a tool used that assists in the study of genealogy.
Answer: False.

Explanation: The namespace facility helps prevent the libraries from “preempting all the
good names,” and allows us to use names we want whether the library has used them.
4. In C++ the variables Alpha, ALPHA and AlphA are the same identifier.
Answer: False.

Explanation: C++ is case sensitive, these are different identifiers.

5. In C++ the compiler will infer the type intended for a variable from the context in which
the variable occurs.
Answer: False.

Explanation: C++ requires every identifier to be declared prior to use. The type is specified
in the declaration.

, 6. A C++ declaration introduces only an identifier's spelling and specifies its type.
Answer: True.

Explanation: A declaration introduces the spelling and type, whereas a definition is a
declaration that also allocates memory.

7. A C++ declaration is a definition that also allocates storage for an identifier's value (or
function's body etc.).
Answer: True.

Explanation: A declaration introduces the spelling and type, whereas a definition is a
declaration that also allocates memory.
8. The range of values for an int variable is from about 0 to +2 billion.

Answer: False:

Explanation: The correct range is about –2 Billion to +2 Billion.

9. The names x, y, and z are satisfactory variable names for the lengths of the legs and

hypotenuse of a triangle.

Answer: False.

Explanation: Names should communicate to the human reader the meaning of the value.
These identifiers do not communicate the meaning of their values..
10. In C++ you can assign an expression of type int to a variable of type double with no

problem. Answer: True.
Explanation: Assignment from an integer type to a floating point type can lose information
and should be avoided. Some compilers will warn, others may give an error message, but
you should avoid this.
11. In C++ you can assign an expression of type double to a variable of type int with no

problem. Answer: False.
Explanation: In general assigning a floating point value to an integer variable mostly loses
information. A warning message (or an error message) is issued by C++ compilers.

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller TestBankStock. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $19.99. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

83249 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$19.99
  • (0)
  Add to cart