WGU D684 Introduction To Computer Science
Objective Assessment Final Exam Preparation
Material 2025/2026 Complete Questions And
Correct Answers |Already Graded A+
Which coding construct allows Selection
a choice between performing
an action and
skipping it?
-[ ] Assignment
- [ ] Iteration
- [ ] Selection
- [ ] Input/output
Which programming paradigm Logic
is a subset of the declarative
paradigm?
- [ ] Object-oriented
- [ ] Procedural
- [ ] Imperative
- [ ] Logic
Which commitment is part of Hold paramount the safety, health, and welfare of the public
the Code of Ethics from the
Institute of Electrical and
Electronics Engineers
(IEEE)?
-[ ] Design and implement
systems that are robustly
and usably secure
-[ ] Promote new
technologies through
mainstream and other
media
/ 1/48
,9/13/25, 10:23 AM Introduction to Computer Science - D684
-[ ] Know and respect
existing rules
pertaining to
professional work
-[ ] Hold paramount the
safety, health, and welfare
of the public
What is one of the key Contribute to society and human well-being
aspects of the
Association of
Computing Machinery
(ACM) Code of Ethics?
- [ ] Ensure equal access to a
free market
- [ ] Contribute to society
and human well- being
-[ ] Support all new
and emerging
technologies
-[ ] Promote state
regulation of
technology
What does a technology Access computing and communication resources only
company need to commit when compelled by the public good
to if adopting the
Association of Computing
Machinery (ACM) Code of
Ethics?
-[ ] Require all
employees to sign the
Code of Ethics on an
annual basis
-[ ] Promote the
development of open
source over proprietary
code
-[ ] Support internal
/ 2/48
,9/13/25, 10:23 AM Introduction to Computer Science - D684
employee promotions rather
than hiring externally
-[ ] Access computing and
communication resources
only when compelled by
the
public good
What is considered an ethical An executive eliminates all professional development
violation by both the
Association of Computing
Machinery (ACM) and the
Institute of
Electrical and Electronics
Engineers (IEEE)?
- [ ] The head of a
company lays off one
fourth of the workforce
because of lower- than-
expected sales.
-[ ] The board of directors
passes a policy supporting
greater racial diversity in
company leadership.
- [ ] An executive eliminates
all professional development
opportunities for employees.
- [ ] A factory immediately
stops
production when an
environmental impact is
discovered.
/ 3/48
, 9/13/25, 10:23 AM Introduction to Computer Science - D684
What is one characteristic of It will never look at every value.
the binary search
algorithm?
- [ ] It can run on sorted or
unsorted data.
- [ ] It will never look at every
value.
- [ ] It compares elements that
are adjacent.
- [ ] It places the smallest value
at the start.
What describes the way that It sorts data by building the final sorted list one item at a
the insertion sort time, placing each new item into its correct position
algorithm operates?
-[ ] It sorts a list by choosing
a pivot value, moving each
element to the correct side
of the pivot, and then
sorting each of the two
pieces
-[ ] It sorts data by building
the final sorted list one item
at a time, placing each
new
item into its correct position.
- [ ] It sorts a list by
repeatedly finding the next
smallest element from the
unsorted part of the list
and moving it to its proper
location
-[ ] It sorts a list by first
sorting each half and then
merging the two halves
back
together into the original list.
/ 4/48