WGU D278 Scripting and Programming -
Foundations Exam | Questions and Answers |
Verified Solutions | 2026 Edition | Pass
Guaranteed
Save
Terms in this set (258)
A __ b means a is not equal to b. !=
_ is called an underscore. _
A __ b means a is less-than b. <
A __ b means a is less-than-or-equal <=
to b.
A __ b means a is equal to b. ==
A __ b means a is greater-than b. >
A __ b means a is greater-than-or- >=
equal to b.
__: The knapsack problem with the 0-1 knapsack problem
quantity of each item limited to 1.
, An abstract data type (ADT) is a data abstract data type / ADT
type whose creation and update are
constrained to specific well-defined
operations.
Abstraction means to have a user Abstraction / information hiding / encapsulation
interact with an item at a high-level,
with lower-level internal details
hidden from the user (aka
information hiding or encapsulation).
A UML __ is a flowchart, similar to activity diagram
zyFlowchart, used to describe the
flow of an activity or set of activities.
The addition operator is +, as in x + y. addition / +
A program can be built by doing agile approach / spiral approach
small amounts of each SDLC phases
in sequence, and then repeating,
known as the agile approach (or
spiral approach).
Civilization's earlier __ lasted many agricultural age
thousands of years.
An __ is a sequence of steps that algorithm
solves a problem, generating correct
output for any valid input values.
__ is typically measured by the Algorithm efficiency
algorithm's computational
complexity.
Foundations Exam | Questions and Answers |
Verified Solutions | 2026 Edition | Pass
Guaranteed
Save
Terms in this set (258)
A __ b means a is not equal to b. !=
_ is called an underscore. _
A __ b means a is less-than b. <
A __ b means a is less-than-or-equal <=
to b.
A __ b means a is equal to b. ==
A __ b means a is greater-than b. >
A __ b means a is greater-than-or- >=
equal to b.
__: The knapsack problem with the 0-1 knapsack problem
quantity of each item limited to 1.
, An abstract data type (ADT) is a data abstract data type / ADT
type whose creation and update are
constrained to specific well-defined
operations.
Abstraction means to have a user Abstraction / information hiding / encapsulation
interact with an item at a high-level,
with lower-level internal details
hidden from the user (aka
information hiding or encapsulation).
A UML __ is a flowchart, similar to activity diagram
zyFlowchart, used to describe the
flow of an activity or set of activities.
The addition operator is +, as in x + y. addition / +
A program can be built by doing agile approach / spiral approach
small amounts of each SDLC phases
in sequence, and then repeating,
known as the agile approach (or
spiral approach).
Civilization's earlier __ lasted many agricultural age
thousands of years.
An __ is a sequence of steps that algorithm
solves a problem, generating correct
output for any valid input values.
__ is typically measured by the Algorithm efficiency
algorithm's computational
complexity.