If you want to take handwritten notes, best practice is to use ________

A) Word
B) OneNote
C) Outlook
D) RibbonWriter


B

Computer Science & Information Technology

You might also like to view...

What is the output of the following code (assuming it is embedded in a correct and complete program)?

``` char letter[5] = {'o', 'k', "c", "g''}; for(int i = 4; i >= 0; i-- ) cout << letter[i]; cout <

Computer Science & Information Technology

A(n) ____________________ is a variable used to gather or accumulate values.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

To insert headers or footers in several worksheets at the same time, you must first ________ the worksheets

Fill in the blank(s) with correct word

Computer Science & Information Technology

If you know exactly how many rows and columns you want to create, you can click the Table button in the Tables group on the Insert tab, and then click ____ on the menu.

A. Insert Rows and Columns B. Add Table C. Insert Table D. none of the above

Computer Science & Information Technology