Which command is used to resave frequently used text and then insert the saved text as needed in other documents?
A. Bookmark
B. Template
C. Text box
D. Quick Parts
Answer: D
You might also like to view...
Would the cosine measure be the appropriate similarity measure to use with K-means clustering for time series data? Why or why not? If not, what similarity measure would be more appropriate?
What will be an ideal response?
What is displayed after line 7 is run?
``` string new1, new2; 1 string text1 = “C++”; 2 string text2 = “math”; 3 string text3 = “chocolate”; 4 stringstream ss; 5 ss << “I love” << text3 << “and” << text2; 6 new1 = ss.str(); 7 cout << new1; 8 st << text1 << “is easy to learn!”; 9 new2 = st.str(); 10 cout << st;``` A. I love chocolate and math B. I love C++ C. I love D. I love math and chocolate.
When you embed an Excel worksheet into a Word document, it becomes part of the Word document
Indicate whether the statement is true or false
You can edit linked data in its original program by ____ it and clicking Edit Data.
A. single-clicking B. double-clicking C. right-clicking D. left-clicking