A button that can be turned on by clicking it once, and then turned off by clicking it again

a. icon
b. switch
c. toggle


B. margins

Computer Science & Information Technology

You might also like to view...

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

1) A function does not have an exception specification at all, so exceptions are prohibited. 2) The exception specification for a function has no effect on an exception that is caught within the function. 3) Suppose an exception of type E is thrown in a function but not listed in the exceptionspecification, and is not caught in the function. The exception will be caught in a calling function that has a catch block that declares an exception of that type. 4) Compilers will check code in functions against exception specifications. 5) A function declared thus: void func(argument_list) throw(); should throw no exception of any type.

Computer Science & Information Technology

To expand or collapse folders, ________ the folder name in the Navigation Pane

A) double-click B) right-click C) left-click D) center-click

Computer Science & Information Technology

A(n) standard toolbar is the collection of buttons and tools you use to interact with a software program.

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

Computer Science & Information Technology

A ____ may occur if an event happens during the process's transition between deciding to wait for the event and entering the WAIT state.

A. race B. deadlock C. starvation event D. synchronization problem

Computer Science & Information Technology