题目
题目

COMP30026_2025_SM2 Supplementary or Special Exam: Models of Computation (COMP30026_2025_SM2)- Requires Respondus LockDown Browser

判断题

Are the languages of the following regular expressions the same? (a|b)*(ab)* (a*|b*)*(ab)*

选项
A.True
B.False
查看解析

查看解析

标准答案
Please login to view
思路分析
We need to compare the languages of two regular expressions and determine whether they denote the same set of strings over the alphabet {a,b}. Option 1: True - The expression (a|b)*(ab)* consists of any prefix from (a|b)* followed by zero or more repetitions of the string ab. Since (a|b)* already includes all possible strings over {a,b}, the entire expression could be seen as including all strings by choosing the (ab)* part to be empty (i.e., take k = 0 in (ab)*). This suggests that the language could be all strings. - However, we must be careful: while (a|b)* alone already covers all strings, multiplying by (ab)* on the right does not exclude any strings because the (ab)* portion can be empty, so every string in {a,b}* is included. But does it add any strings beyond {a,b}* when k > 0? Yes, it adds strings that end with sequences of ab after some prefix, but since the prefix is already arbitrary, all strings are still present. - The potential pitfall for labeling this as True is that one might worry about whether every string can be decomposed into a prefix in (a|......Login to view full explanation

登录即可查看完整答案

我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!