Chapter 3 - Hardware Flashcards
Memory cache
High speed memory external to processor which stores data which the processor will need again
RAM
Random Access Memory
Primary memory unit that can be read to and written from
ROM
Read Only Memory
Primary memory unit that can only be read from
DRAM
Dynamic Read Only Memory
Type of RAM chip consisting of transistors and capacitors that needs to be constantly refreshed, meaning the capacitance needs to be be recharged every 15 microseconds to prevent charge leaking away leaving every capacitor with the value of 1
SRAM
Static Read Only Memory
Type of chip that uses flip-flops and does not need refreshing and has a faster data access time than DRAM
Refreshed
Requirement to charge a component to retain its electronic state
PROM
Programmable Read Only Memory
Type of ROM chip that can be programmed once. Made up of a matrix of fuses. To program you need a PROM writer which uses an electric current to alter specific cells by burning fuses in the matrix. Often used in mobile phones and RFID tags
EPROM
Erasable Programmable Read Only Memory
Type of ROM that can be programmed more than once using UV light
HDD
Hard Disk Drive
Type of magnetic storage that uses spinning disks (platters). There are a number of platters (doubled sided) which spin around 7000 times a second allowing a number of read-write heads (that move very quickly) to access all surfaces in the disk drive. They are typically able to move from the centre of the disk to the edge and back 50 times a second. Data is stored on sectors and tracks which contain a fixed no. Of bites.
Latency
The lag in a system
Eg. Time to find a track on a hard disk, which depends on the time taken for the disk to rotate around its read-write head
Fragmented
Storage of data in non-consecutive sectors
Eg. Due to editing + deletion of old data (basically messily stored)
Removable hard disk drive
Portable hard disk drive that is external to the computer, can be connected via a USB port when required; often used as a device to back up files and data
SSD
Solid State Drive
Storage media with no moving parts that relies on movement of electrons
EEPROM
Electrically Erasable Programmable Read Only Memory
ROM chip that can be modified by the user which can then be erased + written to repeatedly using pulsed voltages. Uses floating gate transistors and capacitors. Programmed using UV light through a quarts window and used in applications under development (programming consoles)
Flash memory
Type of EEPROM
Particularly suited to use in drives such as SSDs, memory cards and memory sticks
Optical storage
CDs, DVDs and Blu-ray Discs that use laser light to read and write data
Dual layering
Used in DVDs; uses 2 recording layers of standard DVD joined together with a polycarbonate spacer with a very thin reflector sandwiched between the layers. Reading + writing of the second layer is done by a red laser focusing at a fraction of a millimetre compared to the first layer
Birefringence
A reading problem with DVDs caused by refraction of laser light into 2 beams
Binder 3D printing
3D printing method that uses a 2 stage pass. First stage uses dry powder, second uses a binding agent
Direct 3D printing
3D printing technique where print head moves in the x,y and z directions. Layers of melted material are built up using nozzles like an inkjet printer
Direct 3D printing
3D printing technique where print head moves in the x,y and z directions. Layers of melted material are built up using nozzles like an inkjet printer
DAC
Digital to Analogue Converter
Needed to convert digital data into electric currents that can drive motors, actuators and relays for example
ADC
Analogue to Digital Converter
Needed to convert analogue data into a form understood by a computer
OLED
Organic Light Emitting Diode, self contained system
Uses organic materials (organic compounds) to create flexible semiconductors. Organic films are sandwiched between 2 charged electrodes (one metallic anode and one glass anode). Light is given off when an electric current is applied to one of the electrodes, so no back lighting required.
Uses movement of electrons between cathode and anode to produce an on-screen image.
Screen resolution
Number of pixels in the horizontal + vertical directions on a television/computer screen
Touch screen
Screen on which the touch of a finger/stylus allows selection/manipulation of a screen image. Usually use capacitive or resistive technology
Capacitive
Type of touch screen technology based on glass layers forming a capacitor where fingers touching the screen causes a change in the electric field
Resistive
Type of touch screen technology. When a finger touches the screen, the glass layer touches the plastic layer, completing the circuit and causing a current to flow at that point.
Virtual reality headset
Apparatus worn on the head that covers the eyes like a pair of goggles. Immerses the user totally in the virtual reality experience
Sensor
Input device that reads physical data from its surroundings
Memory
Internal devices which the computer can access directly
Primary memory
Part of computers memory which can be accessed directly from the CPU. Contains RAM and ROM memory chips. Allows the processor to access applications and services temporarily stored in memory locations
Secondary storage (3)
HDD
SSD
Removable devices
-DVD/CD/Blu-ray
-HDD (removable)
Structure of primary memory (diagram)
Features of RAM (3)
Can be read to/written from and stored data can be changed by the user/computer
Used to store data, files or other things currently in use
Volatile
When does RAM become full
When the processor has to continually access secondary data storage to overwrite old data on RAM with new data. Increasing RAM size will reduce the number of times this must be done making it operate faster
Types of RAM technology (2)
DRAM (dynamic)
SRAM (static)
Capacitors on a DRAM
Hold bits of information (0 or 1)
Transistors on a DRAM
Act like switches, allow the chip control circuitry to read the capacitor or change the capacitors value
Advantages of DRAM over SRAM (3)
Less expensive to manufacture
Consumer less power
Higher memory capacity