Errors Flashcards

1
Q

Syntax Error

A

Happens when your code doesn’t make sense to the computer, usually due to misspelling, too many brackets, or missing a comma.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name Error

A

Happens when there is a variable with a name that the computer doesn’t recognize.

Note: variable names are case sensitive!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Zero Division Error

A

Happens when you try to divide by zero.

It’s not mathematically possible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly