An “infinite increasing sequence of binary strings” is a series $w1$, $w2$, … of finite binary strings, such that for every number $i$, string $w_{i}$ is a prefix of $w_{i+1}$. For example, “101”, “$10100$”, “$101001$”, “$1010010111$”, … Let S be the set of infinite increasing sequences of binary strings. What is the cardinality of $S$?
This is a question from an exam, and I'm having trouble understanding what's going on there, let alone solve it, even without exam conditions. From my understanding S is a set of sequences $a_{1},a_{2},..$ such that $a_{i}$ is a sequence of some binary strings $w_{1}^{i},w_{2}^{i}...$ such that $w_{j}^{i}$ is a prefix of $w_{j+1}^{i}$. Now there is alot of stuff going on here and I'm not sure how to approach these type of questions.. where do I start? what should I look for?