The __________ is a wild card character that represents one or more file name characters.

a. question mark (?)
b. plus sign (+)
c. minus sign (-)
d. asterisk (*)


d. asterisk (*)

Computer Science & Information Technology

You might also like to view...

Consider the Countries table discussed in the text. The table has three fields - name, pop2014, and monetaryUnit - with name as the key field. Give a LINQ query that can be used to show the records from Countries in descending order based on the 2014 population.

What will be an ideal response?

Computer Science & Information Technology

What is a description list? What was a description list called in previous versions of HTML? How is a description list used in HTML 5?

What will be an ideal response?

Computer Science & Information Technology

You can create custom animations using the ____ button.

A. Animation Pane B. Trigger C. Animation Painter D. Preview

Computer Science & Information Technology

(char)('a' + Math.random() * ('z' - 'a' + 1)) returns a random character __________.

a. between 'a' and 'z' b. between 'a' and 'y' c. between 'b' and 'z' d. between 'b' and 'y'

Computer Science & Information Technology