The ________ data type stores an integer that Access creates automatically as you add new records and can be categorized as sequential or random
A) AutoNumber B) Number C) Calculated D) Currency
A
You might also like to view...
Which of the following statements best describes this line of code?
``` numbers[5] = 12; ``` a) The value 12 is put into the numbers array at the location with index 5. b) The value 5 is put into the numbers array at the location with index 12. c) numbers is declared to be an array of 5 elements, each of which contains the number 12. d) numbers is declared to be an array of 12 elements, each of which contains the number 5. e) none of the above is correct
Keyboards and touchpads are ____.
A. storage devices B. input devices C. software D. system units
Slides that are not adjacent to one another are known as ________ slides
Fill in the blank(s) with correct word
Which of the following is not true about text files which can be imported into Assess?
A. The two most common are CSV and fixed-length text files. B. They are normally created manually. C. They are formatted consistently. D. They are normally created by software.