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.
Explanation:
Once a spreadsheet has a data set stored within its cells, you can process the data. Excel cells can contain functions, formulas and references to other cells that allow you to glean insights in existing data sets, for example by performing calculations on them.
types of computer viruses
1. polymorphic virus
2. worm
3.trojan horse
4.directory virus
5.boot virus
6.directory virus
7. macro virus
8. web scripting virus
9. memory resident virus
10. overwrite virus
11. direct action virus
12. multipartite virus
Floating point is basically binary scientific notation. So if you have a four byte float and a four byte integer, the float will have a greater range than the int. The float will also have slight anomalies. Play around with values like 0.3.
Answer:
Building relationships during your career exploration is called <u>networking</u>.