Excel makes reading formulas simpler by ____ each cell reference in the formula and its corresponding cell in the worksheet.

A. color coding
B. bolding
C. highlighting
D. italicizing


Answer: A

Computer Science & Information Technology

You might also like to view...

A dynamic text block can contain only string data.

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

Computer Science & Information Technology

Define the following:

//
// Constructor that initializes all components
//
EmployeeRecord :: EmployeeRecord ( const string& name, const string& ss, 
                                   double rate )
{



}

//
// Display one EmployeeRecord with labels
//
ostream& operator<< ( ostream& os, const EmployeeRecord& emp )
{





}

//
// Input one employee record from is
//
istream& operator>> ( istream& is, EmployeeRecord& emp )
{




}

Computer Science & Information Technology

When you update the status of a task, click the ____ button to save it.

A. Mark Complete B. Private C. Send D. Save & Close

Computer Science & Information Technology

_____ is a basic required Hypertext Markup Language (HTML) element.?

A. ?header B. ?title C. ?nav D. ?main

Computer Science & Information Technology