Logic gates- Boolean logic

Descrição

boolean
Tanya Narendra
Mapa Mental por Tanya Narendra, atualizado more than 1 year ago
Tanya Narendra
Criado por Tanya Narendra mais de 6 anos atrás
4
0

Resumo de Recurso

Logic gates- Boolean logic
  1. 1 represents true/on and 2 represents false/off
    1. AND: If both inputs are true(1), then the output is true (1)
      1. Truth table: shows the outputs from all the possible inputs from a Boolean function.
        1. OR: If either of the inputs are true (1), then the output should be true (1)
          1. NOT: Only one input- and it gets reversed, For example, if the input is true, the output is false and vice versa.
            1. Why do computers use binary?Binary is a base 2 number system that represents 1(on) and 0(off). Computers run on logic gates for electricity