Binary Numbers
logic gates 1
100

what is 1+10 in binary

1+10 in binary is 11

100

what is a not gate

a not gate changes a binary number to the oppisite

200

What is 1+1 in binary

1+1=10 in binary

200

what is a and gate

and gate is if both inputs A and B=1 then output=1

300

in binary what is 1+1+1

1+1+1=11

300

what is a or gate

a or gate is if both inputs A or B =1 then ouptut=1

400

what are the rules of binary addition

  • 0 + 1 = 1
  • 1 + 1 =10
  • 1+1+1=11
  • 1+10=11
400

what is a nor gate

a nor gate is if inputs A or B=1 then ouput=0

500

what is 101+101 in binary

101+101=01010 

500

what is a xor gate

a or gate is if inputs A or b= 1 but not both then output=1