To change a selected shape's height or width to a specific value, type the value in the Height or Width text boxes on the _____.
A. (Drawing Tools Format tab | Size group)
B. (Shape Tools Format tab | Size group)
C. (Insert tab | Size group)
D. (Home tab | Size group)
Answer: A
You might also like to view...
Devise a protocol for basic multicast over IP multicast.
What will be an ideal response?
The following code should output the even integers from 2 to 100:
``` unsigned int counter{2}; do { cout << counter << endl; counter += 2; } While (counter < 100); ```
File Explorer contains ribbon tabs that can be used for various functions. Which ribbon tab provides options to open a new File Explorer window, command prompt, or Windows PowerShell prompt that is focused on the current folder?
A. File B. Home C. Share D. View
Using Word's order of operations, if cell C5 contains 10, and D3 contains 4, then result of =C5+D3 * 2 is ________
A) 28 B) 12 C) 7 D) 18