With ________ software development, individuals and companies contribute their efforts in developing, maintaining and evolving software in exchange for the right to use that software for their own purposes, typically at no charge.

a. object-oriented
b. high-level
c. open-source
d. proprietary


c. open-source

Computer Science & Information Technology

You might also like to view...

Which of the following correctly defines a data member that is a constant:

a) const int maxScore = 100; b) enum {maxScore = 100}; c) const enum {maxScore = 100}; d) int maxScore = 100 const;

Computer Science & Information Technology

The Macro Recorder uses absolute references by default.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The update read is often an exact copy of the priming read.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

All states and snapshots from the last working session remain in the History panel, even after you close and reopen the document on which you were working.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology