Compare ISNULL() and ISBLANK().
a) Both functions check for null values
b) ISNULL() works only with text fields
c) ISBLANK() considers blank fields as null
d) ISNULL() returns true if the field contains a null value