A field's ____________________ determines the kind of data that you can enter in the field, such as numbers or text.
Fill in the blank(s) with the appropriate word(s).
data type
Computer Science & Information Technology
You might also like to view...
Which of the following is an example of a CSMA/CD medium?
A. WEP B. SONET C. Token ring D. Ethernet
Computer Science & Information Technology
The fundamental rule for testing functions requires that every function be tested in an already fully tested and debugged program. How can this be accomplished?
a) Impossible! The main function must have all the functions it calls attached to get it to compile and run properly. b) The main function is tested with stub functions replacing each` function. c) Write drivers for the stub functions to test them. d) Add each non-stub function in turn for testing. e) Write drivers for the function implementations one at a time to test them independently.
Computer Science & Information Technology