Due Aug 31 at 12:01pm
Points 100
Questions 20
Available until Aug 31 at 12:01pm
Time Limit 30 Minutes
Allowed Attempts Unlimited
Instructions
This quiz covers chapter 1 & 2 of the textbook material. Please review the material first before take this
test. After you start the test you have 30 minutes to complete it.
Take the Quiz Again
Attempt History
Attempt Time Score
KEPT Attempt 2 23 minutes 100 out of 100
LATEST Attempt 2 23 minutes 100 out of 100
Attempt 1 28 minutes 95 out of 100
Score for this attempt: 100 out of 100
Submitted Aug 30 at 10:42pm
This attempt took 23 minutes.
Question 1
pts
Which of the following is not a goal stated by the creator of C++ for the new C++ standard?
Increase compatibility with the C programming language.
Improve library building capabilities.
Make C++ easier to learn.
Correct!
Make C++ an open source programming language.
Section 1.14 C++11 and C++14: The Latest C++ Versions
This study source was downloaded by 100000900703063 from CourseHero.com on 02-12-2026 15:13:57 GMT -06:00
https://www.coursehero.com/file/253845339/Q1-2nd-attempt-CRC-Fa24-CISP-400-LEC-13252-Huangpdf/
,Question 2
pts
The ___________ creates object code and stores it on disk.
Preprocessor.
Correct!
Compiler.
Loader.
Interpreter.
Section 1.9 Typical C++ Development Environment
Question 3
pts
Today, virtually all new major operating systems are written in:
Correct!
C or C++.
Visual C#.
Objective-C.
Ada.
Section 1.7 Programming Languages
Question 4
pts
The size, shape, color and weight of an object are considered __________ of the object’s class.
Correct!
attributes
function
class
reuse
1.8 Introduction to Object Technology
Question 5
pts
This study source was downloaded by 100000900703063 from CourseHero.com on 02-12-2026 15:13:57 GMT -06:00
https://www.coursehero.com/file/253845339/Q1-2nd-attempt-CRC-Fa24-CISP-400-LEC-13252-Huangpdf/
,________ is a graphical language that allows people who design software systems to use an industry
stan¬dard notation to represent them.
The Unified Design Language
None of the above
Correct!
The Unified Modeling Language
The Unified Graphical Language
Section 1.8 Introduction to Object Technology
Question 6
pts
Which of the following statements is false?
Correct!
Global Positioning System (GPS) devices a single satellite to retrieve location-based information.
Electronic health records enable health care providers to share patients’ information across a secure network,
improving patient care, reducing the probability of error and increasing overall efficiency of the health care system.
The Human Genome Project was founded to identify and analyze the 20,000+ genes in human DNA.
Cloud computing allows you to use software, hardware and information stored on remote computers via the Internet
and available on demand—rather than having it stored on your personal computer.
Section 1.2 Computers and the Internet in Industry and Research
Question 7
pts
Computers process data under the control of sets of instructions called
Correct!
programs.
arithmetic and logic unit
central processing unit
secondary storage unit
Ch1
Question 8
5This
/ 5study
ptssource was downloaded by 100000900703063 from CourseHero.com on 02-12-2026 15:13:57 GMT -06:00
https://www.coursehero.com/file/253845339/Q1-2nd-attempt-CRC-Fa24-CISP-400-LEC-13252-Huangpdf/
, C++ programs normally go through six phases— _____, _________, __________, _______, _______,
and _______________.
type, preprocess, compile, link, load, execute
Correct!
edit, preprocess, compile, link, load, execute
type, debug, compile, search, load, execute
type, debug, compile, link, load, execute
1.9 Typical C++ Development Environment
Question 9
pts
Which statement is false?
Classes are reusable software components.
Correct!
A class is an instance of its object.
Section 1.8 Introduction to Object Technology
Performing a task in a program requires a method.
A class is to an object as a blueprint is to a house.
Section 1.8 Introduction to Object Technology
Question 10
pts
________ is a communications protocol used to send information over the web.
TCP/IP
Web 2.0
URL (Uniform Resource Locator).
Correct!
HyperText Transfer Protocol (HTTP).
Section 1.12 Internet and the World Wide Web
Question 11
pts
Which of the following data items are arranged from the smallest to the largest in the data hierarchy.
This study source was downloaded by 100000900703063 from CourseHero.com on 02-12-2026 15:13:57 GMT -06:00
https://www.coursehero.com/file/253845339/Q1-2nd-attempt-CRC-Fa24-CISP-400-LEC-13252-Huangpdf/