Describe how rulers, a grid, and drawing guides are used when aligning objects.
What will be an ideal response?
Rulers give visual cues that enable you to keep objects aligned. Using the rulers, you can see the size of an object or the distance between shapes. The grid, which by default is hidden, contains many evenly spaced intersecting lines that can be used to help align objects. A guide contains a single vertical and a single horizontal line that is used to help align objects. Rulers and guides are useful when you use the Rule of Thirds as an object placement strategy.
You might also like to view...
Answer the following statements true (T) or false (F)
1. When you pass null as an argument to the Split method, the method tokenizes the string using the comma character as the delimiter. 2. In C#, you can only provide one delimiter per string that you wish to tokenize when calling the Split method. 3. When you tokenize a string entered by the user and the string contains characters other than white spaces as delimiters, you do not need to trim the string before tokenizing it. 4. The fields contained in structure must all be of the same data type. 5. If you find yourself using a structure for more than simply encapsulating a set of variables into a single item, you should probably use a class.
Parallel executing procedures share a common stack area using a structure called a ______.
Fill in the blank(s) with the appropriate word(s).
What organization developed the new IPv6 standard?
A. IEEE B. ICANN C. IANA D. IETF
The persistent data structure is available in some form in every programming language.
Answer the following statement true (T) or false (F)