28.2k views
3 votes
Question 9 (1 point)

Saved

A/an __________ is a software program or piece of code that a program needs in order to work. (Select the best answer.)

Question 9 options:

External factor


Dependency


Paradigm


SOW

Question 10 (1 point)
Saved

In the simple model of software development, which stage includes interviewing users? (Select the best answer.)

Question 10 options:

Stage 3: Select a Solution


Stage 4: Create a Plan


Stage 2: Think of Possible Solutions


Stage 5: Write the Code

Question 11 (1 point)
Saved

A/an ____________ development method is one in which the development does not follow a predictable or planned course of action. (Select the best answer.)

Question 11 options:

Incremental


Informal


Waterfall


Spiral

Question 12 (1 point)

Which programming paradigm uses lists of instructions to complete its tasks? (Select the best answer.)

Question 12 options:

Functional programming


Reflective programming


Object-oriented programming


Procedural programming

Question 13 (1 point)

Specific actions that a user might perform when using the software are called __________. (Select the best answer.)

Question 13 options:

Use cases


Usability testing


QA


Client requirements

Question 14 (1 point)

What is the first phase in which a software program is usable enough to test? (Select the best answer.)

Question 14 options:

Pre-alpha release


Alpha release


Beta release


Feature complete

Question 15 (1 point)

What is metaprogramming? (Select the best answer.)

Question 15 options:

Telling a computer what to do, instead of telling the computer how to do it


Organizing programmers into small teams who focus on small parts of a program


Writing a program that writes or changes other programs


Organizing a programming team according to the features a program should have

User Mark Soric
by
6.6k points

1 Answer

5 votes

9 - SOW

10 - stage 2 (i think that would be the best time)

11 - Informal

12 - Functional programming

13 - Use cases

14 - Alpha release

15 - Writing a program that writes or changes other programs

just letting you know now, I am not 100% sure on most of these, just my best answers/guesses that were checked with google, which means that they might not all be correct

thankyou, chance

User Gordon Hopper
by
6.8k points