Using wildcard metacharacters, how can one indicate a number is either 1, 2, 3, or 4?
A. 1-4
B. [1-4]
C. [1234]
D. [1,2,3,4]
Answer: B
Computer Science & Information Technology
You might also like to view...
Information is most likely to be lost in what kind of data conversion?
a) A widening conversion b) A narrowing conversion c) promotion d) assignment conversion e) no information will be lost in any of the conversions listed above
Computer Science & Information Technology
Which hard drive type is typically used for servers?
A. SATA B. IDE C. PATA D. SCSI
Computer Science & Information Technology
The base font size for most Web browsers is ________ pixels
A) 10 B) 12 C) 14 D) 16
Computer Science & Information Technology
Which of the following occurs when someone has access to information at one level that allows them to infer information about another level?
A. Polymorphism B. Inference C. Contamination D. Escalation
Computer Science & Information Technology