Which of the following is NOT part of the human cost of developing a computer program?
a) the efficiency of a program
b) the readability of a program
c) the modifiability of a program
d) the maintainability a program
a.
You might also like to view...
Explain crowd sourcing. Give at least three examples of crowd sourcing projects. Explain at least three benefits of crowd sourcing.
What will be an ideal response?
A _____ requires the person requesting access to provide information that only an authorized user is supposed to know.
A. ?possessed entity access system B. ?possessed conferral access system C. ?possessed knowledge access system D. ?possessed object access system
What command should you use to rearrange parts of files on the drive so they are contiguous?
A. chkdsk B. format C. defrag D. shutdown
Which of the following statements is false?
a) Normally, a class also contains methods and properties. These manipulate the instance variables belonging to particular objects of the class. b) Instance variables are declared inside the bodies of the class’s methods and properties. c) Clients of a class cannot access the class's private instance variables. d) Clients of a class can access the class's public methods.