Every cell in a workbook has a(n) locked property that determines whether or not changes can be made to that cell. _________________________

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


True

Computer Science & Information Technology

You might also like to view...

What value is assigned to decTaxes by the following program segment, assuming that the user enters 30000 into the textbox txtSalary.Text?

Dim decSalary, decTaxes As Decimal decSalary = CDec(txtSalary.Text) If (decSalary > 50000) Then decTaxes = .40 * decSalary ElseIf (sngSalary > 40000) Then decTaxes = .30 * decSalary ElseIf (sngSalary > 30000) Then decTaxes = .20 * decSalary Else decTaxes = .10 * decSalary End If a. 12000 b. 9000 c. 6000 d. 3000

Computer Science & Information Technology

The command cut -f 1,3 Xfile

a: displays the first or third field in the Xfile b: displays the first and third fields in the Xfile c: displays the first, second and third fields in the Xfile d: removes the first and third fields from the Xfile e: displays all fields except the first, second and third fields in the Xfile

Computer Science & Information Technology

The mouse pointer may appear as a(n) ________ during the time you are waiting for a computer to boot

A) hour glass B) four-headed arrow C) rotating circle D) double-arrow

Computer Science & Information Technology

When designing a presentation, you should plan on displaying a new slide every minute

Indicate whether the statement is true or false

Computer Science & Information Technology