WGU C173 Study Guide Latest 2025 Update Already Passed
WGU C173 Study Guide Latest 2025 Update Already Passed - Correct Answer- subtraction operator, outputs the difference between the two input numbers != Correct Answer- a comparison operator used to compare if one operator is not equal to another * Correct Answer- multiplication operator, outputs the product of the two input numbers ** Correct Answer- exponentiation operator, outputs the result of multiplying base by itself power number of times / Correct Answer- division operator, outputs the result of dividing the first number by the second % Correct Answer- modulo operator, outputs the remainder of dividing the first number by the second + Correct Answer- addition operator, outputs the sum of the two input numbers OR concatenation operator, joins two values together Correct Answer- a comparison operator used to compare if one operator is less than another Correct Answer- a comparison operator used to compare if one operator is less than another = Correct Answer- a comparison operator used to compare if one operator is less than or equal to another WGU C173 Study Guide Latest 2025 Update Already Passedname = expression Correct Answer- This is an assignment statement. A variable is named and also assigned a value or expression. If multiple values are assigned to the same named variable, the last assignment is the one used. = Correct Answer- assignment operator, assigns a value == Correct Answer- a comparison operator used to compare if one operator is equal to another Correct Answer- a comparison operator used to compare if one operator is greater than another = Correct Answer- a comparison operator used to compare if one operator is greater than or equal to another A = True / B = False: not (A and B) Correct Answer- Answer: not (True and False) = not (False) = True A = True / B = False: not (A or B) Correct Answer- Answer: not (True or False) = not (True) = False A = True / B = False: not A and not B Correct Answer- Answer: not True and not False = False A = True / B = False: not A or not B Correct Answer- Answer: not True or not False = True A biologist wants to process water salinity measurement until water temperature falls below a certain level. Which control structure supports this biologist's needs? Correct Answer- While loop abstraction Correct Answer- Focus on the essential qualities of something rather than one specific example.
Document information
- Uploaded on
- April 10, 2025
- Number of pages
- 17
- Written in
- 2024/2025
- Type
- Exam (elaborations)
- Contains
- Questions & answers