C2A: Memory and Display Flashcards
historically, was scan conversion an analog or digital process? what about today
analog
now use digital
describe the differences b/w analog and digital scan conversion
analog:
- shows you continuous values
- prone to drift
- less reproducible
- no long term memory
digital:
- shows discrete numbers
- stable
- reproducible
- good long term memory
can you cine w/ an analog scan converter
no, theres no long term memory
what are the main advantages of the analog scan converter
- allowed for grey scale
- act as a buffer b/w image and display
- good short term memory
whats a typical dimension of a matrix for a digital scan converter (DSC) ? is it divided into smaller squares
1024x768
…yes, divided into pixels which each contain a digital number
what does the digital number assigned to each pixel represent
the amplitude of the received echo (will be equal to a 1 or a 0)
what does each pixel store?
stores data that represents the greyscale information of the returning echos
what type of ‘language’ does a DSC use?
binary code
how many shades of grey can each pixel in the matrix display?
2
how do we get additional shades of grey if each pixel in a matrix can only produce 2/
-additional matrices are stacked on top of one another so that each pixel location can be represented by many 1s or 0s
whats the smallest form of display w/ a DSC
pixel
what is a bit
1 binary digit
what is a byte
8 bits of data (e.g. 10010101)
whats a word
combination of bits expressed as a unit (e.g. 10010101)
what is word length
the # of bits in a word (e.g. 1001010 has 7 bits so a word length of 7)
what is bit depth
the word length at each address location (US has a bit depth of 8)