Home
Subjects
Textbook solutions
Create
Study sets, textbooks, questions
Log in
Sign up
Upgrade to remove ads
Only $35.99/year
Science
Computer Science
Computer Graphics
Digital Imaging Ch. 21 & 22
STUDY
Flashcards
Learn
Write
Spell
Test
PLAY
Match
Gravity
Terms in this set (79)
When developing exposure factors for digital imaging system, which factors need to continue to be considered?
Body Habitus
ALARA
Optimal kVp Settings
If a technologist fails to properly center over the appropriate automatic exposure control (AEC) cell, what undesirable results are likely to occur?
Underexposure & Mottle
If a technologist fails to proper align the exposure field with a digital image receptor, what undesirable result is likely to occur?
Histogram Errors & Suboptimal EI values
The software function responsible for evaluating the collimated borders of an exposed imaging plate is called:
Exposure Field Recognition
One of the problems identified with the technologist interface with digital imaging systems and technique selections is that:
Visual cues indicating over- or underexposure are no longer present on the image
True/False: the 15% rule can be used to adjust technique for changed patient thickness
True
True/False: Digital imaging systems are inherently mAs driven
False
True/False: The field size must be large enough so that at least 30% of the image receptor is exposed.
True
True/False: It is recommended that all exposures be made using a minimum of 70 kVp.
False
True/False: To avoid image mottle, expose all digital images without a grid whenever possible
False
The practice of using higher exposure factors than needed to obtain a diagnostic radiograph is commonly referred to as:
Dose Creep
According to comparative anatomy principles, if a technologist had developed an acceptable technique for an AP L-spine, the technique for an AP Pelvis would be:
the same
Which of the following statements is true regarding kVp's role when using digital imaging systems?
kVp ensures adequate penetration of the anatomy
The quality that best describes digital imaging's ability to display a diagnostic radiograph even if the technical factors used are 400% greater than actually needed is exposure:
Latitude
When an image is said to be "saturated," this means that:
Excessive overexposure has occurred
Recommended textbook explanations
Introduction to the Theory of Computation
3rd Edition
Michael Sipser
389 explanations
Introduction to Algorithms
3rd Edition
Charles E. Leiserson, Clifford Stein, Ronald L. Rivest, Thomas H. Cormen
709 explanations
Computer Organization and Design MIPS Edition: The Hardware/Software Interface
5th Edition
David A. Patterson, John L. Hennessy
220 explanations
Engineering Electromagnetics
8th Edition
John Buck, William Hayt
483 explanations
Sets with similar terms
Digital Imaging
75 terms
PACS Final Chapters 1-3
100 terms
Principles to exposure
121 terms
Sets found in the same folder
Chapter 23 Digital Exposure Indicators
62 terms
RADT 2403 ch 19-21
122 terms
Chapter 24 Digital Image Evaluation
38 terms
Chapter 25 Digital Image Display
61 terms
Other sets by this creator
Radiography Prep Safety Chapter 8-Chapter 11
41 terms
Radiography Prep Patient Care Chapters 1-5
83 terms
RT - Registry 2
118 terms
Mammography
133 terms
Verified questions
COMPUTER SCIENCE
When determining whether a number is inside a range, which logical operator is it best to use?
COMPUTER SCIENCE
We defined the CUT of language A to be CUT(A)=$\{y x z | x y z \in A\}$. Show that the class of CFLs is not closed under CUT.
COMPUTER SCIENCE
__________ is a keyword that is used to get out from the iteration of a loop immediately. a. continue b. break c. goto d. default
COMPUTER SCIENCE
Design and implement an applet that displays a graph of the processing of a selection sort. Use bars to represent the values being sorted. Display the set of bars after each swap. Put a delay in the processing of the sort to give the user a chance to see how the order of the values changes.