When you export data from Access to Excel, the fields in Access become what in Excel?

A) Columns B) Titles C) Sheets D) Rows


A

Computer Science & Information Technology

You might also like to view...

The base case is shown on:

``` 1 float p( float x, int n ) 2 { 3 if ( n == 0 ) 4 return 1; 5 else 6 return x p( x, n – 1 ); 7 } ``` A. lines 3-4 B. lines 5-6 C. line 1 D. lines 3-6

Computer Science & Information Technology

____ boxes are similar to radio buttons or checkboxes, but they allow you to present a long list of options in much less space on the page because the user clicks to open and close the list.

A. Drop-down B. Multi-select C. Pull-down D. Option

Computer Science & Information Technology

FIGURE 15-2In Figure 15-2 above, the ____ is usually specified by a number, such as 13 for the day/time server.

A. client program B. server program C. socket D. port

Computer Science & Information Technology

After a sudden power outage, Morgan's PC rebooted, but nothing appeared on the screen. The PC just beeps at him, over and over and over. What's most likely the problem?

A. The power outage toasted his RAM.
B. The power outage toasted his video card.
C. The power outage toasted his hard drive.
D. The power outage toasted his CPU

Computer Science & Information Technology