WGU D278 PROGRAMMING AND SCRIPTING | OB|
OBJECTIVE ASSESSMENT | EXAM
Correct 70
Incorrect 00
Term
are in a hangar?
Integer
, Don't know?
2 of 70
Term
function P(integer x) returns integer yy = 2 * x
What does P(5) evaluate to?
Give this one a try later!
10 x
Diff 6.5
Don't know?
3 of 70
Term
Which phase of an agile approach would create a list of
components needed to build an online auction site?
Give this one a try later!
Design Implementation
, Testing Define
Don't know?
4 of 70
Term
A car drove 200 miles using 10 gallons of fuel.Which operation
should be used to compute the miles per gallon, which is 20?
Give this one a try later!
Addition Division
Float Intersection
Don't know?
5 of 70
Term
An algorithm should output "OK" if a list's numbers are all non-zero,
else the output is "Not OK."
Which test is a valid test of the algorithm?
Give this one a try later!
, Input 99, 0, 5. Ensure output is
Input 0, 5, 99. Ensure output is "OK."
"Not OK."
Input 99, -5, 5. Ensure output is
Input 99, 5, 0. Ensure output is "OK."
"OK."
Don't know?
6 of 70
Term
Given float x = 3.0.
Which expression evaluates to 2.0?
Give this one a try later!
x / 2 + 0.5 /2 + .25 Any valid identifier
Include the library (x >= 18) and (x <= 24)
Don't know?
OBJECTIVE ASSESSMENT | EXAM
Correct 70
Incorrect 00
Term
are in a hangar?
Integer
, Don't know?
2 of 70
Term
function P(integer x) returns integer yy = 2 * x
What does P(5) evaluate to?
Give this one a try later!
10 x
Diff 6.5
Don't know?
3 of 70
Term
Which phase of an agile approach would create a list of
components needed to build an online auction site?
Give this one a try later!
Design Implementation
, Testing Define
Don't know?
4 of 70
Term
A car drove 200 miles using 10 gallons of fuel.Which operation
should be used to compute the miles per gallon, which is 20?
Give this one a try later!
Addition Division
Float Intersection
Don't know?
5 of 70
Term
An algorithm should output "OK" if a list's numbers are all non-zero,
else the output is "Not OK."
Which test is a valid test of the algorithm?
Give this one a try later!
, Input 99, 0, 5. Ensure output is
Input 0, 5, 99. Ensure output is "OK."
"Not OK."
Input 99, -5, 5. Ensure output is
Input 99, 5, 0. Ensure output is "OK."
"OK."
Don't know?
6 of 70
Term
Given float x = 3.0.
Which expression evaluates to 2.0?
Give this one a try later!
x / 2 + 0.5 /2 + .25 Any valid identifier
Include the library (x >= 18) and (x <= 24)
Don't know?