Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. Question: (TCO 4) User input values should always be checked for Your Answer:

ID: 3626459 • Letter: 1

Question

1. Question:

(TCO 4) User input values should always be checked for
Your Answer:
Reasonableness
Division by zero, if division is taking place
Appropriate range
All of the above
Comments:

All of the above
2. Question:

(TCO 6) Which two key sequences are used to start debugging and stop debugging?
Your Answer:
Shift-F5 for start debugging and F5 for stop debugging
F5 for start debugging and Shift-F5 for stop debugging
F10 for start debugging and F11 for stop debugging
F11 for start debugging and F10 for stop debugging
3. Question:

(TCO 4) A diamond symbol with a true and false option represents which basic program structure on a flow chart?
Your Answer:
Decision
Continue
Sequence
Control

Explanation / Answer

please rate - thanks

1. Question:

(TCO 4) User input values should always be checked for
Your Answer:
Reasonableness
Division by zero, if division is taking place
Appropriate range
All of the above
Comments:

All of the above
2. Question:

(TCO 6) Which two key sequences are used to start debugging and stop debugging?
Your Answer:       your question isn't specific--what language, what compiler if it is C++ using Visual C++
Shift-F5 for start debugging and F5 for stop debugging
F5 for start debugging and Shift-F5 for stop debugging
F10 for start debugging and F11 for stop debugging
F11 for start debugging and F10 for stop debugging


3. Question:

(TCO 4) A diamond symbol with a true and false option represents which basic program structure on a flow chart?
Your Answer:
Decision
Continue
Sequence
Control