Buttons where one click turns a feature off and another click turns it on, are called ________ buttons
A) switch
B) option
C) toggle
D) on/off
C
You might also like to view...
Rewrite the switch statement below as a multiple-alternative if statement.
``` switch (jersey) { case 11: printf("I. Thomas\n"); break; case 23: printf("M. Jordan\n"); break; case 33: printf("S. Pippen\n"); break; default: printf("Player unknown\n"); } ```
If you want the navigation options to blend into the site design, you need to add a(n) ____ to the list and then write style rules for the items that appear in that list.
A. attribute B. div C. id D. tag
The availability of the appropriate compiler guarantees that a program developed on one type of machine can be compiled on a different type of machine.
Answer the following statement true (T) or false (F)
With the ____________________ permission for an NTFS partition, you can give or take away permissions for other accounts.
A. Change B. List C. Read & Execute D. Modify