hardware Flashcards
3D printer
- process starts from saved digital file that holds the blueprint of object to be printed
- object is then built by sequentially adding layers of a material (polymer, resin) until object is created
- fan cools each layer
microphone
- microphone acts as a diaphragm
- the incoming sound wave causes vibration
- causing coil to move past a magnet
- electrical signal is produced
laser printer
- a laser beam and rotating mirrors are used to draw image of the page on a photosensitive drum
- image converted into electric charge which attracts positively charged toner such that it sticks to the image
- electrostatic charged paper is rolled against drum
- charge pulls toner away from drum and onto paper
- heat applied in the fuser to fuse toner to the paper
- electrical charge is removed from drum and excess toner is collected
speakers
- takes an electrical signal and translates it into physical vibrations to create sound waves
- electric current in the coil creates an electromagnetic field
- electromagnet is repelled by or attracted to permanent magnet
- causing coil to vibrate
- movement of coil causes cone to vibrate, vibration is transmitted to air in front of the cone
- amount of movement will determine frequency and amplitude of wave
components of speaker
- cone
- coil of wire
- permanent magnet
- dust cap
resistive touch screen
- consists of two charged plates
- pressure causes the plates to touch, completing circuit
- point of contact is registered
- coordinates are used to calculate position
capacitive touch screen
- made from materials that store electric charge
- when touched, charge is transferred to the finger
- sensors at the screen corners detect the changes
- points of contact registered, coordinates are used to calculate position
VR headset
- video is sent from a computer to the headset using a cable
- two feeds are sent to a LCD
- sometimes 2 screens are used
- lenses are used for focusing and reshaping the image
- most headsets use 60 to 120 frame rate and 110 degree field of view to make it realistic
- uses binaural sounds
RAM (random access memory)
- volatile (temporary) memory
- data can be altered
- stores data in use
- is read/write
ROM (read-only memory)
- non volatile memory (permanent)
- data cannot be changed
- stores boot up instructions
- is read only
SRAM (static RAM)
- no refresh required hence uses less power and faster access time
- more expensive as more transistors
- stores each bit using flip flop (allows previously output value to be stored)
- less storage
- used in cache memory (storage for more frequently used data)
DRAM (dynamic RAM)
- has to be refreshed hence slower access times and needs higher power
- uses single transistor and capacitor
- stores each bit as a charge
- less expensive as less transistors
- more storage
- used in main memory
PROM (programmable ROM)
- initially empty
- can be programmed only once after created
- data cannot be erased or deleted
- chip becomes unusable
EPROM (electronically programmable ROM)
- initially empty
- can be overwritten multiple times
- data can be erased/deleted
- EPROM can be erased using UV light
- must be entirely erased before writing
- chip has to be removed from device for reprogramming
EEPROM (electrically erasable programmable ROM)
- initially empty
- erased by electrical signal to reprogram
- can update data without removing chip
- does not need to be entirely erased before writing
buffer
buffer memory is temporary storage area in the RAM that stores data being transferred between two or more devices
magnetic media
- surface coated with magnetic material
- magnetic properties are altered to represent 1s and 0s
- used by hard disks, magnetic tapes, floppy disks
optical media
- surface coated with light sensitive material
- read/written by lasers
- CD’s use one spiral track
- used by DVD-RAM, CD-R, CD RW, CD ROM, bluray disc
solid state media
- uses millions of tiny transistors
- where movement of electrons is controlled withina microchip
- has no moving parts
- used by memory sticks, MP3 players
internal operation of HDD
- has one or more platters made of aluminium
- each surface of the platter is iron oxide which is capable of being magnetised
- platters are maintained on a central spindle
- disks are rotated at high speeds
- each surface of disk has read/write head mounted on an arm positioned just above the surface
- surface of platter is divided into concentric tracks and sectors
- one track in one sector is a basic unit of storage called block
- data is encoded as a magnetic pattern for each block
internal operation of SSD
- no moving parts
- non volatile
- uses NAND and NOR gates
- SSD controller manages the components
- uses a grid of column and rows that has two transistors at each intersection
- one transitor is called floating gate
- second transistor is called control gate
- memory cells store voltages which can represent either a 0 or 1
- essentially the movement of electrons is controlled to read/write
- no overrwriting data/first erase then add
flash memory
- most are NAND-based
- no moving parts
- one transitor is called floating gate
- second transistor is called control gate
- memory cells store voltages which can represent either a 0 or 1
- essentially the movement of electrons is controlled to read/write
- no overrwriting data/first erase then add
optical disc
- drive motor is used to spin the disc
- tracking mechanism moves the laser assembly
- a lense focuses the laser onto the disc
- laser beam is shone onto disc to read/write
DVD RW
- uses a single spiral track
- only allows write or read operation to occur as separate operations
- requires special packet reading/writing software
- in order to write new data, existing data on the disc must be completely erased
- performance degrades with time
- rotates at different speeds
- single sided: 4.7 GB capacity
DVD RAM
- uses single concentric tracks
- allows simultaneous read/write operation
- no special read/write software required
- make use of sector to store data
- single or double sided: 4.7 GB per side
- disc rotates at constant speed
general purpose computer
performs more than one specific task
special purpose computer
performs one specific task
embedded system
- microprocessor within a larger system that performs one specific task
- not easily updated by the owner (complex)