You can select a document by using the ____ key(s).
A. SHIFT+HOME
B. CTRL+A
C. SHIFT+END
D. CTRL+SHIFT+END
Answer: B
You might also like to view...
Which of the following can be done to harden an operating system?
A) Uninstall unneeded applications or utilities B) Close unused ports C) Apply the latest security patches and fixes D) All of the above
Print Preview is used to see how a document will look when it is ________
Fill in the blank(s) with correct word
Case 8-1 One of your fellow programmers has written the following array assignment statements for your review: Dim strNames() As String = {"Baker" "Lopez", "Buck", "Chan", "Tirrell"} Dim intReservations() As Integer = {4, 5, 12, 2, 8} If your programmer friend had failed to initialize the intReservations array, what would be the default value of intReservations(3)?
A. 0 B. null C. 12 D. 2
Three mapping techniques that are used for logically organizing cache are direct, __________, and set-associative.
Fill in the blank(s) with the appropriate word(s).