Multiple choice Using wildcards, how many characters are represented by a “?” mark? 3 2 1 0 Reveal answer Fill a bubble to check yourself C Correct answer Explanation In file systems and command-line operations, the question mark wildcard (?) represents exactly one character. For multiple characters, you would use the asterisk (*).