WGU - Scripting and Programming
Foundations - D278: (Latest Update
) Questions and Certified
Answers | 100% Correct | A Grade.
Terms in this set (70)
Quiz_________________?
Which operator should be used to determine if a number is evenly divisible by 5?
A+
B-
C*
D%-
Answer☑️
%
Quiz_________________?
A car drove 200 miles using 10 gallons of fuel.
Which operation should be used to compute the miles per gallon, which is 20?
A Addition
B Subtraction
C Multiplication
D Division -
Answer☑️
Division
,2
Quiz_________________?
A variable should hold a person's height in meters.
Which data type should the variable be?
A Integer
B Float
C String
D Boolean -
Answer☑️
Float
Quiz_________________?
A variable should hold the names of all past U.S. presidents.
Which data type should the variable be?
A Integer array
B Float array
C String array
D Boolean array -
Answer☑️
String Array
Quiz_________________?
Which phase of a waterfall approach would create a sequence diagram that specifies the required order
of events between completed program components?
A Analysis
B Design
C Implementation
, D Testing -
3
Answer☑️
D
Quiz_________________?
Which phase of an agile approach would define a hypothesis to find a problem in a program?
A Analysis
B Design
C Implementation
D Testing -
Answer☑️
D
Quiz_________________?
Which phase of an agile approach would create an executable program?
A Analysis
B Design
C Implementation
D Testing -
Answer☑️
C
Quiz_________________?
Which phase of an agile approach would create a list of components needed to build an online auction
site?
A Analysis
B Design