WGU C173 Scripting and Programming Problem set study Exam Questions and Correct Answers Guaranteed Success 2024/2025
4 views 0 purchase
Course
WGU C173
Institution
WGU C173
WGU C173 Scripting and Programming Problem set study Exam Questions and Correct Answers Guaranteed Success 2024/2025
Arithmetic operators - correct answer +, -, *, /, %
Scalar variable - correct answer another term for a simple variable
Simple variable - correct answer one that is unrelated ...
WGU C173 Scripting and Programming
Problem set study Exam Questions and
Correct Answers Guaranteed Success
2024/2025
Arithmetic operators - correct answer +, -, *, /, %
Scalar variable - correct answer another term for a simple
variable
Simple variable - correct answer one that is unrelated to any
other variable in memory
Branch - correct answer a sequence of statements only
executed under a certain condition. A decision creates two
branches.
Equality operator - correct answer == evaluates to true if the
left and right sides are equal. Different (!=). No floats.
Relational operator - correct answer determines whether a
specific relationship exists between two values
Logical operator - correct answer treats operands as being
true or false, and evaluates to true or false. Logical operators
include and, or, not.
Epsilon - correct answer the difference threshold indicating
that floating-point numbers are equal. 0.0001 is common.
, Loop - correct answer a programming construct that repeats
a group of commands (loop body). Each time through a loop is an
iteration.
Sentinel value - correct answer a special (pre-selected) value
indicating the end of a list, such as a list of positive integers
ending with 0, as in 10 1 6 3 0.
Loop expression - correct answer the expression checked for
whether to enter the loop body
While loop - correct answer a loop that repeatedly executes
the loop body while the loop's expression evaluates to true.
For loop - correct answer a loop consisting of a loop variable
initialization, a loop expression, and a loop variable update that
typically describes iterating for a specific number of times. Three
parts: a loop variable initialization, a loop expression, and a loop
variable update.
Do-while loop - correct answer a loop that first executes the
loop body's statements, then checks the loop condition.
Compared to a while loop, a do-while loop is useful when the loop
should iterate at least once.
Function - correct answer a named list of statements
The benefits of buying summaries with Stuvia:
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
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
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 KieranKent55. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $11.99. You're not tied to anything after your purchase.