Which of the following is NOT a factor that will vary by user and as such should be included in the development process?
A. download speed
B. screen resolution
C. user error
D. operating system
Answer: C
Computer Science & Information Technology
You might also like to view...
A(n) ____ dependency occurs between two nonkey fields that are both dependent on a third field.
A. transitive B. dependent C. indexed D. absolute
Computer Science & Information Technology
Which of the following statements is false?
a. An object's attributes are specified as part of the object’s class. b. A bank-account object would likely have a balance attribute that represents the amount of money in the account. c. Each bank-account object knows the balance in the account it represents, but not the balances of the other accounts in the bank. d. Attributes are specified by the class’s methods.
Computer Science & Information Technology