A function key or key combination, such as F5 or CTRL + r that is used to carry out a menu command is called a:

A) dongle. B) shortcut key. C) macro. D) click key.


B

Computer Science & Information Technology

You might also like to view...

The boolean method to check for an empty stack can be written as:

Consider a class that uses the following variables to implement an array-based stack: String [] s = new String[100]; int top = 0; A) return top; B) if (top == 0) return true; else return false; C) if (s == null) return true; else return false; D) if (s.length == 0) return true; else return false;

Computer Science & Information Technology

The bottom of a line of text, not including descending portions of characters, is known as the text ____.

A. plumb line B. baseline C. depth D. height

Computer Science & Information Technology

A ________ consists of one or more lines at the bottom of each page

A) endnote B) header C) footnote D) footer

Computer Science & Information Technology

A user can select only one button in a ______ at a time.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology