Answer:
Fire
Explanation:
You'll get a giant spark. The electricity will flow freely causing over-heating or fire.
Answer:
OR
Explanation:
The logical function is used to combine one or more logical condition their are many types of logical condition that are given below
- Logical OR
- Logical And
- Logical Not
The Logical OR Function returns true when any of the condition is true and it returns false when both the condition are false
Following are the example in C programming language
In the programming language it is represented by ||
a=90;
b=98;
c=187;
int t=(c< b || b>a)
it returns true because one condition is true i.e b>a .
The truth table of OR logical function is given below
A B Result
True True True
True False False
False TRUE TRUE
FALSE FALSE FALSE
Answer:
The pseudo code is in the attachment.
Explanation:
The pseudo code is in the attachment.
Answer:
168.16.1.1 is correct.
Explanation:
168.16.1.1 is the legitimate Internet Protocol address that can be used on the Internet.
Internet Protocol 10.10.1.1 and internet Protocol 172.30.1.1 are the private internet protocol addresses so they could not be used on the internet.
The Internet Protocol 234.1.1.1 has been used as a multicast address so they may not be used on the Internet.