Chapter 7 Computer Artitecture Flashcards
how are HDD disks read?
The disk is continuously spinning and data is read/ written as the correct sector passes under read/ write head
How do HDD disks work
The disks are coated with a thin magnetic material changes in the direction of magnetism represent 0s and 1s
How is a HDD disk split up?
The disk is divided into tracks and sectors
(tracks are concentric circles, sectors are blocks)
How do optical disks store data
data is stored as a series of bumps/ pits within the track
How is an optical disk protected?
A protective layer is put over the surface to prevent corruption
How is optical disks read?
A laser reads the pits and lands which then interprets an electrical signal
What 3 things do you need to say when asked to describe the “principles of operation” of an SSD.
It uses NAND flash memory
and floating gate transistors which are used to trap and store charge
Data must be read in pages and written/erased in blocks
Secondary Storage definition:
Permanent memory not connected to the processor, used to store data when the computer is turned off.
How does a bar code scanner work?
An infered light is shone at a bar code
The light is reflected back
Black/ white bands on the bar code reflect difference amounts of light (black less and white more)
Light sensor measures the amount of reflected light. This light is convereted into an electrical signal.
Electrical signal analyed to determine the vlaue encoded in bar code.
Positives of barcodes
Cheap, quick to read and can be read at different angles
Negatives of barcodes
Limited amount of data can be stored
How does an RFID reader work?
Read emits electromagnetic waves
The RFID tag is energised by the waves
The tag sends back the data signal via radio waves
The reader receives the radio signal
Positives of RFID readers
Can be read without physical contact
Negatives of RFID readers
Multiple RFID cards together can interfere with signal, thieves can interfere with your card without contact, more expensive to produce than bar codes
How does a digital still camera work?
The shitter opens and lets light in through the lens,
the light is focused onto a sensor usually a charge coupled device CCD
the sensors are made up of millions of transistors, each stores the data for a pixel
as the light hits the sensor the amount of charge is recorded for each pixel as binary
If it is a colour camera then the camera can use three different sensors for (R, G and B)
Positives of Digital still cameras
You can see the images before developing them
Negatives of Digital still cameras
THe quality of traditional photos is better than digital photos
How does a laser printer work?
A rotating drum inside the printer is coated in a chemical which holds and electrical charge
The laser is reflected onto the drum via a rotating mirror
The laser neutralises the electric charge on the drum where the image should be black
Toner is given a positive charge and the drum picks up this toner
Drum is rolled onto the paper, the toner is transfered to the paper
The paper is heated to fuse the toner onto the paper.
How do you create a for loop in assembly?
First write down a word to bridge to
Then add #1 to a register
then do what you want to be looped
then compare the register to the number of times you want it looped + 1 and if they arent equal bridge to the word
What is the opcode?
The operation e.g. ADD, LDR
What is the Operand
THe data being used e.g. a number or an address
What is a low level langauge?
A language that is very similar (or based upon) the instruction set of the computer requiring very little translation