Match the following wildcard characters with their example

I. *
II. #
III. ?
IV. !
V. -

A. To match any number of characters
B. To match any single numeric character
C. To match any range of characters in ascending order
D. To match any single character
E. To match any single character NOT within the brackets

A, B, D, E, C

Computer Science & Information Technology

You might also like to view...

If you are subnetting a class B network, what subnet mask will yield 64 subnets?

A. 255.255.252.0 B. 255.255.64.0 C. 255.255.224.0 D. 255.255.192.0

Computer Science & Information Technology

What does the code in line 1 do?

A. Creates a string called sentence. B. Initializes a string called sentence. C. Both A & B D. Neither. Strings aren’t initialized that way.

Computer Science & Information Technology