WGU D278 PRE ASSESSMENT SCRIPTING AND
PROGRAMMING EXAM 2024 NEWEST EXAM
COMPLETE 150 QUESTIONS WITH DETAILED
VERIFIED ANSWERS (100% CORRECT) /ALREADY
GRADED A+
Practice questions for this set
Learn
Studied 7 terms
Nice work, you're crushing it
Continue studying in Learn
Terms in this set (70)
Which operator should be %
used to determine if a
number is evenly divisible
by 5?
A+
B-
C*
D%
https://quizlet.com/977753394/wgu-d278-pre-assessment-scripting-and-programming-exam-2024-newest-exam-complete-150-questions-with-detaile… 1/30
,11/30/24, 1:32 PM WGU D278 PRE ASSESSMENT SCRIPTING AND PROGRAMMING EXAM 2024 NEWEST EXAM COMPLETE 150 QUESTION…
A car drove 200 miles Division
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
A variable should hold a Float
person's height in meters.
Which data type should
the variable be?
A Integer
B Float
C String
D Boolean
A variable should hold the String Array
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
https://quizlet.com/977753394/wgu-d278-pre-assessment-scripting-and-programming-exam-2024-newest-exam-complete-150-questions-with-detaile… 2/30
, 11/30/24, 1:32 PM WGU D278 PRE ASSESSMENT SCRIPTING AND PROGRAMMING EXAM 2024 NEWEST EXAM COMPLETE 150 QUESTION…
A program uses the Constant Integer secondsPerMinute
number of seconds in a
minute in various
calculations.
How should the item that
holds the number of
seconds in a minute be
declared?
A Constant float userTime
B Variable float userTime
C Constant integer
secondsPerMinute
D Variable integer
secondsPerMinute
A program determines if a Constant integer minAge
user's age is high enough
to run for U.S. president.
The minimum age
requirement is 35.
How should the item that
holds the minimum age be
declared?
A Constant integer
minAge
B Variable integer minAge
C Constant integer 35
D Variable integer 35
https://quizlet.com/977753394/wgu-d278-pre-assessment-scripting-and-programming-exam-2024-newest-exam-complete-150-questions-with-detaile… 3/30