As shown in the accompanying figure, the ____ property of the form specifies which button will be activated when the ENTER key on the keyboard is pressed.

A. GoButton
B. AcceptButton
C. EnterButton
D. ReturnButton


Answer: B

Computer Science & Information Technology

You might also like to view...

What will be output by the following statements?

double x{1.23456789}; cout << fixed; cout << setprecision(5) << x << endl; cout.precision(3); cout << x << endl; cout << x << endl; a. 1.2346 1.23 1.23 b. 1.23457 1.235 1.23456789 c. 1.2346 1.23 1.23456789 d. 1.23457 1.235 1.235

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. OOP is an acronym that means Object Oriented Programming. 2. C++ not only supports OOP but also supports other programming styles.

Computer Science & Information Technology

What type of message does an IPv6 node send when an interface becomes active and the node wants to find routers connected to the local link?

A. Router Advertisement B. Neighbor Advertisement C. Router Solicitation D. Neighbor Solicitation

Computer Science & Information Technology

When you schedule a(n) ____, its description appears in a small banner below the day heading.

A. appointment B. event C. meeting D. item

Computer Science & Information Technology