Exam 15: A Brief Introduction to C++

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

You can use ____ for standard input in C.

Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
Verified

A

Use ____ to include standard input and output header files in a C program.

Free
(Multiple Choice)
4.9/5
(44)
Correct Answer:
Verified

D

____ is a C++ format manipulator.

Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
Verified

C

C++ is sometimes known as a(n) ____ language.

(Multiple Choice)
4.9/5
(36)

C++ is sometimes referred to as "a better C".

(True/False)
4.8/5
(42)

Object-oriented languages make it easier to reuse code in a manner that significantly increases software productivity.

(True/False)
4.8/5
(25)

You can use ____ for standard input in C++.

(Multiple Choice)
4.8/5
(38)

C++ uses object-oriented program design.

(True/False)
4.8/5
(30)

C++ does not allow the use of pointers for indirect addressing.

(True/False)
4.8/5
(32)

Format manipulators are used in C++ to obtain formatted output.

(True/False)
4.7/5
(36)

In a true object-oriented language all programs would have to adhere to an object-oriented structure.

(True/False)
4.9/5
(35)

The basic mathematical and assignment operators in C++ are different from those used in C.

(True/False)
4.8/5
(40)

The use of format manipulators in C++ requires the header file ____.

(Multiple Choice)
4.8/5
(39)

C uses procedural program design.

(True/False)
4.7/5
(31)

An example of a use of cin is ____.

(Multiple Choice)
4.9/5
(33)

A data type provides both a set of values and a set of operations that can be applied to these values.

(True/False)
4.9/5
(40)

____ is not a comment delimiter in C++.

(Multiple Choice)
4.9/5
(40)

Using polymorphism, existing operations on a base class can be left alone, without the need to retest and reverify them, while they are extended to a derived class.

(True/False)
5.0/5
(39)

When using inheritance, the derived class is known as the ____.

(Multiple Choice)
4.9/5
(28)

/* this is a comment */ is not a valid C++ comment.

(True/False)
4.7/5
(34)
Showing 1 - 20 of 49
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)