When fingers are already on the keyboard, it often is more efficient to use ____________________, or keyboard key combinations, to format text as it is typed.
Fill in the blank(s) with the appropriate word(s).
shortcut keys
Computer Science & Information Technology
You might also like to view...
When you delete a file from the hard drive, it is immediately and permanently deleted
Indicate whether the statement is true or false
Computer Science & Information Technology
Object initializers (which initialize an object and its properties) use what syntax?
a) new className(property1 -> value1, …); b) new className(property1 = value1, …); c) new className{property1 = value1, …}; d) className{property1 = value1, …};
Computer Science & Information Technology