When you define the class, you describe its ____ in terms of data and its behaviors, or methods, in terms of what kinds of things it can do.
A. attributes
B. fields
C. characteristics
D. all of the above
Answer: D
You might also like to view...
Conditional statements use ________________, such as = =, which is used to test for equality.
Fill in the blank(s) with the appropriate word(s).
Suppose that only 80% of the STUDENT records from Exercise 17.28 have a value for PHONE, 85% for MAJORDEPTCODE, 15% for MINORDEPTCODE, and 90% for DEGREEPROGRAM, and we use a variable-length record file. Each record has a 1-byte field type for each field occurring in the record, plus the 1-byte deletion marker and a 1-byte end-of-record marker. Suppose we use a spanned record organization, where each block has a 5-byte pointer to the next block (this space is not used for record storage).
(a) Calculate the average record length R in bytes. (b) Calculate the number of blocks needed for the file.