Answer:
14
Explanation: The reason why is because adding a negative is pretty much subtracting by 2. 9-2=7. Then multiply 7 by 2 like add 7 to 7 and you get 14.
Answer:
file
Explanation:
you should go through the file so as to configure it
Answer:
1. True.
2. False.
3. True.
4. True.
Explanation:
Remember OR operator (||) gives false when both of it's operands are false. AND Operator (&&) gives false when even one of it's operator is false.
In first part we have
!(True || False) || True
=!True||True
=False||True
=True
In second part we have.
False && True && True
= False && True
=False.
In Third part
! True || (False || True)
=False || True
=True.
In fourth part
True || True && False
=True|| False
=True.
Answer:
Crossover Cable
Explanation:
In networking, If two computers have same specifications and need to be connected then the only thing that is required is known as crossover cable. This cable is used to connect two computer of same types without using hub or switch.
Answer: It doesn't look like you included the video if you could i would love to help!