Q1. In a computer spreadsheet, which statement is true if the current or active cell is B4 and you press the Enter key?
Explanation
In a spreadsheet, pressing Enter after the active cell normally moves the selection one row down in the same column. From B4, one row down is B5, so that statement is correct. A1 would be a jump to the first cell and is not caused by Enter. B3 is one row above B4, which would require upward movement. B6 is two rows below B4, while a single Enter press normally moves only one row down.
