1 / 12
WGU C173 Final Exam Practice Questions and Answers (Verified Answers)
- Which operator evaluates the remainder of division?
* + / % // ANS %
- Find an operation's result. Give an example.
ANS x = x * 1.5
- Which are relational operators?
!= = += not 1 / 3
2 / 12
bes.:
*= <= > And ANS <= >
- Classify each value type with the correct data type it descri
- What is the value of this expression?
ANS True
- What are we referring to when we talk about "Grammar" in programming?
A programming language's strict programming rules for structure The proper syntax of loops 2 / 3
3 / 12
Conversations we have about programming none of the above ANS A programming language's strict programming rules for struc- ture
- Sue is writing a program that automatically emails her professor when
needed. Which type of data is best suited to hold the email addresses?
integer float string Boolean ANS String
- / 3