Electronic Components Flashcards
What is a peripheral?
An input, output or storage device which is not integral to the computer.
What is an input device?
A device that introduces data into the computer
Give 3 examples of an input device
Mouse, scanner, touchscreen, webcam, keyboard or controller.
What is an output device?
A device that displays or transmits information from the computer.
Give 3 examples of output devices.
Screen, speaker, headphones, printer.
What are the differences and similarities between RAM (Random Acces Memory) and ROM? (Read Only Memory)?
ROM is unable to be deleted or removed from the device. RAM can be deleted or removed. ROM comes with the device. RAM is introduced to the device. RAM will get deleted if not saved onto the device opon switching the device off. ROM cannot and will not be deleted even if the device is switched on or not. Both RAM and ROM permenantly or temporarily stores data that can be transmitted from the computer.
What is a storage device?
A device that can hold, read or write data.
Give 3 examples of a storage device.
SSD (Solid State Drive), HDD (Hard Drive), CD drive, USB Stick, SD card reader.
What is RAM?
Random Access Memory. It is a temporary storage which holds data and instructions for programs being run.
What is ROM?
Random Access Memory. It is memory that cannot be overwritten and comes with the device.
What is Boolean Algebra?
It is the mathematical expression for logic circuits.
What is a truth table?
It is a table of inputs and outputs for a logic gate system.
What does the AND gate do? What does it look like? And what is the symbol?
The output will only be 1 if both values are 1. Otherwise, it will be a 0.
(this AND that both have to be 1)
- The AND gate is curvy
A ^ B is the symbol
What does the OR gate do? What does it look like? And what is the symbol?
The output will be 1 if either input value is 1. If both are 0s, it will be a 0. But if either input is 1, the output will be 1.
(this OR that can be 1)
- The OR gate is straight arrow shape
A V B is the symbol
What does the NOT gate do? What does it look like? And what is the symbol?
It inverts the one input that it gets.
- The NOT gate is a straight triangle
¬A is the symbol