Consider the languages:>> choose the best answerand show work (a){02n1n | n> 0}
ID: 3613977 • Letter: C
Question
Consider the languages:>> choose the best answerand show work
(a){02n1n | n> 0}
(b){05n1n | n> 0}
(c) {w | w a string of 0's and 1's suchthat when interpreted in reverse as abinary
integer it is a multiple of5}
(d){0n1n|n>0}
(e) {w | w a string of 0's and 1's suchthat its length is a perfectsquare}
(f) {w | w string of 0's and 1's such thatwhen interpreted as a binary integer itis
not a multiple of5}
(g) {w | w a string of 0's and 1's suchthat its length is not a perfectcube}
(h) {w | w a string of 0's and 1's suchthat the number of 0's is not equal totwice
the number of1's}
Which is a regularlanguage?