If you want exact measurements for a text box, you can select the text box with the Selection tool and entered the width and height in the W and H text boxes on the Control panel.

Answer the following statement true (T) or false (F)


True

Computer Science & Information Technology

You might also like to view...

Which is a for loop that prints all of the days of the week?

A. for(float i=0; i<7; ++i) cout<7; ++i) cout >> The_Days[i] << “ “;

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. Use decision tables when complex combinations of conditions, actions, and rules are found. 2. Use decision tables when the sequence of conditions and actions is critical. 3. Use decision trees when you require a method that effectively avoids impossible situations, redundancies and contradictions. 4. Use decision trees when not every condition is relevant to every action (the branches are different). 5. Use decision trees when communication to end users is important. 6. The lower half of a decision tree contains the actions to be taken on the left and the rules for executing the actions on the right. 7. Decision trees are useful when it is essential to keep a string of decisions in a particular sequence.

Computer Science & Information Technology

Which of the following syntax is correct regarding to SUM function in Excel? Select one:

a. All of the above b. =SUM (A1, B1) c. =SUM (A1:B9) d. =SUM (A1:A9, B1:B9)

Computer Science & Information Technology

Users should be logged in when you change their UID numbers with usermod.

a. true b. false

Computer Science & Information Technology