Imaging Science, Informatics, and Computer Fundamentals

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/97

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms from imaging science, informatics, computer history, PACS, memory, programming, and radiology workflow.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

98 Terms

1
New cards

Imaging Science

Multidisciplinary field focused on generating, analyzing, and visualizing data detectable or undetectable by the human eye.

2
New cards

Computer Science (in Imaging)

Discipline that supplies algorithms and computational techniques to convert raw image data into diagnostic images.

3
New cards

Information Technology (IT) in Radiology

Application of RIS, PACS, networks, and storage systems to store, retrieve, and manage medical images.

4
New cards

Imaging Chain

Sequence from subject → capture device → processor → display → human visual system.

5
New cards

Medical Imaging Informatics

Sub-field of biomedical informatics that studies image generation, manipulation, management, and integration once images are digital.

6
New cards

1980s: Medical Imaging & Development

Computed Radiograph (CR), MRI, Ultrasonography (US), Digital Radiography (DR), WS, storage, networking

7
New cards

Late 1980s: Imaging Systems Integration

PACS, The American college of Rdiology and the National Electrical Manufacturers Association (ACR/NEMA), DICOM, high-speed networks

8
New cards

Early 1990s: Integration of HIS/RIS/PACS

DICOM, HL7, Intranet and internet

9
New cards

Late 1990s-present: Workflow and application servers

Integrating the Healthcare Enterprise (IHE), ePR, Enterprise PACS, Web-based PACS

10
New cards

2000s-present: Imaging Informatics

• Computed-aided diagnosis (CAD), image contents indexing

• knowledge base, decision support

• image-assisted diagnosis and treatment

11
New cards

Image Generation

Creating images and converting them to digital form if not natively digital.

12
New cards

Image Manipulation

Pre- and post-processing methods that enhance, visualize, or analyze digital images.

13
New cards

Image Management

Storing, transmitting, retrieving, displaying, and organizing medical images.

14
New cards

Image Integration

Combining images with other patient information for clinical interpretation and management.

15
New cards

PACS (Picture Archiving and Communication System)

Centralized computer system for storing, distributing, and displaying digital medical images.

16
New cards

RIS (Radiology Information System)

Database system that manages radiology orders, scheduling, reports, and billing.

17
New cards

HIS (Hospital Information System)

Enterprise system managing patient registration, billing, and other administrative hospital data.

18
New cards

DICOM

Digital Imaging and Communications in Medicine; standard for image formatting and transfer among medical devices.

19
New cards

HL7

Health Level 7; messaging standard for exchanging clinical and administrative data.

20
New cards

IHE (Integrating the Healthcare Enterprise)

Industry initiative to improve interoperability of healthcare systems like PACS and EHR.

21
New cards

Computer-Aided Diagnosis (CAD)

Software that assists clinicians by automatically detecting abnormalities in medical images.

22
New cards

Digital Biomedicine

Use of digital technologies (e.g., CT, MRI, PACS) to acquire, store, and analyze biomedical data.

23
New cards

Antikythera Mechanism

First-century B.C. analog computer used to predict astronomical events.

24
New cards

Abacus

Ancient counting aid of beads and rods; early manual calculator.

25
New cards

Analytical Engine

Steam-powered programmable computer conceived by Charles Babbage; featured an ALU and punch-card control.

26
New cards

Logic Gates

Electronic switches implementing Boolean logic, fundamental to digital circuits.

27
New cards

Mark I

Electro-mechanical computer (1944) capable of five arithmetic operations per second.

28
New cards

ENIAC

First general-purpose fully electronic digital computer (1946) using 18,000 vacuum tubes.

29
New cards

Vacuum Tube

Early electronic component that controlled current flow; basis of first-generation computers.

30
New cards

EDVAC

Stored-program computer (1949) incorporating John von Neumann’s architecture.

31
New cards

Transistor

Semiconductor switch (1948) that replaced vacuum tubes, revolutionizing computer design.

32
New cards

UNIVAC I

First mass-produced, commercially available electronic computer (1951).

33
New cards

Computer Generations

1st: Vacuum tubes; 2nd: Transistors; 3rd: Integrated circuits; 4th: Microchips/LSI & VLSI.

34
New cards

Binary System

Base-2 numeral system (0,1) used internally by all computers.

35
New cards

Bit

Single binary digit (0 or 1).

36
New cards

Byte

Group of 8 bits, typically encoding one character.

37
New cards

Kilobyte (KB)

1,024 bytes (2^10).

38
New cards

Megabyte (MB)

1,024 KB (2^20).

39
New cards

Gigabyte (GB)

1,024 MB (2^30).

40
New cards

Assembler

Program that converts symbolic assembly language into machine code.

41
New cards

Compiler

Translates an entire high-level program into machine code, producing a fast executable.

42
New cards

Interpreter

Executes high-level code line-by-line, easing debugging but running slower.

43
New cards

Application Program

Software written in a high-level language to perform a user task (e.g., Excel, imaging viewer).

44
New cards

Algorithm

Step-by-step procedure for solving a problem; core of any computer program.

45
New cards

FORTRAN

High-level language (1956) for scientific and engineering computation.

46
New cards

BASIC

Beginner-friendly language (1964) widely used for teaching and simple apps.

47
New cards

COBOL

Business-oriented language emphasizing data processing and reporting.

48
New cards

Pascal

Structured language (1971) developed for teaching programming concepts.

49
New cards

C

General-purpose language combining low-level access with portability.

50
New cards

C++

Extension of C supporting object-oriented programming for large software projects.

51
New cards

Object-Oriented Programming (OOP)

Paradigm that organizes software around objects containing data and methods.

52
New cards

Visual Programming Language

Environment (e.g., Visual Basic) enabling GUI creation with minimal coding.

53
New cards

Macro

Recorded or scripted sequence automating repetitive tasks within an application.

54
New cards

LOGO

Educational language featuring turtle graphics for teaching programming to children.

55
New cards

ADA

DoD-approved language designed for reliable, large-scale software systems.

56
New cards

Java

Portable, object-oriented language (1995) used heavily in web and enterprise apps.

57
New cards

HTML

HyperText Markup Language; standard for structuring web pages.

58
New cards

CPU (Central Processing Unit)

‘Brain’ of the computer that interprets and executes instructions.

59
New cards

Control Unit

CPU component directing operations and data flow between memory and I/O.

60
New cards

Arithmetic/Logic Unit (ALU)

CPU section performing arithmetic and logical operations.

61
New cards

System Clock

Oscillator that sets the pace of CPU operations, measured in MHz or GHz.

62
New cards

Register

Small, high-speed storage location inside the CPU for immediate data.

63
New cards

MIPS

Millions of Instructions Per Second; metric of CPU performance.

64
New cards

RAM (Random Access Memory)

Fast, volatile memory storing active data and programs.

65
New cards

DRAM

Dynamic RAM; common, inexpensive, but requires refresh cycles.

66
New cards

SRAM

Static RAM; faster, retains data without refresh, more expensive.

67
New cards

ROM (Read-Only Memory)

Non-volatile memory containing firmware such as the bootstrap program.

68
New cards

Cache Memory

Small, very fast RAM that stores frequently accessed data to speed processing.

69
New cards

Primary Memory

Essential, fast memory (e.g., RAM) required for system startup and core functions.

70
New cards

Secondary Memory

Long-term, slower storage (e.g., HDD, SSD) for OS, programs, and data.

71
New cards

Volatile Memory

Loses data when power is removed (e.g., RAM).

72
New cards

Non-Volatile Memory

Retains data without power (e.g., ROM, SSD).

73
New cards

Internal Memory

Memory located inside the computer’s processing unit; provides immediate access.

74
New cards

External Memory

Storage outside the CPU, used for backup or large data volumes.

75
New cards

Modem

Device that modulates and demodulates signals to transmit digital data over analog lines.

76
New cards

Broadband

High-speed, always-on internet access via DSL, cable, fiber, wireless, satellite, or BPL.

77
New cards

DSL (Digital Subscriber Line)

Broadband technology delivering data over telephone lines.

78
New cards

Cable Modem

Broadband connection using cable TV infrastructure.

79
New cards

Fiber-Optic Line

Glass strands transmitting light signals for ultra-high-speed data communication.

80
New cards

ISDN

Integrated Services Digital Network; digital transmission over ordinary phone lines.

81
New cards

Teleradiology

Remote transmission of medical images and reports for interpretation.

82
New cards

World Wide Web

Global system of interconnected hypertext documents invented by Tim Berners-Lee (1990).

83
New cards

Data

Raw, unorganized facts without context or meaning.

84
New cards

Information

Data that has been processed, organized, and given context.

85
New cards

Information Science (Informatics)

Social science studying how information is collected, managed, and used, including its technology.

86
New cards

Information Technology (IT)

Study and application of computer and telecommunication systems for handling information.

87
New cards

Biomedical Informatics

Interdisciplinary science of biological and medical information—its structure, acquisition, and use.

88
New cards

Medical Imaging Informatics

Composite field converting medical image data into clinically actionable information.

89
New cards

Health Information Technology (HIT)

Area overseeing technology systems that manage healthcare data while safeguarding privacy.

90
New cards

Electronic Health Record (EHR)

Provider-controlled digital record of a patient’s clinical data shared across settings.

91
New cards

Personal Health Record (PHR)

Individual-controlled collection of personal health information, digital or paper.

92
New cards

Electronic Prescribing

System where physicians send prescriptions electronically to a pharmacy.

93
New cards

Radiology Workflow

End-to-end process of ordering, acquiring, interpreting, and reporting imaging studies.

94
New cards

Spatial Resolution

Ability of an imaging system to reveal small detail; linked to pixel/voxel size.

95
New cards

Contrast Resolution

Ability to distinguish small intensity differences; determined by bits per pixel.

96
New cards

Temporal Resolution

Time needed to create an image; critical for dynamic studies.

97
New cards

Image-Guided Surgery

Minimally invasive procedures directed by real-time medical imaging.

98
New cards

CAD Indexing / Knowledge Base

Databases and algorithms that catalog image content to support decision making.