The ____ of Visual Studio 2017 contains buttons for commands that are frequently used, such as Open Project, Save, Cut, Copy, Paste, and Undo.
A. menu bar
B. Standard toolbar
C. Toolbox
D. Properties window
Answer: B
You might also like to view...
An enumeration type
a. is type whose values are defined by a list of constants of type int. b. is a type separate from any of the integer types c. can be converted to integer types d. is a type that a programmer should avoid doing arithmetic with.
What is wrong with this code?
```void WriteDay(char d[]); int main( ) { char Day [10] = “Friday”; WriteDay(Day[]); Return 0; }``` A. The brackets are not needed in the call statement. B. “Friday” is too short for the array. C. The code is correct as written. D. The call statement should be written as WriteDay(Day[10]);
What is the long bar at the top of each window?
A) taskbar B) title bar C) toolbar D) options bar
A function key or key combination, such as F5 or CTRL+ A that is used to carry out a menu command is called a ________
A) dongle B) click key C) macro D) shortcut key