Scripting and Programming Foundations WGU
EXAM Questions & Answers | 100% Verified
solutions |Questions with Correct Answers 2026
latest update!!
Save
Practice questions for this set
Learn 1 /7 Study with Learn
1- Gather requirements
2- Describe the application
3- Identify the main objects
4- Describe the interactions between objects
5- Create a class diagram
Choose an answer
1 UML design process 2 Editor
3 Change variable value 4 Expression
Don't know?
, Terms in this set (74)
Editor allows you to write code
Compiler Turns programming language into computer
language
Interpreter Same as compiler, but converts code one step at
a time instead of the entire program at once
Operator An object that takes two operands and does
something with them
Expression Something that has value
Terminal vs non-terminal expression Terminal is a final value, non-terminal can be
reduced further
Proper Python expression grammar Expression > expression operator expression
Variable A name that refers to a value
String Text surrounded by quotes
Integer A number
Boolean A true or false value
Programming grammar Language rules, returns a syntax error if not
followed
Change variable value Using an = assigns a new value
Indexing a string Selecting a sub-sequence of a string
EXAM Questions & Answers | 100% Verified
solutions |Questions with Correct Answers 2026
latest update!!
Save
Practice questions for this set
Learn 1 /7 Study with Learn
1- Gather requirements
2- Describe the application
3- Identify the main objects
4- Describe the interactions between objects
5- Create a class diagram
Choose an answer
1 UML design process 2 Editor
3 Change variable value 4 Expression
Don't know?
, Terms in this set (74)
Editor allows you to write code
Compiler Turns programming language into computer
language
Interpreter Same as compiler, but converts code one step at
a time instead of the entire program at once
Operator An object that takes two operands and does
something with them
Expression Something that has value
Terminal vs non-terminal expression Terminal is a final value, non-terminal can be
reduced further
Proper Python expression grammar Expression > expression operator expression
Variable A name that refers to a value
String Text surrounded by quotes
Integer A number
Boolean A true or false value
Programming grammar Language rules, returns a syntax error if not
followed
Change variable value Using an = assigns a new value
Indexing a string Selecting a sub-sequence of a string