Someone using Microsoft Office 2007 will not be able to open a document saved in the 2003 format
Indicate whether the statement is true or false
FALSE
You might also like to view...
You can use buttons in the Font group on the _____ tab to select different font attributes for any data in worksheet cells.
A. HOME B. VIEW C. FORMAT D. INSERT
The logical operator ________ allows for a single condition to be met for the record to be included in the results
A) AND B) BOTH C) OR D) SELECT
To validate HTML code, use the Window > ____ > Validation command.
A. Results B. Tools C. Test D. Options
Case based critical thinking ? Case 13-5 ? William is exploring the syntax of regular expressions. He learns that in the regular expression language, a word refers to any string of symbols consisting solely of word characters. He also learns that word boundaries are indicated by the\bsymbol. He wants to use a pattern that matches any word that starts with the characters "great" such as "greater", "greatness", or "greatest" Which of the following patterns should William use to match any word that ends with "ust" such as "dust", "trust", or "must"?
A. /ust\b/ B. /\bust/ C. \bust/ D. /b\ust/