Which of the following choices is an alternate term used to describe what ISO 12207 refers to as "software requirements analysis" activities?
A. Requirements engineering
B. Software components analysis
C. Software necessities
D. Engineering requirements
Answer: A
Computer Science & Information Technology
You might also like to view...
A group of memory locations with the same name is called a(n) ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
What is the significance of the second function argument in the following line?
``` window.setInterval( "run()", 100 ); ``` a) The value sets how many times to call the function specified in the first argument. b) The value sets how long the function is run for. c) The value sets how often to run the function. d) The value sets the time to wait before calling the function once.
Computer Science & Information Technology