• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/44

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

44 Cards in this Set

  • Front
  • Back
Hardware (definition)
Everything you can see and touch; visible; all input/output devices.
Software (definition)
Instructions to guide computer; written in computer language
Binary System (basics)
Simply switches; on & off; 0 and 1; representation for everything is in Digits/Letter/symbols
Binary System(vs.decimal system)
similar to decimal system except the BASE. Binary system based on 2/Decimal system based on 10;Also based on PLACE(whether occupied or not)
Binary system(represents...)
Could represent anything for the computer;when viewing images, the binary # could=black,white or gray; for color images, could =yellow,red,etc.
Bit
single binary digit
Byte
string of 8 bits
Word
2 bytes
Computer language:
Lowest level
machine language(0,1)(computer language)
Computer Language:
Higher level
More like human language
Systems Software
Commands operating systems;Instructions for problem-solving; Bootstrap loads operating system on startup; Tedious to write instructions in machine language.
Different operating systems...
Windows;
Unix;
MAC-OS
Go Between language...
Assemblers: Recognizes symblos,translates to binary.
Compilers & Interpreters: Translate from higher level language to symbols for assembler.
Application Programs
Permits specifis tasks:Excel,Quicken,Lotus.
Allows Image Reconstruction
High Level Languages
Used by programmers; Approaches human language
Different High Level Languages
FORTRAN:science,math
BASIC:students
COBOL:business,data processing
Pascal:general purpose
C,C++:1st modern "programmers language"
LOGO:children
ADA:military
Processing Methods:
Batch Processing
No human input/intervention(long time)
Processing Methods:
On-line systems
Immediate process (ATM)
Processing Methods:
Time Sharing Systems
Sign on/off each session
Processing Methods:
real-time Systems
Special Purpose(Radiologic Imaging)
Image Reconstruction/Display:
Raw data in (electrical)
II in fluoro, CR plate
Image Reconstruction/Display:
A to D conversion(binary #)
Computer
Image Reconstruction/Display:
Establish gray scale
Display monitor or hardcopy
Image Reconstruction/Display:
Dynamic Range
With 3 place values, computer can create 8 (2nd-3rd) binary #'s.
1=black,2-7=gray,8=white
Image Reconstruction/Display:
Densities
If you only see 8 different densities,very limited contrast. Dynamic range: limits ability to create different densities, thus limits contrast.
Todays Imaging
Use 256(2-8th) different shades of gray.
Human eye percieves 32 shades of gray at one time.
cannot have too much matrix(resolution) or dynamic range(contrast,analogue-like).
Computer is the limiting factor(upgrades/cost).
What is the binary representation of on and off?
off = 0
on = 1
List three terms used to describe large amounts of computer information.
Kilobytes (KB)
Megabytes (MB)
Gigabytes (GB)
Two terms used to dscribe columns and rows.
Aray or matrix
What determines spatial resolution of an image?
The number of rows and columns
define Dynamic Range
Range of values over which a digital system can respond; how many shades of grey each pixel can assume.-
What is Secondary Storage used for?
Long-term storage of info.
List the four secondary devices.
Hard Drive
Juke Box
Array of independent Discs
Magnetic Tape(VHS)
Compiler Software
Program that translates application software into a form suitable for the assembler.
Assembler Software
Converts remaining instructions into "1" & "0", since computer only recognizes on and off.
RIS
Radiology Information System; record keeping for Imaging department;(exam results,images,appt.'s)
HIS
Hospital Information System; enter & retrieve patient data, order exams, view medical images, create invoices.
Who is Charles Babbage?
Invented Mechanical Calculating machines (early 1800's.)
Four components essential to moderm computers
Input;
Storage;
Processing;
Output
When do computers use RAM?
For information they currently need to perform a task.
The four media devices
Floppy disc(1.44MB)
CD-Rom(640MB)
DVD(17GB)
Hard Drive(80GB)
What do computers use to process information?
Intergrated circuits
What task is/are performed in the microprocessor?
Processes info you put in.
What are embedded processors used for?
To do one thing well; instructions are coded into them.