Sn is the set of length n ‘strings’. Can be defined as product of n copies of S (i.e., S×S×⋯×S).”
{0,1}n: set of all n-bit strings. n=3→ set is all possible combination of 0 and 1 in string of length 3
There are 2n possible strings (8 when n = 3 above)
S∗ is the set of finite length ‘strings’S∗=S0∪S1∪S2∪..., where S0 contains empty string.”
{0,1}∗: set of all finite-length bit strings. ∗ = any length, even 0. → set is all possible combinations of 0 and 1 for all possible lengths, including "", “0”, and so on