All the variables for one individual person are called a(n) ____.
A. data source
B. field
C. main document
D. record
Answer: D
Computer Science & Information Technology
You might also like to view...
DES is an encryption standard
a. adopted by the NIST b. also known as the DEA c. sometimes used to secure financial transactions d. all of the above
Computer Science & Information Technology
A directory is physically stored __________.
a. in main memory b. in cache c. on disk d. none of the above
Computer Science & Information Technology
Which statement will generate random numbers between 0 and 12?
A. rand(12) B. srand(12) C. rand()%13 D. srand()%13
Computer Science & Information Technology