Section 3 Hardware Flashcards
What are embedded systems?
Systems which involve a micro-processor which is a CPU on a smaller scale which is dedicated to a specific purpose e.g. sat nav in a car
What is biometric data?
Data containing biological properties
How do digital cameras work?
Takes a photo by collecting light and projecting it onto a light detector surface which is then stored as data for each pixel
How does a keyboard work?
When a key is pressed, there is a button which sends data of a letter which is then outputted on the screen
How does a microphone work?
Converts sound energy to electrical energy
How does an optical mouse work
A computer mouse which detects movement which then sends data to the computer which moves the mouse on the screen
How does a touch screen(capacitive) work?
The screen is covered with electrical charge, so when the screen is touched some of this charged is transferred to us which leads to a change in electricity and can be detected. Will allow multiple touches at once
How does a touch screen (resistive) work?
There are two layers of screen, so when one of them is pressed down to the other there is an electrical connection which leads to changes in electrical current being detected
How does a touch screen(infrared) work?
beams of infrared light are sent, but when the finger touches the screen, some of the light beams do not reach the infrared detectors causing interruptions
What different types of touch screens are there?
- Infrared
- capacitive
- resistive
What is an actuator?
It is a component that outputs an action,
often a type of movement,
What is an inkjet printer?
An Inkjet printer is a computer peripheral that produces hard copies of a text document or photo by spraying droplets of ink onto paper
What is a laser printer?
A type of computer printer that uses a non-impact technology. Uses a laser beam, electrostatically charged toner and a heated fuser to transfer the toner onto the page
What is a LED
LED (Light emitting diode) is a semiconductor device which can emit light when an electric current passes through it
What is an acoustic sensor
A sensor which measures the level of sound in an environment
What are the:
4 different types of storage
- Primary - Can be directly accessed by the CPU
- Secondary - HDD and SDD
- Off line - USB drives and disks
- Cloud storage
What are the different components of:
primary storage
- RAM - Random access memory - where information is stored before entering the CPU and contains instructions for the execute-decode-execute cycle. Volatile, menaing it only stores data and programs currently in use. This can be increased by adding more components and has continuoslly changing components.
- ROM - Read only memory - stores the program that boots the computer, usually has fixed contents that can be changed, but in a very complicated process. Non-volatile
What are the main components of:
Secondary storage
- Magnetic
- Optical
- Solid-state storage
How does:
Magnetic storage work?
- Circular plates called platters that spin allowing data to be read and written
- electromagnet can magnetise dots on each platter
- Magnetised stores 1 and demagnitised stores 0
- HDD for example
How does:
Optical storage work?
- This uses lasers to read and write data from a circular disk.
- The disk spins and a read/write head moves across the surface allowing data to be read or written.
- Data is written by a laser burning pits into the surface of the disk.
- A laser is used to read the pits which reads the data stores.
- Common examples of this are CDs, DVDs and Blu-rays.
- This is not commonly used today and is mainly in archives.
They had moving parts, so it made them vulnerable leading to the formation of Solid-state drive
What is a:
Register
An internal memory location within the CPU that temporarily holds data and instructions during processing. They are used to move data and instructions into and around different components of the CPU.
CPU
The main processing unit of the system. Also known as the processor.
ALU
This is an internal part of the CPU that carries out calculations on data. The arithmetic part uses +, -, * and /. The logic part carries out comparisons such as =, < and >.
Accumulator
The register that is used for arithmetic and logic calculations.