To ________ an object on the screen is to select the object and move it in small increments by using the arrow keys
Fill in the blank(s) with correct word
nudge
Computer Science & Information Technology
You might also like to view...
Given the following strucure definition, what is the correct way to initialize a variable called today?
struct DateType { int day; int month; int year; } a. DateType today(1,1,2000); b. DateType today = (1,1,2000); c. DateType today = {1,1,2000); d. DateType today = {1,1,2000,0);
Computer Science & Information Technology
To drag a selected range of data to another worksheet in the same workbook, use the
Select one: A. Ctrl key B. Shift key C. Alt key D. Tab key
Computer Science & Information Technology