Save
...
Computing Science - National 5
SDD
Evaluation
Save
Share
Learn
Content
Leaderboard
Learn
Created by
hannahiburton
Visit profile
Cards (6)
What do you do in evaluation?
Check the program is
fit
for
purpose
What are the four areas of evaluation?
Fitness
for
purpose
Efficient
use of
programming
constructs
Robustness
Readability
Fitness for purpose is making sure the program
matches
the
functional requirements
Efficient use of programming constructs is using things like
arrays
or
logical operators
Robustness is when the program can
cope
with
error
eg
input validation
Readability is when the code has
indentation
,
white space
and
meaningful variable names