Multiple Choice
The statements below are known as ____.
LastName = "Vanderkolk"
FirstName = "Monica"
HoursWorked = 40
PayRate = 15.00
GrossPay = hoursWorked * payRate
A) variables
B) assigment statements
C) statement declarations
D) literals
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q38: The term _ is used to refer
Q39: In programming, syntax rules are used for
Q40: Numeric assignments can include arithmetic calculations.
Q41: _ occurs when the program is running.<br>A)
Q42: Modules are grouped into programs.
Q44: _ is a digital representation of instructions
Q45: Text data includes special formats, such as
Q46: Every program should have _, consistent basic
Q47: Both instructions and data in a digital
Q48: The list below identifies the characteristics of