Which statement is true
a. C++ is object-oriented
b. C is object-oriented
c. C can run all C++ programs
d. All of the above
Answers for C++ Course using "Starting out with C++ : from control structures through objects" by Tony Gaddis. 7/8th ed. I used the Pearson myprogramminglab to complete the homework. Here are my solutions/answers for the exercises/labs so please use the test bank as a GUIDE if you're stuck. Let me know if you find a better solution to a problem or any of the programming challenges. Thanks in advance for your support! Send in missing programming challenges to cplusplus.answers@gmail.com
Showing posts with label Chapter 01. Show all posts
Showing posts with label Chapter 01. Show all posts
Chapter 1 Quiz Starting Out With C++ 026
C++ can be used to do the following type of programming
a. Procedural
b. object-oriented
c. Both a and b
d. None of the above
a. Procedural
b. object-oriented
c. Both a and b
d. None of the above
Chapter 1 Quiz Starting Out With C++ 025
It is very common for commercial software to be developed by one programmer
a. True
b. False
a. True
b. False
Chapter 1 Quiz Starting Out With C++ 024
A software engineer does the following
a. Designs
b. Writes
c. Tests
d. All of the above
a. Designs
b. Writes
c. Tests
d. All of the above
Chapter 1 Quiz Starting Out With C++ 022
C, C++, C# and Java are considered
a. Machine languages
b. High level languages
c. Binary languages
d. 4th Generation languages
a. Machine languages
b. High level languages
c. Binary languages
d. 4th Generation languages
Chapter 1 Quiz Starting Out With C++ 021
A compiler falls into what type of systems software
a. Operating Systems
b. Utility Programs
c. Software Development Tools
d. All of the above
a. Operating Systems
b. Utility Programs
c. Software Development Tools
d. All of the above
Chapter 1 Quiz Starting Out With C++ 020
Microsoft Word would considered an operating system program
a. True
b. False
a. True
b. False
Chapter 1 Quiz Starting Out With C++ 019
Which of the following use flash memory
a. DVD
b. CD
c. USB Drive
d. Floppy Disk Drive
a. DVD
b. CD
c. USB Drive
d. Floppy Disk Drive
Chapter 1 Quiz Starting Out With C++ 018
Most computers have a disk drive installed inside their case
a. True
b. False
a. True
b. False
Chapter 1 Quiz Starting Out With C++ 017
The difference between RAM and ROM
a. Nothing
b. Contents of RAM remain after you turn off the computer
c. Contents of ROM remain after you turn off the computer
d. ROM is back up storage when RAM is filled
a. Nothing
b. Contents of RAM remain after you turn off the computer
c. Contents of ROM remain after you turn off the computer
d. ROM is back up storage when RAM is filled
Chapter 1 Quiz Starting Out With C++ 016
What is the next step after fetch and decode?
a. End
b. Enter
c. Execute
d. None of the above
a. End
b. Enter
c. Execute
d. None of the above
Chapter 1 Quiz Starting Out With C++ 015
The CPU consists of three parts: control unit, arithmetic and logic unit, and cooling unit
a. True
b. False
a. True
b. False
Chapter 1 Quiz Starting Out With C++ 014
What does CPU stand for:
a. Centrally Positioned Unit
b. Central Processing Unit
c. Core Processing Utility
d. Core Positioned Utility
a. Centrally Positioned Unit
b. Central Processing Unit
c. Core Processing Utility
d. Core Positioned Utility
Chapter 1 Quiz Starting Out With C++ 013
All professional programmers create software that runs correctly the first time.
a. True
b. False
a. True
b. False
Chapter 1 Quiz Starting Out With C++ 012
A person that creates software is called a:
a. Software developer
b. Programmer
c. Software engineer
d. All of the above
e. None of the above
a. Software developer
b. Programmer
c. Software engineer
d. All of the above
e. None of the above
Chapter 1 Quiz Starting Out With C++ 011
In C++, key words are written in all lowercase letters.
a. True
b. False
a. True
b. False
Chapter 1 Quiz Starting Out With C++ 010
The preprocessor executes after the compiler.
a. True
b. False
a. True
b. False
Chapter 1 Quiz Starting Out With C++ 009
This step will uncover any syntax errors in your program.
a. Editing
b. Compiling
c. Linking
d. Executing
a. Editing
b. Compiling
c. Linking
d. Executing
Chapter 1 Quiz Starting Out With C++ 008
Programs are commonly called:
a. Execution statements
b. Software
c. By the operating System
d. Automatically when clicked
a. Execution statements
b. Software
c. By the operating System
d. Automatically when clicked
Subscribe to:
Comments (Atom)