Hardware And Software And Boolean Logic Flashcards
Hardware
Physical components that make up a computer system (including processors, memory, storage and I/O devices)
Software
The programs that run on a computer (including operating system systems, utility programs and application softwares)
Logic
Refers to producing Boolean outputs (0 or 1, true or false) based on combinations of boolean inputs
Logic gate AND
(Draw it out)
All inputs must be true for it to be true
A capital D shape
Logic gate OR
(Draw it out)
If either input is true, it is true
A capital D shape but curve is connected at a point
Logic gate NOT
(Draw it out)
the output is the opposite of what is inputted
Triangle with a cirle at the top point
How can boolean logic be displaced in data
Truth table or flowchart