You can save a PowerPoint presentation in outline format with a(n) ____ extension and then open the file in Word.
A. .docx
B. .rtf
C. .txt
D. .pdf
Answer: B
You might also like to view...
The data stored in an object are commonly called fields, or ____________.
a. attributes b. characteristics c. properties d. values
There are two significant differences between S/MIME and OpenPGP: key certification and _____________.
Fill in the blank(s) with the appropriate word(s).
What is wrong with the following function?void* _retrieve (AVL_TREE* tree, void* keyPtr, NODE* root){ if (tree->compare(keyPtr, root->dataPtr) < 0) return _retrieve(tree, keyPtr, root->left); else if (tree->compare(keyPtr, root->dataPtr) > 0) return _retrieve(tree, keyPtr, root->right); else return root->dataPtr; } // if root}
A. It is missing one recursive call to _retrieve. B. The first if should be "if (tree->compare(keyPtr, root->dataPtr) < 0)". C. The second if should be "if (tree->compare(keyPtr, root->dataPtr) >= 0)". D. It does not check if the data is not in the tree.
In order to be considered strong today, a symmetric encryption key must be at least ________ bits long.
6 8 100 1,000