Errors in the programming process (cont.)
ndata errors: incorrect data.
nsoftware errors:
uSyntactic errors: writing something that the programming language doesn’t understand.  They are found during compilation.
uLogical errors: syntactically correct but not programmed logically (“wok your dog”)
n