A ________ is a saved series of commands used to automate repetitive processes
Fill in the blank(s) with correct word
macro
You might also like to view...
A(n) ________ backup creates an exact copy of an entire internal hard drive on an external hard drive
Fill in the blank(s) with correct word
Answer the following statements true (T) or false (F)
1. The last element of an array named monsters that has eleven elements is monsters[11]. 2. The length property can only be used to find the number of characters in a specified array element. 3. The following statement loads an array named tens with the values 10, 20, 30, 40,and 50, given that the numeric variable x has the value of 10: ``` var tens = new Array[(x * 1),(x * 2),(x * 3),(x * 4),(x * 5)]; ``` 4. A two-dimensional array can always be used as a substitute for two parallel arrays. 5. The statement: ``` monsters.push("ogre"); ``` will add an element with the value "ogre" as the last element of an array named monsters.
You can create ____ style rules to change the style of headings or paragraphs, or to reposition or add a border to an image.
A. ID-based B. class-based C. element-based D. paragraph-based
Where is the policy introduction located in a consolidated policy document?
A. In a separate document B. Before the version control table C. After the version control table D. At the beginning of the document