A simple graph cannot have:
Multiple edges between the same two vertices.
Loops (an edge from a vertex to itself).
Disconnected components.
Both a and b.