Answer:
Explanation:
When you have a single copy, a large number of concurrent updates that are supposed to go to a file may result in the user obtaining incorrect information. This incorrect information obtained them leads to the file being left in an incorrect state. When you have a lot of or multiple copies, then storage waste exist and the various copies might happen not to be consistent with respect one other. In summary, what happens is that
a) Using one copy saves space, but also the change might have an effect on all the users.
b) Using multiple copies avoids eliminates the change problem, while creating its own problems, using more space.
Ever coded in Java before? What's the thing you have to do each time you save the code in order for it to run properly?
c is the anwer of question
Answer:
The General Problem Solver (GPS) is a particular computer program created in 1957 by Herbert Simon, J. C. Shaw, and Allen Newell intended to work as a universal problem solver, that theoretically can be used to solve every possible problem that can be formalized in a symbolic system, given the right input configuration
Explanation: