1. Which of the following are true aboutN-version programming? (Select all thatapply.)
N versions of the same system are created using the samespecification.
The same team builds all N versions.
All N versions of the system are executed concurrently.
A different team, in contact with the other teams, builds eachof the N versions.
2. Which of the following have a greater likelihood ofintroducing faults into software? (Select all thatapply.)
aliasing
use of default values
inheritance
recursion
3. Which of the following are examples of diversity?(Select all that apply.)
Two different algorithms, written independently by differentprogrammers, and that both perform the same function, are employedin the same system to achieve a desired
OR
OR