Boolean Logic Flashcards
Boolean
A two state number system that returns the values true or false using the binary numbers 0 and 1.
Hardware
the physical components of the computer. (something you can touch)(motherboard)
Software
the programs that run on the computer(word)
What is the formula to know how many inputs there are?
2^n
What is a CPU?
CPU-The Central Processing unit / processor / brain of the computer
Is located inside the computer case on the motherboard.
Its job is to carry out commands. Whenever you press a key, click the mouse, or start an application, you’re sending instructions to the CPU
What is a CPU made from?
Made from Logic gates: AND, OR, NOT
What gate is A.B?
AND
What gate is A+B?
OR
What gate is A’ ?
NOT
What is Q?
The output.