To delete sample data in the datasheet's columns or rows, select the cells, then press the ________ key.

A. CUT
B. REMOVE
C. DELETE
D. TURN OFF


Answer: C

Computer Science & Information Technology

You might also like to view...

What is displayed after line 10 is run?

``` string new1, new2; 1 string text1 = “C++”; 2 string text2 = “math”; 3 string text3 = “chocolate”; 4 stringstream ss; 5 ss << “I love” << text3 << “and” << text2; 6 new1 = ss.str(); 7 cout << new1; 8 st << text1 << “is easy to learn!”; 9 new2 = st.str(); 10 cout << st;``` A. C++ is easy to learn. B. I love chocolate and math.C++ is easy to learn! C. C++ math chocolate. D. None are correct.

Computer Science & Information Technology

Text can be used as ____ in movies.

a. headings b. body text c. labels d. input fields

Computer Science & Information Technology

A key to making adjustments is to sometimes walk the fine line between going far enough to make the adjustment the best it can be and going too far.

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

Computer Science & Information Technology

Windows uses a memory-management technique known as ________ to monitor which applications you use most frequently. It preloads them into your system memory

A) SuperFetch B) SuperGet C) SuperRetrieve D) SuperTake

Computer Science & Information Technology