A(n) ________ is a line style applied to individual cells, an entire table, or individual areas within a table
A) outline B) border C) margin D) frame
B
You might also like to view...
Answer the following statements true (T) or false (F)
1. You get the manipulators endl and member functions setf and precision with the iostream header, but you have to include the iomanip header to get the manipulators setw and setprecision.. 2. You don’t need using directives or using declarations to use the setw or setprecision manipulators. 3. C++ uses the system file name for the program file name. 4. For the binary search in the text to work, the element searched for must actually be present in the array.
________ arranges records in a table by the value in the field or fields within a table
Fill in the blank(s) with correct word
Given an M × N matrix mat that has all of its elements initialized to 0, write a C++ code fragment to store 1's along mat's main diagonal while leaving all other entries unchanged.
Example: 1 0 0 0 0 1 0 0 0 0 1 0
When you create a table, Excel automatically applies a default table style.
Answer the following statement true (T) or false (F)