Uploaded by Thomas Quinlan

EarSketch Chapter 8 Python PDF

advertisement
Name:_______________
Date:________________
Earsketch Python Worksheet: Chapter 8
Directions: Complete each section by following the instructions given beforehand.
Possible addition of an error detection section
Fill in the Blank: Complete this section by filling in the blanks or as directed by your instructor
1. A code ______evaluation________ is a judgment of the quality or value of a script. It is a(n)
_______assessment______ that allows the programmer to determine if a program functions
correctly.
2. Correct code is free of ____bugs____ and ____errors____ . It must also perform its intended or
assigned task.
Concept Questions:
1.
What is the difference between an objective assessment and a subjective assessment?
A subjective judgment depends on an individual's perspective, while an impartial assessment only
examines the evidence.
2. What does evaluating correctness of your code mean?
Checking to see if the coding meets any of the programmer's goals or completes a certain task
3. What does evaluating completeness of your code mean?
Complete coding achieves both of the programmer's, assignment's, or project's goals. The method of
determining whether or not a piece of code is complete is arbitrary.
Download