Multiple choice technology programming languages

“/” is a -

  1. Wild card character

  2. Alphabetic character

  3. OR character

  4. Repeat character

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

In Model 204 pattern matching, the '/' character is a REPEAT character that specifies how many times the preceding pattern element should repeat. This is different from wildcards, alphabetic characters, or OR operators. Option D correctly identifies '/' as a repeat character. Options A, B, and C are incorrect because '/' isn't a wildcard, doesn't represent alphabetic characters, and isn't an OR operator.