Pressing the _____ key moves a list item up a level.

A. Enter
B. Tab
C. Shift + Tab
D. Ctrl + Tab


Answer: C

Computer Science & Information Technology

You might also like to view...

The string class overloads the += operator to perform

A) conversion to integers followed by addition. B) concatenation of two strings. C) calculation of the sum of the integer ASCII codes that comprise the characters in the string. D) calculation of the sum of the lengths of two strings. E) None of the above

Computer Science & Information Technology

Write SQL queries for the Books database (discussed in Section 17.3) that perform each of the following tasks:

a) Add a new author to the Authors table. b) Add a new title for an author (remember that the book must have an entry in the AuthorISBN table). Be sure to specify the publisher of the title. c) Add a new publisher.

Computer Science & Information Technology

What cannot be found on the Manage Rules dialog box?

A) New Rule B) Edit Rule C) Copy Rule D) Delete Rule

Computer Science & Information Technology

We can tell the program which class or function to use by indicating the ____ where we want the compiler to look for the class or function.

A. location B. address C. module D. namespace

Computer Science & Information Technology