What is the keyboard shortcut to invert a selection?
What will be an ideal response?
Ctrl/Cmd+Shift+I.
You might also like to view...
Answer the following statements true (T) or false (F)
1. A programmer can use inheritance with an existing library for which only the header file and binary are available, to derive a class more suitable to her purpose. 2. You never put a declaration of an inherited member in the derived class. 3. The one exception to this rule is the need to redefine a base class member function in the derived class. 4. An object of a derived class type has exactly one type, the type with which it was declared. 5. If a base class constructor is not called explicitly in the definition of a derived class constructor, an error results.
________ is employed by the Windows XP memory manager.
a) Lazy allocation b) Anticipatory paging c) Copy-on-write d) all of the above
What length SSL and TLS keys are generally considered to be strong?
A. 128 B. 1024 C. 2048 D. 4096
?XHTML is currently in version ____.
A. ?1.0 B. ?1.1 C. ?2.0 D. ?2.1