Package deal
WGU C173 Scripting and Programming.
C173 Scripting and Programming - Foundations, ALL UNITS. Questions and answers, VERIFIED.
[Show more]C173 Scripting and Programming - Foundations, ALL UNITS. Questions and answers, VERIFIED.
[Show more]Scripting and Programming - Foundations - C173. Exam Questions & Answers. VERIFIED. 
 
What is an editor? - -A program that allows you to write code 
 
What is a compiler? - -A program that produces other programs. The compiler does all the work at once and then runs the new program. We're translat...
Preview 2 out of 13 pages
Add to cartScripting and Programming - Foundations - C173. Exam Questions & Answers. VERIFIED. 
 
What is an editor? - -A program that allows you to write code 
 
What is a compiler? - -A program that produces other programs. The compiler does all the work at once and then runs the new program. We're translat...
WGU C173 Study Guide Questions & Answers, Verified. 100% Accurate. 
 
 
!= - -a comparison operator used to compare if one operator is not equal to another 
 
% - -modulo operator, outputs the remainder of dividing the first number by the second 
 
* - -multiplication operator, outputs the product o...
Preview 3 out of 16 pages
Add to cartWGU C173 Study Guide Questions & Answers, Verified. 100% Accurate. 
 
 
!= - -a comparison operator used to compare if one operator is not equal to another 
 
% - -modulo operator, outputs the remainder of dividing the first number by the second 
 
* - -multiplication operator, outputs the product o...
Scripting and Programming Actual FINAL PREP- Foundations - C173 with C173 Pre-Assessment Practice Questions & Answers, Rated A+ 
 
 
Which operator should be used to determine if a number is evenly divisible by 5? 
A + 
B - 
C * 
D % 
% 
 
 
A car drove 200 miles using 10 gallons of fuel. 
 
Which o...
Preview 4 out of 75 pages
Add to cartScripting and Programming Actual FINAL PREP- Foundations - C173 with C173 Pre-Assessment Practice Questions & Answers, Rated A+ 
 
 
Which operator should be used to determine if a number is evenly divisible by 5? 
A + 
B - 
C * 
D % 
% 
 
 
A car drove 200 miles using 10 gallons of fuel. 
 
Which o...
C173 Pre-Assessment Practice Questions and answers, 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, which...
Preview 3 out of 21 pages
Add to cartC173 Pre-Assessment Practice Questions and answers, 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, which...
C173 Ultimate Study Guide Questions and answers, rated A+ 
 
 
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 th...
Preview 3 out of 27 pages
Add to cartC173 Ultimate Study Guide Questions and answers, rated A+ 
 
 
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 th...
Scripting and Programming - Foundations - C173, Questions and answers, graded A+ 
 
 
- 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: A program puts that...
Preview 2 out of 10 pages
Add to cartScripting and Programming - Foundations - C173, Questions and answers, graded A+ 
 
 
- 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: A program puts that...
C173 Final Practice Questions & Answers, 100% Accurate, rated A+ 
 
 
Which operator evaluates the remainder of division? 
 
* 
+ 
/ 
% 
// 
% 
 
 
Find an operation's result. Give an example. 
x = x * 1.5 
 
 
Which are relational operators? 
 
!= 
= 
+= 
not 
*= 
<= 
> 
and 
<= 
> 
 
...
Preview 3 out of 21 pages
Add to cartC173 Final Practice Questions & Answers, 100% Accurate, rated A+ 
 
 
Which operator evaluates the remainder of division? 
 
* 
+ 
/ 
% 
// 
% 
 
 
Find an operation's result. Give an example. 
x = x * 1.5 
 
 
Which are relational operators? 
 
!= 
= 
+= 
not 
*= 
<= 
> 
and 
<= 
> 
 
...
C173 Scripting and Programming – Foundations, Questions and answers, rated A+ 
 
 
A company has a new project it wishes to implement to track and analyze employee and customer interactions. The company leadership determines that the system should support direct data entry as well as automated dat...
Preview 1 out of 3 pages
Add to cartC173 Scripting and Programming – Foundations, Questions and answers, rated A+ 
 
 
A company has a new project it wishes to implement to track and analyze employee and customer interactions. The company leadership determines that the system should support direct data entry as well as automated dat...
C173 Scripting and Programming Foundations, Top Exam Questions and answers, Graded A+ 
 
 
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 
...
Preview 3 out of 23 pages
Add to cartC173 Scripting and Programming Foundations, Top Exam Questions and answers, Graded A+ 
 
 
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 
...
Scripting and Programming - Foundations - C173 latest exam review, rated A+ 
 
 
Program 
instructions executing one at a time 
 
 
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 val...
Preview 2 out of 10 pages
Add to cartScripting and Programming - Foundations - C173 latest exam review, rated A+ 
 
 
Program 
instructions executing one at a time 
 
 
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 val...
C173 Scripting and Programming Foundations, Exam Review. Latest update. 
 
 
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 t...
Preview 3 out of 29 pages
Add to cartC173 Scripting and Programming Foundations, Exam Review. Latest update. 
 
 
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 t...
Scripting and Programming WGU C173, Questions and answers, rated A+ 
 
 
computer program - -instructions, executing one at a time 
 
input - -program gets data; from keyboard, file, touchscreen, network, etc 
 
process - -data put elsewhere; to a file, screen, network, etc 
 
triangle's area - -1/...
Preview 3 out of 20 pages
Add to cartScripting and Programming WGU C173, Questions and answers, rated A+ 
 
 
computer program - -instructions, executing one at a time 
 
input - -program gets data; from keyboard, file, touchscreen, network, etc 
 
process - -data put elsewhere; to a file, screen, network, etc 
 
triangle's area - -1/...
WGU C173 Study Guide Questions and answers, rated A+. VERIFIED. 
 
 
Ojected-oriented design and analysis step: Describe object interactions. - -How will polymorphism and inheritance work? 
 
Ojected-oriented design and analysis step: Indentify the most important objects. - -What problem needs to be...
Preview 2 out of 7 pages
Add to cartWGU C173 Study Guide Questions and answers, rated A+. VERIFIED. 
 
 
Ojected-oriented design and analysis step: Describe object interactions. - -How will polymorphism and inheritance work? 
 
Ojected-oriented design and analysis step: Indentify the most important objects. - -What problem needs to be...
Scripting and Programming - Foundations - C173 (Unit 2. Exam Review, VERIFIED. 
 
In mathematics, minus is often written using a wide segment known as an emdash: —. However, in programming, only the hyphen symbol - may be used, since that character exists on a keyboard. 
 
( ) - -Items within pare...
Preview 2 out of 7 pages
Add to cartScripting and Programming - Foundations - C173 (Unit 2. Exam Review, VERIFIED. 
 
In mathematics, minus is often written using a wide segment known as an emdash: —. However, in programming, only the hyphen symbol - may be used, since that character exists on a keyboard. 
 
( ) - -Items within pare...
C173 Scripting and Programming - Foundations Section 1 & 2. Questions and answers, 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 evalua...
Preview 1 out of 3 pages
Add to cartC173 Scripting and Programming - Foundations Section 1 & 2. Questions and answers, 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 evalua...
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
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!
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
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.
Stuvia is a marketplace, so you are not buying this document from us, but from seller PassPoint02. Stuvia facilitates payment to the seller.
No, you only buy these notes for $34.49. You're not tied to anything after your purchase.
4.6 stars on Google & Trustpilot (+1000 reviews)
82871 documents were sold in the last 30 days
Founded in 2010, the go-to place to buy study notes for 14 years now