Exercises
LM-C03-C-001Exercise: Bytes and characters
Enter 1 if byte length and visible character count are guaranteed to match, or 0 if not.
Compute it first, then check your number.
LM-C03-C-002Exercise: ASCII bytes
If each ASCII letter in model uses 1 byte, how many bytes does model use?
Compute it first, then check your number.
LM-C03-C-003Exercise: Lowercase forms
If Run, RUN, and run are lowercased, how many distinct lowercase forms remain?
Compute it first, then check your number.
LM-C03-C-004Exercise: Punctuation
Enter 1 if removing all punctuation can change meaning, or 0 if it cannot.
Compute it first, then check your number.
LM-C03-C-005Exercise: Spaces
Enter 1 if space-splitting is universal for all writing systems, or 0 if it is not.
Compute it first, then check your number.