A wildcard type argument is denoted by a(n) __________.

a. asterisk (*).
b. underscore (_).
c. question mark (?).
d. caret (^).


c. question mark (?).

Computer Science & Information Technology

You might also like to view...

What two devices are often combined into one device in a small network to connect the home network to the Internet and to share the connection between devices on the network?

a. router hub and switch b. switch and router c. modem and router d. modem and switch

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) Metacharacter ? matches exactly one occurrence of the expression it follows. 2) Method group returns an SRE_Match object. 3) Method re.match does not search through a string, but returns a match object only if the string matches the specified regular expression starting from the beginning. 4) The class [^0–9] matches any digit but 0. 5) Preceding a string with the character r creates a raw string.

Computer Science & Information Technology

In a program, when you send a value to a method, you send a(n) ____ to the method.

A. variable B. parameter C. argument D. key

Computer Science & Information Technology

The ________ level of Bloom's Taxonomy indicates students can make judgments about information based on evidence or criteria

Fill in the blank(s) with correct word

Computer Science & Information Technology