100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
D278 WGU SCRIPTING AND PROGRAMMING FOUNDATIONS $19.49   Add to cart

Exam (elaborations)

D278 WGU SCRIPTING AND PROGRAMMING FOUNDATIONS

 0 view  0 purchase
  • Course
  • 2024-2025 D278 WGU SCRIPTING AND PROGRAMMING FOUN
  • Institution
  • 2024-2025 D278 WGU SCRIPTING AND PROGRAMMING FOUN

D278 WGU SCRIPTING AND PROGRAMMING FOUNDATIONS A program should continue accepting input numbers, adding each to a sum, until a 0 is input. Which control structure should be used? - ANSWER-While loop Joe is building an online game. He wants to provide a riddle and have the player guess t...

[Show more]

Preview 3 out of 18  pages

  • August 14, 2024
  • 18
  • 2024/2025
  • Exam (elaborations)
  • Questions & answers
  • d278 wgu scripting
  • d278 wgu
  • 2024-2025 D278 WGU SCRIPTING AND PROGRAMMING FOUN
  • 2024-2025 D278 WGU SCRIPTING AND PROGRAMMING FOUN
avatar-seller
edwinnyamoita
1|Page



2024-2025 D278 WGU SCRIPTING AND

PROGRAMMING FOUNDATIONS

A program should continue accepting input numbers, adding each
to a sum, until a 0 is input. Which control structure should be
used? - ANSWER-While loop



Joe is building an online game. He wants to provide a riddle and
have the player guess the answer. The game needs to prompt the
user to enter the answer, check to see if it the input provided does
not match the correct answer, and continue prompting the user
until the answer entered matches the correct answer. Which
control structure supports Joe's needs? - ANSWER-Do-while loop



What is put to output by the following pseudocode? x = 3do Put x
to output Put " " to output x = x - 1while x > 0 - ANSWER-3 2 1



A programmer has developed the following code: count = 0while
count is less than 5: print 'Hello' What is the result of
implementing this code? - ANSWER-'Hello' will print indefinitely.

,2|Page




What is the loop expression in the following pseudocode? i =
0while i < 20 Put i to output i = i + 1 - ANSWER-i < 20



What is the loop variable initialization in the following
pseudocode? y = 0s = 100.0while y < 10 s = s + (s * 5.0) y = y + 1
- ANSWER-y=0



Order the statements needed to output the minimum of x and y
from first (1) to last (4). Select your answer from the pull down list.
- ANSWER-Declare variable min

min=x

If y < min, set min = yI

Put min to output



Given a start and end location and time traveled in hours, order
the statements needed to calculate speed in miles per hour from
first (1) to last (4). Select your answers from the pull-down list. -
ANSWER-Declare variables distMiles and speedMph

, 3|Page


distMiles = endLocation - startLocation



speedMph = distMiles / timeHours



Put speedMph to output



Order the tasks needed to create a pyramid (large on bottom,
small on top) on a table from first (1) to last (4). Select your
answer from the pull down list. - ANSWER-Clear table.

Place largest shape.

Place middle-sized shape.

Place smallest shape.



What does the following algorithm determine?

if x == y

z=1

else

z=0

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller edwinnyamoita. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $19.49. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

76800 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$19.49
  • (0)
  Add to cart