To go to column A of the current row, press ____.
A. Ctrl + Home
B. Home
C. Shift + Tab
D. Tab + Enter
Answer: B
Computer Science & Information Technology
You might also like to view...
The power-on self-test does all of the following EXCEPT ________
A) load the operating system B) test memory chips C) test the video card and video memory D) identify the BIOS
Computer Science & Information Technology
A JLabel component displays the text specified by ____________ .
a) setCaption b) setData c) setText d) setName
Computer Science & Information Technology
When using a wireless connection, ________ translates data so that it is protected
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which of the following correctly declares and initializes a String object?
A. new String = Hello B. String greeting == "Hello"; C. String greeting = "Hello"; D. String new = "Hello"
Computer Science & Information Technology