Boolean logic Flashcards

Learn bl (11 cards)

1
Q

What is boolean logic

A

Boolean logic is a system of logic based on true and false values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How are computer systems designed

A

Current computer systems are designed to work using logic,, specifically, binary logic
Binary logic is the application of boolean logic in a binary number-based system where by 0 represents false, and 1 represents true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a logic gate

A

A logic gate is a special circuit in which transistors are used as special switches.Each logic gate reies input of electric current and produces an output of electric current. The output depends on the type of logic gates.Billions of interconnected logic gates are built into more complex circuits in processors, registers, computer memory and solid state drives.Computer systems perform logical operations using circuits of interconnected logic gates . The logic operations of logic gates can be understood in terms of switches in electrical circuits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a transistor

A

In a computer system, transistors function as special switches in the electronic circuits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Input and outputs and how to interput them

A

Input (state of the switch)
Output (state of the lamp)
Switch OPEN = “0”
Lamp OFF = “0”
Switch CLOSED = “1”
Lamp ON = “1”

The lamp will only light up when the switch is closed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is truth table

A

A truth table shows all the possible inputs into a logic gate and their associated output
Working out the number of possible input combinations:
Number of input combinations = number of direct inputs to the power of 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What types of logic gates are there

A

And, OR, Not

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a AND Gate

A

It is a gate when both inputs are true the output will be true. Algebraic letter - A without the line in the middle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is an OR Gate

A

It is a gate when 1 or more of the inputs are true the output will be true Algebraic letter - ) Wth like a rocket ship going out of it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a not gate

A

It is a gate when the output is reverse the input. It is when you have to Not have something in order for an output to be 1. Algebraic symbol - ¬

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly