Correct answer: (A) I and IV only
Option I represents a regular set because it can be described by a regular expression, allowing any number of 'a's followed by an even number of 'b's. Option IV is also regular as it can be expressed using a finite automaton that accepts any string from {a,b} followed by a 'c' and then any string from {a,b}, demonstrating closure properties of regular languages.