WGU D278 Scripting & Programming EXAM
2024 SUMMER-WINTER EXAM WITH
ANSWERS
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.
for Loop
First step in the waterfall approach. Defines a program's goals.
Analyst to Design
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.
Incremental development
.
A function input specified in a function definition.
,parameter
.
A number with a fractional part, even if that fraction is 0.
Floating-point literal
.
used to run a program's statements
interpreter
.
The second step in the waterfall approach of SDLC. Defines specifics of a
program.
Analysis- Design-Implement
Text (characters) within double quotes.
, String Literal
.
A program performs computations on that data, such as adding two
values like x + y.
Process
.
Modeling language for software design that uses different types of
diagrams to visualize the structure and behavior of programs.
Universal Modeling Language
.
A graphical language for creating computer programs.
flowchart
.
2024 SUMMER-WINTER EXAM WITH
ANSWERS
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.
for Loop
First step in the waterfall approach. Defines a program's goals.
Analyst to Design
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.
Incremental development
.
A function input specified in a function definition.
,parameter
.
A number with a fractional part, even if that fraction is 0.
Floating-point literal
.
used to run a program's statements
interpreter
.
The second step in the waterfall approach of SDLC. Defines specifics of a
program.
Analysis- Design-Implement
Text (characters) within double quotes.
, String Literal
.
A program performs computations on that data, such as adding two
values like x + y.
Process
.
Modeling language for software design that uses different types of
diagrams to visualize the structure and behavior of programs.
Universal Modeling Language
.
A graphical language for creating computer programs.
flowchart
.