1 / 12
WGU C173 Final Exam Practice Questions and Answers (Verified Answers) 1.Which operator evaluates the remainder of division?* + / % // ANS % 2.Find an operation's result. Give an example.ANS x = x * 1.5 3.Which are relational operators?!= = += not
*= 1 / 3
bes.:
2 / 12
<= > And ANS <= > 4.Classify each value type with the correct data type it descri 5.What is the value of this expression?ANS True 6.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 7.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