Multiple choice general knowledge

Consider a language which uses the following set of characters: Small set: { a b c } Large set: { A B C } Punctuation set: { x y } This language must follow the following rules: 1. A punctuation character must end all series. 2. A series can have up to but no more than 4 characters,including punctuation characters. Does the following series follow all the rules of the language defined above? axBy

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The series "axBy" follows both rules: it ends with punctuation 'y' (rule 1) and has 4 characters total (rule 2). The sequence a-x-B-y uses small, punctuation, large, and then punctuation to end the series.