Which of the following is not true about an Access option group?
A) It stores only numbers in the table.
B) The options can be displayed as check boxes, toggle buttons, or option buttons.
C) It has a frame and a set of options.
D) It stores a T or an F in the table depending on what option is selected.
A
You might also like to view...
What is the output of the following code segment?
``` for (k = 5; k > 0; k--) { for (i = 0; i < 5-k; i++) cout << '.'; for (j=0; j < 2*k-1; j++) cout << 'B'; cout << endl; } ```
To display the horizontal and vertical rulers in the slide pane, click Window in the Menu bar and then click Ruler.
Answer the following statement true (T) or false (F)
What is the name of the address that is used by a switch to identify specific devices?
A) MAC B) IP C) LLC D) ARP
Before any remote management can occur, the remote servers must be configured to enable remote management
Indicate whether the statement is true or false