Answer:
in1 = int(input("Enter value one: "))
in2 = int(input("Enter value two: "))
print(in1,type(in1), in2, type(in2))
if (in1 <=0 and in2 <=0) or (not in1 <=0 and not in2<=0):
print( True)
else:
print( False)
Explanation:
The if statement of the python source code is used to implement an Exclusive-NOR logic gate that gives a true or high value if both inputs are either true or false.
<h2>
<u>ANSWER</u><u>:</u></h2>
- <u>TRUE</u>
- <u>FALSE</u>
- <u>FALSE</u>
- <u>TRUE</u>
- <u>TRUE</u>
<h2>
<u>_</u><u>_</u><u>_</u><u>_</u><u>_</u><u>_</u><u>_</u><u>_</u><u>_</u><u>_</u><u>_</u><u>_</u><u>_</u><u>_</u><u>_</u><u>_</u><u>_</u></h2>
<u>CARRY</u><u> </u><u>ON</u><u> LEARNING</u>
<u>CAN</u><u> </u><u>YOU</u><u> BRAINLEST</u><u> ME</u><u> PLEASE</u>
Answer:
Sound needs to be converted into binary for computers to be able to process it. To do this, sound is captured - usually by a microphone - and then converted into a digital signal. The samples can then be converted to binary. They will be recorded to the nearest whole number.
Explanation:
is this it?
Computers and Tablets I think
A correlation is a consistent relationship between two or more variables. It relates to our tendency to draw causation from mere correlation.