1) VHDL identifiers follow specific naming rules - they can include letters, numbers, and underscores but the first character must be a letter and last character cannot be an underscore. Keywords cannot be used as identifiers.
2) The document discusses different types of literals in VHDL including numerical, enumeration, string, bit string, and null literals.
3) It also covers various operators in VHDL like logical, relational, shift, addition, unary, multiplying, and miscellaneous operators that can be used to perform operations on signals, variables and constants.