Which Insert panel category includes buttons for images, media, and hyperlinks?
A. Common
B. Layout
C. Data
D. Forms
Answer: A
You might also like to view...
The function prototype for a correctly-written copy constructor for a class called Bar might look like this:
A. Bar( ); B. Bar( Bar ap ); C. void Bar( Bar & ap ); D. Bar( const Bar & ap );
Match each item with the correct statement below.
A. Visual clues that let you know when the object you are positioning is touching a side or the center of another object, a margin guide, or the center of the page B. The border of a shape C. Appears when an object is selected and then disappears when the object is deselected D. The placement of equal space between three or more objects E. The point of a selected object that does not change its location during a transformation
The IO.File. ____________________ procedure checks if a file is available.
Fill in the blank(s) with the appropriate word(s).
Gina wants to share some marketing files with two other members of the Marketing group, Linda and Mark, but doesn't want them to access those files in her home directory. She asks you to create a /opt/marketing directory and its files are to only be available to the new group mkt. What steps can you take as an administrator to accomplish this request? (Choose all that apply)
a. sudo chgrp mkt /opt/marketing b. sudo groupadd mkt c. sudo usermod -aG mkt gina linda mark d. sudo chmod 770 /opt/marketing e. sudo mkdir /opt/marketing