Which of these is the arithmetic operator for exponentiation used in Access expressions?

A) > B) # C) * D) ^


D

Computer Science & Information Technology

You might also like to view...

What is the effect of the following program segment?

``` for (int i = 0; i < max / 2; i++) { temp = a[i]; a[i] = a[max - i - 1]; a[max - i - 1] = temp; } ``` a.Reverses the numbers stored in the array. b. Puts the largest value in the last array position. c. Counts the number of elements of array a that are greater than its first element. d. Arranges the elements of the array in increasing order. e. None of the above.

Computer Science & Information Technology

Which of the following is NOT true regarding linked tables and the Linked Table Manager?

A) When a linked table is opened, Access refreshes the data contained in the linked object. B) Linked tables are dependent on the location of the object, not the database that contains the link. C) If a linked object is moved, the Linked Table Manager can be used to refresh the link. D) Access will search for the data if the linked object has been moved.

Computer Science & Information Technology

Searches in Windows Vista can run quickly because the search is done using a(n) ________ rather than searching through all files on the disk

Fill in the blank(s) with correct word

Computer Science & Information Technology

Slide Sorter view displays all the slides in a presentation as thumbnails

Indicate whether the statement is true or false

Computer Science & Information Technology