Answer:
Explanation:
c because it will hook the person
Answer:
A LAN adapter is an expansion board that is used to connect a computer or computing device to a network. LAN adapter is the most common and generic alternate name for a Network Interface Card (NIC).
Answer:
#include <iostream>
using namespace std;
int main() {
int a=-156;//negative integer between -1 and -255.
a*=-1;//multiplying a to -1 so that it can become positive.
cout<<a;//printing a.
return 0;
}
Explanation:
The above written program is in C++ and in the program an integer a is defined with a negative value in the program it is -156.Then to convert it to positive integer we have to multiply a to -1 after that printing the value of a on the screen.
I think this process would be Decision-Making, because the scenario is that you have to decide on what topic you are going to pick, based on research and what you think would be the best resolution. I don't think that Conflict resolution would be correct because there is no conflict and neither Negotiation nor Verbal Communication have anything to do with this, so i believe it's safe to assume the correct answer would be Decision Making.
Answer:
In word there is a setting where you can mange all of user's permission in the document. These are a few permission settings: Read only and Can edit.