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
LATEST Attempt 1 28 minutes 95 out of 100
Score for this attempt: 95 out of 100
Submitted Aug 30 at 10:17pm
This attempt took 28 minutes.
Question 1
pts
[C++11]: The Boost Libraries ________ pointers help you avoid some key errors associated with
traditional pointers.
open
regular
self-correcting
Correct!
smart
Section 1.15 Boost C++ Libraries
Question 2
pts
Which of the following statements is false?
This study source was downloaded by 100000900703063 from CourseHero.com on 02-12-2026 15:18:29 GMT -06:00
https://www.coursehero.com/file/253845344/Q1-CRC-Fa24-CISP-400-LEC-13252-Huangpdf/
,Cloud computing services allow you to increase or decrease resources to meet your needs at any given time, so they
can be more cost effective than purchasing expensive hardware to ensure that you have enough storage and
processing power to meet your needs at their peak levels.
Correct!
Businesses using cloud computing services must still manage the applications, which can be costly.
Cloud computing allows you to use software, hardware and information stored in the “cloud”—i.e., accessed on remote
computers via the Internet and available on demand—rather than having it stored on your personal computer.
Both first and third choices.
Section 1.2 Computers and the Internet in Industry and Research
Question 3
pts
Today, virtually all new major operating systems are written in:
Visual C#.
Ada.
Correct!
C or C++.
Objective-C.
Section 1.7 Programming Languages
Question 4
pts
________ helps Internet-based applications perform like desktop applications.
Blogging
Correct!
Ajax
Mashups
RSS
Section 1.12 Internet and the World Wide Web
Question 5
pts
This study source was downloaded by 100000900703063 from CourseHero.com on 02-12-2026 15:18:29 GMT -06:00
https://www.coursehero.com/file/253845344/Q1-CRC-Fa24-CISP-400-LEC-13252-Huangpdf/
,________ is a communications protocol used to send information over the web.
Web 2.0
Correct!
HyperText Transfer Protocol (HTTP).
TCP/IP
URL (Uniform Resource Locator).
Section 1.12 Internet and the World Wide Web
Question 6
pts
The three types of languages discussed in chapter 1 are ______________, __________________and
____________.
low-level languages, middle-level languages, high-level languages.
Correct!
machine languages, assembly languages, high-level languages.
machine languages, assembly languages, C++ languages.
low-level languages, assembly languages, high-level languages.
Section 1.5
Question 7
pts
The linker links:
The source code with the object code.
The executable code with primary memory.
Correct!
The object code with the libraries.
The primary memory with the CPU.
Section 1.9 Typical C++ Development Environment
Question 8
pts
C++ programs normally go through six phases— _____, _________, __________, _______, _______,
and _______________.
Correct!
This study source was downloaded by 100000900703063 from CourseHero.com on 02-12-2026 15:18:29 GMT -06:00
https://www.coursehero.com/file/253845344/Q1-CRC-Fa24-CISP-400-LEC-13252-Huangpdf/
, edit, preprocess, compile, link, load, execute
type, debug, compile, link, load, execute
type, preprocess, compile, link, load, execute
type, debug, compile, search, load, execute
1.9 Typical C++ Development Environment
Question 9
pts
Which of the following statements about the C programming language is false?
Today, most of the code for general-purpose operating systems is written in C or C++.
Correct!
C initially became widely known as the Windows operating system’s development language.
With careful design, it’s possible to write C programs that are portable to most computers.
C was implemented in 1972 by Dennis Ritchie at Bell Laboratories.
Section 1.6 C and C++
Question 10
pts
________ is a graphical language that allows people who design software systems to use an industry
stan¬dard notation to represent them.
None of the above
Correct!
The Unified Modeling Language
The Unified Graphical Language
The Unified Design Language
Section 1.8 Introduction to Object Technology
Question 11
pts
Which of the following statements is false?
ASCII is a popular subset of Unicode.
Fields are composed of characters or bytes.
Correct!
This study source was downloaded by 100000900703063 from CourseHero.com on 02-12-2026 15:18:29 GMT -06:00
https://www.coursehero.com/file/253845344/Q1-CRC-Fa24-CISP-400-LEC-13252-Huangpdf/