Memory and Display Flashcards
the memory allows us to store an image but also is responsible for giving us what
a grayscale
another name for memory
scan converter
analog vs digital (3 things)
A: continuous values (ramp), prone to drift, less reproducible
D: discrete numbers (stairs), stable, reproducible
analog scan converter is similar to a CRT except that the phosphor face is replaced with a ______ called a _____
wafer of silicon
dielectric matrix
analog scan converter: electrons are emitted by the filament, pass through the ______ plate and strike the silicon wafer leaving a _____ charge
deflection
negative
main advantage to analog scan converter vs disadvantage
allows for gray scale
vs
prone to drift and there was no long term memory
what do we use instead of an analog scan converter today
we use a digital scan converter
what can digital scan converters be connected to and what improved thing do they have
can be connected to many other systems or cameras and have superior resolution
DSC: consists of a matrix typically ________(number), which is divided into small rectangular square picture elements called _____
1024x768
pixels
each pixel contains a digital number to represent the ______ of the received echo
amplitude
a 1024x768 matrix has _____ pixels
786432
binary code
computers operate in a binary code, which is a language consisting of only 1s and 0s
how do you get several shades of grey using the binary code
You add additional matrices that are stacked on top of the other so that every pixel location can be represented by several 1s and 0s
all 256 shades of gray can be represented by ____ stacked matrices
8
more pixels = _____ resolution
increased
one binary digit
bit - 1 or 0
8 bits of data
byte - 10010101
bit vs byte
one binary digit vs 8 bits of data
word
combination of bits expressed as a unit
word length
number of bits in a word
bit depth
the word length at each address location
RAM
random access memory - fast, rewritable, cheap, erased when machine turned off
ROM
read only memory - permanent and used for system function (i.e, pre-sets)
the formula for calculating the shades of gray
2^n where n is the bit depth