Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

WGU D684 - SECTION 1 EXAM QUESTIONS & CORRECT ANSWERS LATEST 2026/2027 UPDATE | GRADED A+ (VERIFIED)

Rating
-
Sold
-
Pages
85
Grade
A+
Uploaded on
01-01-2026
Written in
2025/2026

WGU D684 - SECTION 1 EXAM QUESTIONS & CORRECT ANSWERS LATEST 2026/2027 UPDATE | GRADED A+ (VERIFIED) Which value is stored as an integer in computer programming? - Answer- 21. Rationale: The integer data type is used to represent positive or negative whole numbers without fractional parts. Which coding construct repeats a task while a condition is true? - Answer- Iteration. Rationale: The iteration construct, or the looping construct, uses a while statement to perform the same task over and over again as long as the condition is true. A web browser puts websites into a viewing history log and accesses the most recent one when the back button is clicked. Which data structure would be appropriate for this situation? - Answer- Stack. Rationale: A stack is an ordered group of items that can only be accessed at one end, called the top of the stack. Items can be pushed onto and popped off of this end. In this case, the only item needing to be accessed is the most recently added item. Therefore, a stack is most appropriate for storing the data. What is the relationship between a parameter and an argument? - Answer- A parameter is a temporary variable in a function that receives the actual value of an argument. Rationale: A parameter is defined within a function and serves as a temporary placeholder. The argument is the actual value that is passed to the function and gets temporarily stored in the parameter. Which programming language is considered to be a declarative language? - Answer- Lisp - The declarative programming paradigm is a model in which the results are described, but the steps to accomplish the results are not stated. There are two basic models within this paradigm, functional and logical. Lisp is an example of declarative. What does a technology company need to commit to if adopting the Institute of Electrical and Electronics Engineers (IEEE) Code of Ethics? maintain & improve technical competency Accept and provide appropriate professional review Respect privacy and honor confidentiality Ensure that a single person is awarded a patent for any new invention Maintain and improve technical competence Which situation represents a violation of the Codes of Ethics for both the Association of Computing Machinery (ACM) and the Institute of Electrical and Electronics Engineers (IEEE)? An executive eliminates all professional development opportunities for employees. The location of a computer is given by either or 205.39.155.18. Which part of this information is known as the hostname? Which piece of pseudocode correctly calculates the integer result of dividing the integer b by the integer f? b // f 26.A programmer has been asked to lead a project that uses artificial intelligence to search for patterns in Wi-Fi signals to improve efficiency and range. The programmer will use the software development lifecycle (SDLC) as a model for design and implementation. Which step is the programmer in when using flowcharts and pseudocode to help describe the intended steps for the program? Plan the logic How are items accessed in a stack? - Answer- The last item to be added becomes the first item removed (LIFO). Rationale: A stack is an ordered group of items that can only be accessed at one end, called the top of the stack. Items can be pushed onto and popped off of this end. Therefore, the last item to be added becomes the first item removed. What is the name of the variable type used to represent a real number? float What is the name of a parameter that prevents a function from changing the content of an argument? Value Which component is considered a major part of the von Neumann architecture? control unit A particular algorithm sorts data by building the final sorted list one item at a time, placing each new item into its correct position. Which word is associated with this algorithm?

Show more Read less

Content preview

WGU D684 - SECTION 1 EXAM QUESTIONS &
CORRECT ANSWERS LATEST 2026/2027 UPDATE
| GRADED A+ (VERIFIED)

Which value is stored as an integer in computer programming? -
Answer- 21. Rationale: The integer data type is used to represent
positive or negative whole numbers without fractional parts.


Which coding construct repeats a task while a condition is true? -
Answer- Iteration. Rationale: The iteration construct, or the looping
construct, uses a while statement to perform the same task over and over
again as long as the condition is true.




A web browser puts websites into a viewing history log and accesses the
most recent one when the back button is clicked. Which data structure
would be appropriate for this situation? - Answer- Stack. Rationale: A
stack is an ordered group of items that can only be accessed at one end,
called the top of the stack. Items can be pushed onto and popped off of
this end. In this case, the only item needing to be accessed is the most
recently added item. Therefore, a stack is most appropriate for storing
the data.


What is the relationship between a parameter and an argument? -
Answer- A parameter is a temporary variable in a function that receives
the actual value of an argument. Rationale: A parameter is defined
within a function and serves as a temporary placeholder. The argument is
the actual value that is passed to the function and gets temporarily stored
in the parameter.

,Which programming language is considered to be a declarative
language? - Answer- Lisp - The declarative programming paradigm is a
model in which the results are described, but the steps to accomplish the
results are not stated. There are two basic models within this paradigm,
functional and logical. Lisp is an example of declarative.


What does a technology company need to commit to if adopting the
Institute of Electrical and Electronics Engineers (IEEE) Code of
Ethics?
maintain & improve technical competency

Accept and provide appropriate professional review
Respect privacy and honor confidentiality
Ensure that a single person is awarded a patent for any new invention
Maintain and improve technical competence
Which situation represents a violation of the Codes of Ethics for
both the Association of Computing Machinery (ACM) and the
Institute of Electrical and Electronics Engineers (IEEE)?
An executive eliminates all professional development opportunities for
employees.
The location of a computer is given by either
falcon.csc.computersoft.org or 205.39.155.18. Which part of this
information is known as the hostname? falcon.csc.computersoft.org
Which piece of pseudocode correctly calculates the integer result of
dividing the integer b by the integer f?
b // f

,26.A programmer has been asked to lead a project that uses
artificial intelligence to search for patterns in Wi-Fi signals to
improve efficiency and range. The programmer will use the software
development lifecycle (SDLC) as a model for design and
implementation. Which step is the programmer in when using
flowcharts and pseudocode to help describe the intended steps for
the program?
Plan the logic


How are items accessed in a stack? - Answer- The last item to be added
becomes the first item removed (LIFO). Rationale: A stack is an ordered
group of items that can only be accessed at one end, called the top of the
stack. Items can be pushed onto and popped off of this end. Therefore,
the last item to be added becomes the first item removed.


What is the name of the variable type used to represent a
real number? float
What is the name of a parameter that prevents a function from
changing the content of an argument?
Value
Which component is considered a major part of the von Neumann
architecture?
control unit
A particular algorithm sorts data by building the final sorted list one
item at a time, placing each new item into its correct position. Which
word is associated with this algorithm?
Insertion sort

, Which storage device typically offers the fastest data access speed?
ssd

Solid state drive (SSD)
USB flash drive
Hard disk drive (HDD)
Optical drive
What is the pseudocode that will convert the integer a to a floating
point number?
myFloat x = float(a)
What is the name of the resource management technique in which
processes and memory are both divided into separate, fixed-size
pieces?
paged
What is one example of a high-level network application protocol?
SMTP

Thunderbolt
HDMI
SMTP
Lightning
Which term indicates a file access technique in which files are
conceptually divided into numbered logical records?
DIRECT
Which characteristic describes the binary algorithm?
It keeps resetting at the middle

Document information

Uploaded on
January 1, 2026
Number of pages
85
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

  • wgu d684
  • algorithm

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
ExcelAcademia2026 Chamberlain College Of Nursing
View profile
Follow You need to be logged in order to follow users or courses
Sold
2272
Member since
4 year
Number of followers
1650
Documents
9069
Last sold
6 days ago
EXCEL ACADEMIA TUTORS

At Excel Academia Tutoring, You will get solutions to all subjects in both assignments and major exams. Contact me for assistance. Good luck! Well-researched education materials for you. Expert in Nursing, Mathematics, Psychology, Biology etc. My Work has the Latest & Updated Exam Solutions, Study Guides and Notes (100% Verified Solutions that Guarantee Success)

3.7

380 reviews

5
157
4
80
3
72
2
23
1
48

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions