You can use wildcard characters in the Find what box to search for data that matches a particular pattern. Use ____ for two or more characters.
A. * (an asterisk)
B. ? (a question mark)
C. ! (an exclamation point)
D. # (a pound sign)
Answer: A
You might also like to view...
Answer the following statements true (T) or false (F)
1. The two most common queue operations are push and pop. 2. When the program knows the exact contents of a list and can access any element on demand, the data structure is known as a stacked deque. 3. For a compiler that is older than C++11 it is necessary to put spaces between the angled brackets that appear next to each other when defining a stack. 4. Computer systems use stacks. For example, when a function is called, they create local variables on a stack which are removed from the stack when the function terminates.
The first line of a method (including the return type, the method name and the parame- ter list) is known as the method
a) body b) title c) caller d) header
The ________ is part of a form that can be manipulated separately from other parts of the form
Fill in the blank(s) with correct word
In File Explorer, the Ribbon displays locations where users can find files, such as Favorites, OneDrive, and Homegroup
Indicate whether the statement is true or false