WGU C173 Scripting & Programming Foundations
Western Governors University
All 10 results
Sort by
-
WGU C173 Bundled Exams with Complete Solution | Verified | Everything you Need!!
- Package deal • 23 items • 2023
-
- $40.49
- + learn more
WGU C173 Bundled Exams with Complete Solution | Verified | Everything you Need!!
-
(Top QUALITY 2024/2025 EXAM REVIEW) WGU C173 - Scripting & Programming Foundations - Optimized - Units 1-9. Exam Review. Full coverage. Rated A+ Program:
- Exam (elaborations) • 18 pages • 2023
-
Available in package deal
-
- $9.49
- + learn more
WGU C173 - Scripting & Programming 
Foundations - Optimized - Units 1-9. 
Exam Review. Full coverage. Rated A+ 
Program: 
instructions executing one at a time. 
A list of statements 
Input: 
A program gets data, perhaps from a file, keyboard, touchscreen, network, etc. 
Process: 
A program performs computations on that data, such as adding two values like x + y. 
Output: 
Data that has been processed into a useful format. A program puts that data somewhere, such as to a 
file, screen, network...
-
(Top QUALITY 2024/2025 EXAM REVIEW) WGU C173 Ultimate Study Guide, Full Coverage, Comprehensive. Questions sections review. 100% Accurate.
- Exam (elaborations) • 27 pages • 2023
-
Available in package deal
-
- $10.49
- + learn more
WGU C173 Ultimate Study Guide, Full 
Coverage, Comprehensive. Questions 
sections review. 100% Accurate. 
abstraction - -Focus on the essential qualities of something rather than one specific example. 
actors - -An Actor in a use case is anything with behavior who lives outside of your system, outside of 
your application, but has a goal they want to accomplish within. 
algorithm - -A set of commands that return a value. This differs from a procedure, which is a set of 
commands that doesn'...
-
(Top QUALITY 2024/2025 EXAM REVIEW) WGU C173 Scripting & Programming Foundations. Exam Review Questions and answers. Graded A+
- Exam (elaborations) • 13 pages • 2023
-
Available in package deal
-
- $8.49
- + learn more
WGU C173 Scripting & Programming 
Foundations. Exam Review Questions 
and answers. Graded A+ 
for loop 
number of iterations is computable before the loop, like iterating N times 
incremental development 
the progress of writing, compiling, and testing a small amount of code, then writing, compiling, and 
testing a small amount more (an incremental amount), and so on 
Analysis 
First step in the waterfall approach. Defines a program's goals 
parameter 
a function input specified din a functi...
-
(Top QUALITY 2024/2025 EXAM REVIEW) WGU C173 Scripting and Programming - Foundations Section 1 & 2. Questions & Answers, 100% Accurate. VERIFIED.
- Exam (elaborations) • 3 pages • 2023
-
Available in package deal
-
- $7.99
- + learn more
WGU C173 Scripting and Programming - 
Foundations Section 1 & 2. Questions & 
Answers, 100% Accurate. VERIFIED. 
used to store information to be referenced and manipulated in a computer program. - -Variable 
How to assign a value to a variable? - -= symbol 
An ___________________ is anything that can be evaluated, and pretty much everything you write in a 
program. - -expression 
a name assigned to an element in a program. Example, name of a variable, function, etc. - -Identifier 
the ________...
And that's how you make extra money
-
(Top QUALITY 2024/2025 EXAM REVIEW) WGU C173 Scripting and Programming Foundations, Exam Questions and answers, Graded A+. VERIFIED. Program
- Exam (elaborations) • 13 pages • 2023
-
Available in package deal
-
- $9.49
- + learn more
WGU C173 Scripting and Programming 
Foundations, Exam Questions and 
answers, Graded A+. VERIFIED. 
Program 
Sequence of statements/instructions that are executed one at a time 
What are the three basic instructions in a program? 
Input, Process, Output 
Input 
When a program gets data 
Process 
When a program performs computations on the data it has received as input 
Output 
When a program takes the processed data and puts it some where, like a file, screen, network, etc. 
Variable 
Named it...
-
(Top QUALITY 2024/2025 EXAM REVIEW) WGU C173 Scripting and Programming Foundations, Exam Questions and answers, Graded A+.
- Exam (elaborations) • 29 pages • 2023
-
Available in package deal
-
- $10.49
- + learn more
WGU C173 Scripting and Programming 
Foundations, Exam Questions and 
answers, Graded A+. 
What is a variable? - -A name that can hold a value. Might be named x. Then, x = 7 assigns x with 7, 
which remains in x while the program runs, until x is assigned again. 
Assignment Statement - -Assigns the variable on the left-side of the = with the current value of the 
right-side expression 
Expression - -A mathematical phrase that contains operations, numbers, and/or variables. 
numApples is initi...
-
(Top QUALITY 2024/2025 EXAM REVIEW) WGU C173 Pre-Assessment Practice Questions and answers, 100% Accurate. Graded A+
- Exam (elaborations) • 21 pages • 2023
-
Available in package deal
-
- $10.49
- + learn more
WGU C173 Pre-Assessment Practice 
Questions and answers, 100% Accurate. 
Graded A+ 
Which operator should be used to determine if a number is evenly divisible by 5? 
A + 
B - 
C * 
D % - -D 
A car drove 200 miles using 10 gallons of fuel. 
Which operation should be used to compute the miles per gallon, w
-
WGU C173 - Scripting & Programming Foundations - Optimized - Units 1-9. Exam Review. Full coverage. Rated A+ 2024
- Exam (elaborations) • 18 pages • 2023
- Available in package deal
-
- $15.49
- + learn more
Program: 
instructions executing one at a time. 
A list of statements 
Input: 
A program gets data, perhaps from a file, keyboard, touchscreen, network, etc. 
Process: 
A program performs computations on that data, such as adding two values like x + y. 
Output: 
Data that has been processed into a useful format. A program puts that data somewhere, such as to a 
file, screen, network, etc. 
Variables: 
a named item, such as x or numPeople, used to hold a value. ex: y 
Computational Thinking: 
Men...
-
WGU C173 Scripting & Programming Foundations. Exam Review Questions and answers. Graded A+ 2024
- Exam (elaborations) • 13 pages • 2023
- Available in package deal
-
- $15.49
- + learn more
for loop 
number of iterations is computable before the loop, like iterating N times 
incremental development 
the progress of writing, compiling, and testing a small amount of code, then writing, compiling, and 
testing a small amount more (an incremental amount), and so on 
Analysis 
First step in the waterfall approach. Defines a program's goals 
parameter 
a function input specified din a function definition 
floating-point lateral 
a number with a fractional part, even if that fraction is ...
Did you know that on average a seller on Stuvia earns $82 per month selling study resources? Hmm, hint, hint. Discover all about earning on Stuvia