FUNDAMENTALS OF COMPUTER

USING MICROSOFT WORD

CREATING MODIFYING TABLES IN MICROSOFT WORD

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What are symbols like * and? that are used in the Find and Replace command called?
A
Search Symbols
B
Wildcard Characters
C
Find Keys
D
None of the above
Explanation: 

Detailed explanation-1: -The most common wildcards you can use in the Find and Replace dialog box are the asterisk (*) to find multiple characters and the question mark (?) to find a single character.

Detailed explanation-2: -A wildcard character is used to substitute one or more characters in a string. Wildcard characters are used with the LIKE operator. The LIKE operator is used in a WHERE clause to search for a specified pattern in a column.

Detailed explanation-3: -In regular expressions, the period ( ., also called “dot") is the wildcard pattern which matches any single character. Combined with the asterisk operator . * it will match any number of any characters.

Detailed explanation-4: -Wildcards in Excel are the special Excel characters that take the place of the characters in it. Excel has three wildcards: an asterisk, question mark, and tilde. Asterisk is used for multiple numbers of characters in Excel, while a question mark represents only a single character.

There is 1 question to complete.