Match the following keyboard shortcuts to the movement of the active cell
I. Enter
II. Shift + Enter
III. Home
IV. Ctrl + Home
V. Tab
A. Column A of the current row
B. Down one row
C. One column to the right
D. Up one row
E. Cell A1
Answer: B, D, A, E, C
Computer Science & Information Technology
You might also like to view...
A packet filter firewall is blocking ICMP protocols. This means that:
a. Pings cannot pass through the firewall b. Pings and Traceroute cannot pass through the firewall c. Traceroute cannot pass through the firewall d. IS-IS cannot pass through the firewall
Computer Science & Information Technology
Which of the following assignment statements is illegal?
a. float f = -34; b. int t = 23; c. short s = 10; d. int t = (int)false; e. int t = 4.5;
Computer Science & Information Technology