A(n) ________ bar is used to view additional slides

Fill in the blank(s) with correct word


scroll

Computer Science & Information Technology

You might also like to view...

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

1. The string "Hello" could be stored in the variable str declared as follows char str[5]; 2. The assignment operator = can be used for string assignment only when initializing a string variable in its declaration. 3. If "cat" is the value of the string variable str, then str[3] is the null character. 4. If name is a string variable whose value is "Elizabeth", the function call strcpy(target, &name[5]); assigns the string "beth" to target. 5. The length of a string is determined by the size of the variable in which it is stored and does not depend on the value stored in the variable.

Computer Science & Information Technology

You might want to avoid using 3-D charts because they can distort the appearance of the data

Indicate whether the statement is true or false

Computer Science & Information Technology

To analyze specific values in a field as a unit, group PivotTable data.?

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

Computer Science & Information Technology

A function can invoke a second function, which in turn invokes the first function; this type of recursion is referred to as ____ recursion.

A. direct B. mutual C. self-referential D. tail

Computer Science & Information Technology