The answer is B bc obliteration is related to covering the document
Answer:
1. B 2. D
Explanation:
If computers share processing power, it is just a larger computer.
Answer:
a software program for storing, managing, and retrieving information
Explanation:
You need to provide "the following", otherwise other users cannot answer your question.
However, the Java operator for "not equal to" is "!=".
// For example.
if (1 != 2) {
System.out.println("1 doesn't equal 2");
}
The if-statement in the code above will always run, since 1 is not equal to 2.