Computer History Earliest computer was the abacus abacus invented around 3,000 B.C. other calculating machines developed in 1600’s digital computer started.

Slides:



Advertisements
Similar presentations
Computer Hardware.
Advertisements

DIGITAL RADIOGRAPHY.
Computer Systems I’m ONLY a machine!.
Basic Computer Hardware and Software.
INTRODUCTION OF COMPUTER
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
Hardware. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
Using Computers CS French Chapter 1.
What Is A Computer System?
1 Hardware - devices for Input. 2 Hardware - devices for Input Processing.
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Category1 Computers Category2 CPU.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Hardware and Software Basics. Computer Hardware  Central Processing Unit - also called “The Chip”, a CPU, a processor, or a microprocessor  Memory (RAM)
V Material obtained from summer workshop in Guildford County.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
CMSC 104, Version 9/01 1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The.
Information Technology Ms. Abeer Helwa. Computer Generations First Generation (Vacuum Tubes) -They relied on the machine language to perform operations.
Computer System Alanoud Al Saleh. Computer systems Are defined as: A machine for solving problems. Specifically the modern computer is high-speed electronic.
BLOCK DIAGRAM OF COMPUTER
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
Computer Systems I’m ONLY a machine! Standard Grade Revision.
Flash Cards Computer Technology.
Chapter 3 Computer Hard ware
Tom Allen Computer Science Department Trinity University.
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
Lesson 2 — How Does A Computer Process Data?
Computers Inside and Out
Introduction to Computers
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
Computer Basics Terminology - Take Notes. What is a computer? well, what is the technical definition A computer is a machine that changes information.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
COMPUTER HARDWARE Made By Anila Bhatti DA Public School (O&A Levels) - Seaview 1.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Aug CMSC 104, LECT-021 Machine Architecture Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY of NORTH CAROLINA.
CSCI-100 Introduction to Computing Hardware Part I.
Components of a Computer System
Machine Architecture and Number Systems
The Computer System CS 103: Computers and Application Software.
Computer Fundamentals MSCH 233 Lecture 1. What is a computer? A computer is an electronic machine which can accept data in a certain form, process the.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Basic Computer Hardware and Software. Guilford County SciVis V
Basic Computer Hardware and Software.
Computer Systems I’m ONLY a machine! Ashkarali P Asst. Professor GCM Wayanad Ashkarali, GCM.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Computer Architecture and Number Systems
Introduction to Computers
An Overview of the Computer System
Introduction to Computers
Looking Inside the machine (Types of hardware, CPU, Memory)
Introduction to Computing Lecture # 1
An Overview of the Computer System
Computer Electronic device Accepts data - input
Introduction to Computers
Machine Architecture and Number Systems
COMPUTER FUNDAMENTALS i
Notes from Last Class Office Hours: GL Accounts?
Hardware Information Created by Nasih.
Machine Architecture and Number Systems
Presentation transcript:

Computer History Earliest computer was the abacus abacus invented around 3,000 B.C. other calculating machines developed in 1600’s digital computer started in 1960’s due to: 1. Baron Jean Fourier – math formulas 2. solid state electronics – 1940’s 3. microchip technology – 1960’s

i Computer Operations Alphanumeric Operations – Computers processes alphanumeric operations (words, numbers, math problems etc.). This involves arithmetic and logical operations. 1. arithmetic operations – addition, subtraction, multiplication, division 2. logical operations – compare and state outcomes (this includes equations, word processing, typing and editing) Computers

Analog VS Digital Computers Analog computers – Handle data comprised of continuously varying voltages Digital computers – Handle data comprised of definite quantities of current (current “on” vs. current “off”)

Binary Language “1” = current on, “0” = current off bit – binary digit byte – eight bits (a word) computer memory is rated in bytes 10 megabyte hard drive holds 10,000,000 bytes (80,000,000 bits) 10 gigabyte disk holds 10,000,000,000 bytes (80,000,000,000 bits) Computers in radiology hold large amounts of information – usually require gigabyte storage devices

Programs and Data Programs – Software instructions for: 1) calculations 2) calling up programs 3) booting up computer 4) steps to be followed in computer operations Data – Collected facts Software – “Untouchables” – computer instructions Hardware – Items that can be touched

Central Processing Unit Directs information to and from various components - Contains an ALU (arithmetic logic unit) Bus – Parallel or series conductors that connect the CPU to various components - Accepts inputs from any point along conductor - Bus speed determines speed of computer Parallel conductors – Permits simultaneous transmission of information (expensive) Series conductors – Only permits sequential transmission of information (less expensive)

Memory Primary Memory ROM (read only memory) – Permanent memory (usually operating instructions) RAM (random access memory) – Temporary memory (disappears when computer is turned off) - Temporary storage for operating & programming instructions Secondary Memory Memory for storing images or operating instructions on three kinds of media: Floppies CD-ROM disks Hard drives These are not erased when computer is turned off

Peripherals Devices that permit input and/or out of information to and from the CPU These include: 1) Memory storage devices - magnetic tapes – store information sequentially using - hard drives - floppies - optical laser disks 2) Input Devices: - keyboard - cursor - mouse 3) Output Devices - CRT - printers 4) Array Processors – Specialized computer that quickly performs math computations

Digital Image Processing Digital image – Composed of numbers All digital images require a detector such as - ionizing radiation (digital rad., CT) - ultrasound waves - radiofrequency waves (MRI) Digital images displayed on an image matrix: - matrix – rows and columns of pixels that form the image - pixels – picture elements with length/width - voxel – picture elements that include length/width/depth (3D) - pixel size determines the resolution of the image current CRT resolution capabilities = 1-2 lp/mm - a larger image matrix provides better resolution (because of smaller pixels)

DICOM (digital imaging & communication in medicine standard) – An imaging standard that ensures all equipment manufacturers are speaking the same computer language

Fourier Transformation A mathematical method of converting raw data into computerized medical images. - adds together numerous sets of data from detectors

Data Characteristics Affecting Image Quality The quality of data acquired by the image receptor (detectors) is measured by frequency, contrast and noise. Frequency – The raw data to which fourier transformation is applied - frequency is a measure of the contrast in the image - high contrast = high frequency & vice versa Contrast – Difference between shades of gray - Caused by a difference between data values - Direct relationship b/w subject contrast & data contrast Noise – Random background information that does not contribute to image quality - “White noise” – snow - Measured by signal-to-noise ratio - A high signal-to-noise ratio indicates little noise in the image

Image Display Qualities The photon beam exiting the patient carries information representing approximately 1,000 shades of gray The human eye can only detect 32 shades of gray Window level – Controls the image density - There is a direct relationship between image level and density - When window level increases, the image density increases Window width – Controls image contrast - There is an inverse relationship between window width and image contrast - When the window width is increased, contrast is reduced

Resolution of Digital Images Controlled by matrix size - There is a direct relationship between matrix size and image resolution - As matrix size increases (pixel size decreases), resolution increases - The primary determinant of resolution is the pixel size Bandwidth (frequency response of the incoming signal) also affects resolution - Bandwidth of commercial TV is 4 MHz - Bandwidth in digital images is 20 MHz Raster pattern also affects resolution line systems have a 1 – 2 lp/mm resolution - 1, 050 (1,000 line) systems have a 5-7 lp/mm resolution

Filtering The process of enhancing or suppressing selected image frequencies to extract more diagnostic information Low-pass filtering – amplifies or deletes all but the low frequencies - Used to decrease image contrast and remove high frequency image noise High-pass filtering – amplifies or deletes all but the high frequencies - Used to increase image contrast - Also called “edge enhancement” – enhances the edges of structures - Primarily used in digital vascular imaging

Picture Archiving and Communication Systems (PACS) A computer system involved in the acquisition, storage and transmission of digital images. - Includes digital images of CT, MRI, ultrasound, mammography, CR and digital radiography Advantages Eliminates space for storage Misfiling less likely Less acquisition time Eliminates film costs Disadvantage Initial cost Memory storage Can require up to 3.2 terabytes (3.2 X ) of computer memory per year.