What error will occur if this is the first line of a program?

a = b / 2
A. NameError
B. ZeroDivisionError
C. VariableError
D. TypeError

B. ZeroDivisionError