A(n) ________ is the tool which appears in a separate window and displays all available options to show or hide data for a field
Fill in the blank(s) with correct word
Slicer
You might also like to view...
A _________ packet firewall tightens up the rules for TCP traffic by creating a directory of outbound TCP connections. There is an entry for each currently established connection and the packet filter will now allow incoming traffic to high numbered ports only for those packets that fit the profile of one of the entries in this directory.
Fill in the blank(s) with the appropriate word(s).
?Which of the following should be done if a graphic jumps from one location to another as you drag it and if you cannot position it exactly where you want it to be?
A. ?Press and hold the Ctrl key as you drag the graphic. B. ?Press and hold the Alt key as you drag the graphic. C. ?Press the Tab key after selecting the graphic. D. ?Press the Esc key after selecting the graphic.
Find the error in each of the following:
a) Assume that struct Card has been defined as containing two pointers to type char—namely, face and suit. Also, the variable c has been declared to be of type Card, and the variable cPtr has been declared to be of type pointer to Card. Variable cPtr has been assigned the address of c. ``` cout << *cPtr.face << endl; ``` b) Assume that struct Card has been defined as containing two pointers to type char—namely, face and suit. Also, the array hearts[ 13 ] has been declared to be of typeCard. The following statement should print the member face of element 10 of the array. ``` cout << hearts.face << endl; ``` c) ``` struct Person { char lastName[ 15 ]; char firstName[ 15 ]; int age; } // end struct Person ``` d) Assume that variable p has been declared as type Person and that variable c has been declared as type Card. ``` p = c; ```
Both Google and Yahoo! use ____________________ as their database engine.
Fill in the blank(s) with the appropriate word(s).