Computer Hardware for Radiology 1
Computer Hardware for Radiology 1
Computers
Correspondence: Dr. IK Indrajit, Department of Radiodiagnosis and Imaging, Command Hospital (Air Force), Bangalore – 560 007,
Karnataka, India. E-mail: [email protected]
Abstract
Computers are an integral part of modern radiology practice. They are used in different radiology modalities to acquire, process, and
postprocess imaging data. They have had a dramatic influence on contemporary radiology practice. Their impact has extended further
with the emergence of Digital Imaging and Communications in Medicine (DICOM), Picture Archiving and Communication System (PACS),
Radiology information system (RIS) technology, and Teleradiology. A basic overview of computer hardware relevant to radiology practice
is presented here. The key hardware components in a computer are the motherboard, central processor unit (CPU), the chipset, the
random access memory (RAM), the memory modules, bus, storage drives, and ports. The personnel computer (PC) has a rectangular
case that contains important components called hardware, many of which are integrated circuits (ICs). The fiberglass motherboard
is the main printed circuit board and has a variety of important hardware mounted on it, which are connected by electrical pathways
called “buses”. The CPU is the largest IC on the motherboard and contains millions of transistors. Its principal function is to execute
“programs”. A Pentium® 4 CPU has transistors that execute a billion instructions per second. The chipset is completely different from
the CPU in design and function; it controls data and interaction of buses between the motherboard and the CPU. Memory (RAM) is
fundamentally semiconductor chips storing data and instructions for access by a CPU. RAM is classified by storage capacity, access
speed, data rate, and configuration.
Key words: Chipset; computers; console; CPU; CT; hardware; motherboard; MRI; RAM; workstations
Computers are an integral part of modern radiology practice The personnel computer (PC) comes in a rectangular case
and are used by different radiology modalities to acquire, which contains important components, collectively called
process, and postprocess imaging data. Computers have hardware [Table 1]. Different types of cases are available:
had a dramatic influence on contemporary radiology desktop, slim-line desktops, mini-tower, midi-tower, full-
practice. They help in composing radiology reports, with size tower, and notebook. A type commonly seen is the
text and images from different modalities and specialties. midi-tower [Figure 1A and B].[1]
Their impact has extended further with the emergence
of Digital Imaging and Communications in Medicine
(DICOM), Picture Archiving and Communication System Table 1: Key hardware components in a computer[3-5]
(PACS), Radiology information system (RIS) technology, Hardware Functions
and Teleradiology. They facilitate newer utilities like voice Motherboard Printed circuit board with chipset, sockets, slots, and ports
dictation and image reviewing on hand-held devices. CPU Master chip for execution of program instructions,
For the practicing radiologist, a working knowledge of arithmetic functions, and access to memory and
computers is an advantage. When exploited fully, they peripherals
transform workflow. With this in mind, we present a basic Chipset ICs controlling CPU, RAM, input/output (I/O) devices,
adapter cards
overview of computer hardware relevant to radiology
RAM Memory modules temporarily holding data and programs
practice. while the CPU processes both
Memory modules Physical microchips holding data
Storage drives Data-storing devices like hard and flash drives
Ports Interface connectors for peripheral devices
DOI: 10.4103/0971-3026.69346
A B
Figure 1: (A) Opened computer showing hardware mounted on a rectangular case. Though appearing a bit complex, the hardware items
have been numerically labeled and easily identifed in Figure 1B. (B) Important contents inside a computer numerically labeled: 1) SMPS Power,
2) Mother Board, 3) Cables for drives, 4) Disc Drives
PCs have the BIOS recorded on a flash memory chip – a RISC chips are designed to execute instructions very
flash BIOS. rapidly.[7] Complex instruction set computer (CISC) is an
alternative form of CPU architecture, which uses a broad
Complementary Metal Oxide Semiconductor set of instructions, resulting in fewer steps per operation.
The acronym CMOS stands for complementary metal An efficient CPU is the one that can quickly process a
oxide semiconductor. The CMOS set-up program is part large amount of data. In practice, the efficiency of a CPU is
of the BIOS stored on a chip on the motherboard. It stores expressed as its power. A CPUs power is determined by a)
system information. This includes date and time, hard its speed and b) the amount of data it processes.[7] The speed
drive settings, boot sequence, and default settings of audio, of CPU is expressed in cycles per second since it is driven
video, ports, etc. The latest computers can automatically by an internal clock. Each time the clock pulses, the CPU
detect all settings. processes an instruction. The faster the clock, the quicker
a CPU processes instructions. Typically, the system clock
Central Processor Unit synchronizes all activity happening on a motherboard by
its continuous pulses distributed over a bus to the different
Two companies, Intel and AMD, make most of the CPUs components. Newer CPUs operate at speeds of megahertz
available today.[9] Though small in size, the CPU is the (MHz or millions of cycles per second) or gigahertz (GHz
largest IC on a motherboard. A typical CPU has millions of or billions of cycles per second).
transistors, all compressed together into a very small area
of about 1 cm × 1 cm. Its principal function is to execute a The amount of data a CPU processes at a time depends
“program.” A program is essentially “a sequence of stored fundamentally on the size of the processor data bus or CPU
instructions.”[7] Executing a program implies that “each bus.[7] A wider processor data bus makes the processor more
piece of data is processed as directed by the program and powerful. Presently available processors have either a 32-bit
the instruction set.”[7] A CPU uses a special type of memory or 64-bit processor data bus.
called “cache.” When executing one step of a program, the
remaining steps of instructions and related data are stored Multimedia instructions can be an in-built feature within
in the cache.[7] a CPU as seen in Intel MMX processors.[7] This facilitates
efficient handling of multimedia operations that normally
The often quoted Moore’s law states that “the rate of the are managed by a dedicated sound or video card.
ability to add transistors to chips doubles approximately
every 2 years.”[10] In 1989, a 80486 chip had 1,200,000 Issues relevant to radiology practice
transistors.[11] As shown in Table 2, the growth has continued Computers selected for use as consoles and workstations
according to Moore’s law and, in 2004, a Pentium® 4 chip at radiology departments should have CPUs that routinely
had 125,000,000 transistors and could execute a billion perform at speeds of 3 GHz or more, which means that they
instructions per second.[12] The term Celeron® is given to a should be able to process over 3 billion instructions per
category of cost-effective versions of Pentium® II, III, and second. This should be sufficient for efficiently handling a
4 processors.[12] wide range of applications by simultaneous processing of
multiple instructions.[5]
Two major types of CPUs are available. They are differentiated
based on the relative sizes of the instruction set processed Newer processor technology advantageously incorporates
by them. CPUs of reduced instruction set computer (RISC) more than one CPU core into a single chip. Such CPUs are
type have architectures that use a small set of instructions. described as multi-core CPUs and provide extremely high
computational speed.[5] Thus, there are single-core, dual-
core, quad-core processors available. Instead of a single core,
Table 2: Generations of CPUs from Intel[12]
each of the many cores within a CPU handles processing
CPU Year Clock frequency (MHz) No. of transistors
tasks that were earlier performed by a CPU.
8088 1979 4.8–8 29,000
80286 1982 6–12.5 134,000
More the number of cores, higher is the computational
80386 1985 16–33 275,000 speed. As a result, each core handles processing tasks that
80486 1989 25–100 1,200,000 was earlier performed by a CPU.
Pentium 1993 60–200 3,100,000
Pentium MMX 1997 166–300 4,500,000
Pentium Pro 1995 150–200 5,500,000
Such CPUs are described as multi-core CPU, which forms
Pentium II 1997 233–450 7,500,000 the basis of terms like single core, dual core, Core2Duo,
Pentium III 1999 450–1200 28,000,000 quad core etc. Dual Core is a “class” or architecture of
Pentium 4 2000 1400–2200 42,000,000 processors which refers to any processor with two physical
2004 2800–3600 125,000,000
CPU cores on the same chip. A Core2Duo is a registered
164 Indian J Radiol Imaging / August 2010 / Vol 20 / Issue 3
Indrajit and Alam: Computer hardware for radiologists
Applications for PACS Professionals. 1st ed. New York: Springer- accessed on 2010 Mar 10].
Verlag; 2009. p. 16-7. 13. Chipset. Available from: http://en.wikipedia.org/wiki/Chipset [last
6. Unveiling the Mysterious Motherboard A Behind-The-Scenes Look accessed on 2010 Mar 06].
At One Of Your PC’s Most Vital Components. Smart Computing 14. Pentiums. Available from: http://www.sceptre.com/Information/
2001. Available from: http://www.smartcomputing.com/Editorial/ index.htm [last accessed on 2010 Mar 09].
article.asp?article=articles/archive/r0503/06r03/06r03.aspandguid=
15. North bridge and South bridge. Available from: http://www.
[last accessed on 2010 Mar 02].
karbosguide.com/books/pcarchitecture/chapter07.htm [last
7. IT Essentials: PC Hardware and Software Companion Guide. In: accessed on 2010 Mar 04].
Anfinson D, Quamme K, editors. 3rd ed. Indianapolis: Cisco Press,
16. Dual Inline Packages (DIPs) and Memory Modules. Available from:
Cisco Systems Inc; 2008.
http://www.pcguide.com/ref/ram/packDIP-c.html [last accessed
8. Jason’s PC Passion Main Parts of your Computer. Available from: on 2010 Mar 18].
http://jason6101.tripod.com/id1.html [last accessed on 2010 Mar 13].
17. Is there a difference between single and doubled-sided RAM? PC
9. AMD vs. Intel: What to Get? Which is Better? PC Stats. Available User. Available from: http://www.pcuser.com.au/pcuser/hs2.nsf/
from: http://www.pcstats.com/articleview.cfm?articleID=2164 [last lookup+1/BBE482C45B0EF612CA256D02001E2A4E [last accessed
accessed on 2010 Mar 05]. on 2010 Mar 14].
10. Moore’s Law. Available from: http://www.karbosguide.com/books/ 18. Computer Memory What is it used for? Available from: http://
pcarchitecture/chapter27.htm [last accessed on 2010 Mar 06]. www.build-your-own-cheap-computer.com/computer-memory-1.
11. WebHQ’s Motherboard Manuals Data and More. Available from: html [last accessed on 2010 Mar 14].
http://motherboards.mbarron.net/index.html [last accessed on
2010 Mar 12].
12. Seven Generations of CPUs from Intel. Available from: http:// Source of Support: Nil, Conflict of Interest: None declared.
www.karbosguide.com/books/pcarchitecture/chapter27.htm [last