Match the following terms to their meanings:
I. Statement using these expresses a condition that is either A. Explore command
true or false
II. Displays a folder in the existing folder window B. Boolean operators
III. Feature that allows you to use exact phrases in a search C. Natural language
IV. Opens a folder in a new window D. OR
V. Filter that finds files if either of two conditions is present E. Open command
B, A, C, E, D
You might also like to view...
Match the following Word options to the tab where located:
I. insert form controls II. modify a macro from the Macros dialog box III. add a digital signature IV. display Restrict Editing pane V. insert Signature Line A. Insert tab B. Review tab C. File tab D. Developer tab E. View tab
The following statement __________
``` cin >> *num3; ``` a. stores the keyboard input in the variable num3 b. stores the keyboard input into the pointer num3 c. is illegal in C++ d. stores the keyboard input into the variable pointed to by num3 e. None of these