SlideShare a Scribd company logo
1 of 58
Computer Basics
CS 1 Introduction to Computers and Computer
Technology
Rick Graziani
Fall 2007
Rick Graziani graziani@cabrillo.edu 2
Only the basics, the details come later!
• This presentation discusses a variety of terms and topics, all of which
will be discussed in much greater detail in later chapters.
http://www.youtube.com/watch?v=hMnk7lh9M3o
Rick Graziani graziani@cabrillo.edu 3
No one knows it all and we never stop
learning!
• James Goldman, Purdue University
– “You will never know all there is know about computer technology.
– Be honest with yourself concerning what you don’t know.”
• Anonymous
– “The only ones that think they know it all, are the ones that know
very little.”
Rick Graziani graziani@cabrillo.edu 4
Terms and Acronyms
• To learn Information
Technology (IT) is to learn
the language of acronyms
and terms…
• WYSISYG (pronounced
WHIZ-zee-wig)
“What You See Is What You
Get”
GUI: Graphical User Interface
Rick Graziani graziani@cabrillo.edu 5
What is a computer?
• A computer is a electromechanical device which can be
programmed to change (process) information from one
form to another.
– Do exactly as they are told.
– Digital devices: Understand only two different states
(OFF and ON)
Rick Graziani graziani@cabrillo.edu 6
The Human Clock: www.humanclock.com
Rick Graziani graziani@cabrillo.edu 7
5:04 pm
Rick Graziani graziani@cabrillo.edu 8
5:05 pm
Rick Graziani graziani@cabrillo.edu 9
5:06 pm
Rick Graziani graziani@cabrillo.edu 10
5:07 pm
Rick Graziani graziani@cabrillo.edu 11
Computers are everywhere
Rick Graziani graziani@cabrillo.edu 12
Traditional Types of Computers
• General purpose computers
–Mainframe
–Minicomputer
–Microcomputer (Personal Computer)
Rick Graziani graziani@cabrillo.edu 13
Traditional Types of Computers
• First computers, introduced in 1950s
• Used by large businesses
• Typically supported 100 to 500 users
• Very expensive
• Used for very large processing tasks
• Mainframe
Computers
Rick Graziani graziani@cabrillo.edu 14
Traditional Types of Computers
• Typically supported 10 to 100 users
• Smaller and less expensive than mainframes
• The real difference is relative in terms of price, power,
marketing.
• Minicomputers
Rick Graziani graziani@cabrillo.edu 15
Traditional Types of Computers
• Small, self-contained computers
with their own CPUs
• Used by home and business
users
• Uses a microprocessor, a CPU
(Central Processing Unit) on a
single chip.
• Microcomputers
(Personal
Computer or PC)
Rick Graziani graziani@cabrillo.edu 16
Portable Computer
• Desktop computers
• Laptop computers
• Personal Digital Assistants (PDAs)
• What are these types of
portable computers (a type
of personal computer)?
Rick Graziani graziani@cabrillo.edu 17
Networked computer
• Networked computer = Computers connected to other computers or
peripheral devices (printers, etc.) to share information.
• What is the difference between these two networked devices?
Intelligent terminal (computer) Dumb terminal
• No CPU (uses server’s)
• No Operating system (uses
server’s)
• Input and Output only
Rick Graziani graziani@cabrillo.edu 18
Embedded Computers
• Embedded computers – Computers found in consumer
goods in order to enhance their function.
Rick Graziani graziani@cabrillo.edu 19
Special Purpose Computers
• Special purpose or dedicated computers – A device with a
specific purpose such as game system or information
kiosk.
Rick Graziani graziani@cabrillo.edu 20
Hardware versus Software
• Hardware = The
physical components
that make up a
computer system.
– More in a
moment…
• Much more on all of
these items in later
presentations!
Rick Graziani graziani@cabrillo.edu 21
Hardware versus Software
• Software = The
programs (instructions)
that tell the computer
what to do.
– System Software
– Application Software
– Stored on a storage
media such as hard
disk, CD-ROM, floppy
disk, tape, etc.
– More later…
Rick Graziani graziani@cabrillo.edu 22
Hardware Components
• This is just an overview, more later…
Rick Graziani graziani@cabrillo.edu 23
Hardware Components
SYSTEM UNITINPUT OUTPUT
PERMANENT
STORAGE
Know these!
Rick Graziani graziani@cabrillo.edu 24
The Processor
Let’s open the box!
Rick Graziani graziani@cabrillo.edu 25
The Processor
circuit board = a board with
integrated circuits
(microchips)
• system board or
motherboard
• interface boards or expansion
boards
system board or motherboard
= a single circuit board with
the components which make
up the computer’s processor
for a microcomputer, including
the:
• CPU (Central Processing
Unit)
• Memory
– RAM
– ROM or ROM BIOS
• expansion slots
Rick Graziani graziani@cabrillo.edu 26
Rick Graziani graziani@cabrillo.edu 27
Rick Graziani graziani@cabrillo.edu 28
The Processor: The CPU
CPU (Central Processing Unit) = A complex collection of electronic
circuits on one or more integrated circuits (chips) which:
1. executes the instructions in a software program
2. communicates with other parts of the computer system, especially
RAM and input devices
The CPU is the computer!
Rick Graziani graziani@cabrillo.edu 29
Input and Output Devices
SYSTEM UNITINPUT OUTPUT
PERMANENT
STORAGE
Rick Graziani graziani@cabrillo.edu 30
Input Devices
• Enter information
into a computer
• Examples:
– Mouse
– Keyboard
– Trackball
– Touchpad
– Light pen
– Joystick
– Digital camera
– Microphone
– Bar code reader
– Scanner
Rick Graziani graziani@cabrillo.edu 31
Output Devices
• Send information out from a PC
• Examples:
– Speakers
– Monitors
• Visual Display Unit (VDU), Cathode Ray Tube (CRT),
Liquid Crystal Display (LCD), Light-Emitting Diode
(LED)
– Printers
Rick Graziani graziani@cabrillo.edu 32
System Unit - Revisited
SYSTEM UNITINPUT OUTPUT
PERMANENT
STORAGE
System Unit:
• CPU (Central Processing Unit)
• Memory
– RAM
– ROM or ROM BIOS
• expansion slots
Rick Graziani graziani@cabrillo.edu 33
RAM (Random Access Memory)
RAM (Random Access Memory) = integrated circuits (chips) used to
temporarily store software (programs, instructions) and data
• “primary” storage for the CPU
• electronic switches, storing ON’s and OFF’s
Temporarily stores for the CPU:
• Software
– operating system software
– application software
• Data
– data (documents, spreadsheets, etc.)
Rick Graziani graziani@cabrillo.edu 34
Inserting RAM
RAM is TEMPORARY memory
RAM is volatile
• stores ON and OFF bits (software and data) electrically
• when power goes off, everything in RAM is lost
Rick Graziani graziani@cabrillo.edu 35
RAM: Speed
Why does the CPU use RAM?
• The CPU is very FAST!
• The CPU needs the instructions (software) and data as quickly as
possible
• If the CPU has to wait, so does the user
Why doesn’t the CPU use permanent storage like disk drives?
• Too slow
• EXAMPLE: Spellchecker
Rick Graziani graziani@cabrillo.edu 36
RAM: Capacity
The amount of RAM determines:
• what software and data the user can work on
• how much software and data the user can work with
• Most computers have at least 256 MB (Megabytes, 256 million bytes)
“out of memory” error message from the Operating System
The more complex and sophisticated the software, the more instructions
that software contains, which means larger software files.
Rick Graziani graziani@cabrillo.edu 37
ROM (Read Only Memory)
ROM (Read Only Memory) = integrated circuits (microchips) that are used
to permanently store start-up (boot) instructions and other critical
information
Read Only = information which:
• Cannot be changed
• Cannot be removed
• Cannot be appended (added to)
• Fixed by manufacturer
Rick Graziani graziani@cabrillo.edu 38
ROM (Read Only Memory)
ROM is sometimes known as ROM BIOS (Basic Input Output System
software)
ROM permanently contains:
• start-up (boot) instructions
• instructions to do “low level” processing of input and output devices,
such as the communications with the keyboard and the monitor
Firmware = software program which is stored permanently on a
microchip, such as the software on the ROM chip
Rick Graziani graziani@cabrillo.edu 39
Looking at your computer
Rick Graziani graziani@cabrillo.edu 40
Storage Devices
SYSTEM UNITINPUT OUTPUT
PERMANENT
STORAGE
• Storage Devices:
– Floppy disks
– CD-ROMs
– Hard disks
– Zip disks
– Tape drives
Rick Graziani graziani@cabrillo.edu 41
Floppy disks
• Store up to 1.44 MB of data
• Usually 3.5" square disks
• Removable
Write-Protect tab
(Open means “write
enabled”)
Rick Graziani graziani@cabrillo.edu 42
Hard disks
• Fixed permanently in a hard disk
drive inside a system unit
• Used to store the operating
system, applications, and data
• Can not buy more expansion
(easily)
Rick Graziani graziani@cabrillo.edu 43
CD-ROMs
• Read-only memory devices
(but CD-R and CD-RW
discs are recordable)
• Store up to 650 MB of data
• Portable and can be used
on any computer that has a
CD-ROM drive
• CD-R (CD Recordable)
• CD-RW (CD Rewritable)
Rick Graziani graziani@cabrillo.edu 44
Flash sticks or memory
• Storage
• Digital Player
• Voice Recorder
Rick Graziani graziani@cabrillo.edu 45
Zip disks
• Store up to 250 MB of data
• Used for backing up files or
transporting large files
Rick Graziani graziani@cabrillo.edu 46
Tape drives
• Work like a tape recorder
• Vary in capacity and
access speed
• Relatively expensive
• Generally used to back up
data
• Good for “archiving”
information
• Types
– Cartridge (slowest)
– DAT (Digital Audio Tape)
Rick Graziani graziani@cabrillo.edu 47
Computer Performance
• CPU speed (and type)
• Amount of RAM (and
speed)
• Hard disk capacity
Rick Graziani graziani@cabrillo.edu 48
Computer Performance
• CPU Speed
– Governed by a clock
– Measured in millions of
cycles per second, or
megahertz (MHz)
• 700 MHz means 700
million operations per
second
– Measured in billions of
cycles per second, or
megahertz (GHz)
• 1.133 MHz means 1
billion, 133 million
operations per second
Rick Graziani graziani@cabrillo.edu 49
Software
• System Software
• Application Software
Rick Graziani graziani@cabrillo.edu 50
Application Software
• Performs specific tasks:
– Word processing
– Calculations
– Information storage and
retrieval
– Accounting
• Cannot function without the
OS (Operating System)
• Written for a specific
operating system and
computer hardware.
Rick Graziani graziani@cabrillo.edu 51
Operating System Software
• Loads automatically when
you switch on a computer
• Main roles:
– Controls hardware and
software
– Permits you to manage
files
– Acts as intermediary
between user and
applications
Rick Graziani graziani@cabrillo.edu 52
Operating System Software
Software which manages the overall operation of the
computer system including:
• hardware (CPU, RAM, I/O)
• security
• system interface
• application interface
Rick Graziani graziani@cabrillo.edu 53
GUI – Graphical User Interface
Windows 3.1
Windows
95/98/XP
Rick Graziani graziani@cabrillo.edu 54
GUI – Graphical User Interface
MAC OS
UNIX/LINUX with
X-Windows
Rick Graziani graziani@cabrillo.edu 55
CLI – Command Line Interface
• No GUI
• MS DOS
• ? Windows 97 ?
Rick Graziani graziani@cabrillo.edu 56
Putting it altogether!
• Booting up the computer
• Creating and saving a word processing document
• Shutting down the computer
Rick Graziani graziani@cabrillo.edu 57
RAM
0
256
MB
Hard Disk Drive
CPU
ROM
Operating System Software
Application Software
User data (information)
“The kernel”
MS Word
Computer Basics
CS 1 Introduction to Computers and Computer
Technology
Rick Graziani
Fall 2007

More Related Content

What's hot

Computer concept
Computer conceptComputer concept
Computer conceptarif srk
 
FUNDAMENTAL INFORMATION ABOUT COMPUTER
FUNDAMENTAL  INFORMATION ABOUT  COMPUTER FUNDAMENTAL  INFORMATION ABOUT  COMPUTER
FUNDAMENTAL INFORMATION ABOUT COMPUTER Ohida Mollick
 
Lec1chap1f04
Lec1chap1f04Lec1chap1f04
Lec1chap1f04screaminc
 
Introduction to the World of Computers
Introduction to the World of ComputersIntroduction to the World of Computers
Introduction to the World of Computersmuhammadhamad32
 
Hardware For Creating And Displaying Multimedia!
Hardware For Creating And Displaying Multimedia!Hardware For Creating And Displaying Multimedia!
Hardware For Creating And Displaying Multimedia!Tom.B
 
امتحان المديول الأول ICT من كورس ICDL v5
امتحان المديول الأول ICT من كورس ICDL v5امتحان المديول الأول ICT من كورس ICDL v5
امتحان المديول الأول ICT من كورس ICDL v5um_adeveloper
 
Essential computer concepts
Essential computer conceptsEssential computer concepts
Essential computer conceptsestredney
 
Inroduction To Computer
Inroduction To ComputerInroduction To Computer
Inroduction To ComputerTallat Satti
 

What's hot (19)

Computer concept
Computer conceptComputer concept
Computer concept
 
Icdl Medual 1
Icdl Medual 1Icdl Medual 1
Icdl Medual 1
 
Chapter 9
Chapter 9Chapter 9
Chapter 9
 
Ipc 01
Ipc 01Ipc 01
Ipc 01
 
Unit 1 introduction to computers
Unit 1  introduction to computersUnit 1  introduction to computers
Unit 1 introduction to computers
 
FUNDAMENTAL INFORMATION ABOUT COMPUTER
FUNDAMENTAL  INFORMATION ABOUT  COMPUTER FUNDAMENTAL  INFORMATION ABOUT  COMPUTER
FUNDAMENTAL INFORMATION ABOUT COMPUTER
 
Lec1chap1f04
Lec1chap1f04Lec1chap1f04
Lec1chap1f04
 
Introduction to the World of Computers
Introduction to the World of ComputersIntroduction to the World of Computers
Introduction to the World of Computers
 
Computers
ComputersComputers
Computers
 
Lecture 3: The Visible PC
Lecture 3: The Visible PCLecture 3: The Visible PC
Lecture 3: The Visible PC
 
Hardware For Creating And Displaying Multimedia!
Hardware For Creating And Displaying Multimedia!Hardware For Creating And Displaying Multimedia!
Hardware For Creating And Displaying Multimedia!
 
امتحان المديول الأول ICT من كورس ICDL v5
امتحان المديول الأول ICT من كورس ICDL v5امتحان المديول الأول ICT من كورس ICDL v5
امتحان المديول الأول ICT من كورس ICDL v5
 
Essential computer concepts
Essential computer conceptsEssential computer concepts
Essential computer concepts
 
Computer basics
Computer basicsComputer basics
Computer basics
 
Ch6
Ch6Ch6
Ch6
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
 
Inroduction To Computer
Inroduction To ComputerInroduction To Computer
Inroduction To Computer
 
Is ch04
Is ch04Is ch04
Is ch04
 
What is computer(1)
What is computer(1)What is computer(1)
What is computer(1)
 

Similar to computer basics

1-ComputerBasics.ppt
1-ComputerBasics.ppt1-ComputerBasics.ppt
1-ComputerBasics.pptJithaKannan1
 
Operating Systems
Operating SystemsOperating Systems
Operating Systemscostavo
 
Computer_Basics_computer_basics.pptx
Computer_Basics_computer_basics.pptxComputer_Basics_computer_basics.pptx
Computer_Basics_computer_basics.pptxJiaJunWang17
 
Lkk01 Computer Hardware and Networking ppt
Lkk01 Computer Hardware and Networking pptLkk01 Computer Hardware and Networking ppt
Lkk01 Computer Hardware and Networking pptLatikkumar Kothwar
 
Introduction to Computer.ppt
Introduction to Computer.pptIntroduction to Computer.ppt
Introduction to Computer.pptMaganga3
 
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...yaminohime
 
Ch 1 computer hardware
Ch 1 computer hardwareCh 1 computer hardware
Ch 1 computer hardwaregabriel mapiye
 
PC hardware components ppt slide_week2.ppt
PC hardware components ppt slide_week2.pptPC hardware components ppt slide_week2.ppt
PC hardware components ppt slide_week2.pptvimala elumalai
 
Computer-Basics for B.ed Second Year.pptx
Computer-Basics  for B.ed Second Year.pptxComputer-Basics  for B.ed Second Year.pptx
Computer-Basics for B.ed Second Year.pptxkplkumar981
 
Neethu Narayanan- Fundamentals of computer
Neethu Narayanan- Fundamentals of computerNeethu Narayanan- Fundamentals of computer
Neethu Narayanan- Fundamentals of computer19940213
 

Similar to computer basics (20)

Computer Basics
Computer BasicsComputer Basics
Computer Basics
 
1-ComputerBasics.ppt
1-ComputerBasics.ppt1-ComputerBasics.ppt
1-ComputerBasics.ppt
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
 
operating systems
operating systemsoperating systems
operating systems
 
Operating systems
Operating systemsOperating systems
Operating systems
 
03 - Inside Comupters.pptx
03 - Inside Comupters.pptx03 - Inside Comupters.pptx
03 - Inside Comupters.pptx
 
Computer_Basics_computer_basics.pptx
Computer_Basics_computer_basics.pptxComputer_Basics_computer_basics.pptx
Computer_Basics_computer_basics.pptx
 
Lkk01 Computer Hardware and Networking ppt
Lkk01 Computer Hardware and Networking pptLkk01 Computer Hardware and Networking ppt
Lkk01 Computer Hardware and Networking ppt
 
Know your computer
Know your computerKnow your computer
Know your computer
 
Unit-1 Part1.ppt
Unit-1 Part1.pptUnit-1 Part1.ppt
Unit-1 Part1.ppt
 
Uc13.chapter.02
Uc13.chapter.02Uc13.chapter.02
Uc13.chapter.02
 
Introduction to Computer.ppt
Introduction to Computer.pptIntroduction to Computer.ppt
Introduction to Computer.ppt
 
GFGC CHIKKABASUR ( OUTPUT DEVICES ON COMPUTER )
GFGC CHIKKABASUR ( OUTPUT DEVICES ON COMPUTER )GFGC CHIKKABASUR ( OUTPUT DEVICES ON COMPUTER )
GFGC CHIKKABASUR ( OUTPUT DEVICES ON COMPUTER )
 
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 2 - The Sys...
 
Ch 1 computer hardware
Ch 1 computer hardwareCh 1 computer hardware
Ch 1 computer hardware
 
Introdusing of computer
Introdusing of computerIntrodusing of computer
Introdusing of computer
 
PC hardware components ppt slide_week2.ppt
PC hardware components ppt slide_week2.pptPC hardware components ppt slide_week2.ppt
PC hardware components ppt slide_week2.ppt
 
Computer-Basics for B.ed Second Year.pptx
Computer-Basics  for B.ed Second Year.pptxComputer-Basics  for B.ed Second Year.pptx
Computer-Basics for B.ed Second Year.pptx
 
IS100 Week 2
IS100 Week 2IS100 Week 2
IS100 Week 2
 
Neethu Narayanan- Fundamentals of computer
Neethu Narayanan- Fundamentals of computerNeethu Narayanan- Fundamentals of computer
Neethu Narayanan- Fundamentals of computer
 

More from Unviersity of balochistan quetta (10)

Most difficult language presentation
Most difficult language presentationMost difficult language presentation
Most difficult language presentation
 
Let's us c language (sabeel Bugti)
Let's us c language (sabeel Bugti)Let's us c language (sabeel Bugti)
Let's us c language (sabeel Bugti)
 
Function (rule in programming)
Function (rule in programming)Function (rule in programming)
Function (rule in programming)
 
Time management
Time managementTime management
Time management
 
Memory (psychology)
Memory (psychology)Memory (psychology)
Memory (psychology)
 
Motivation
MotivationMotivation
Motivation
 
Introduction to psychology
Introduction to psychologyIntroduction to psychology
Introduction to psychology
 
Chapter 2 seven_cs
Chapter 2 seven_csChapter 2 seven_cs
Chapter 2 seven_cs
 
Sensation and perception.pptm
Sensation and perception.pptmSensation and perception.pptm
Sensation and perception.pptm
 
Data type
Data typeData type
Data type
 

Recently uploaded

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 

Recently uploaded (20)

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 

computer basics

  • 1. Computer Basics CS 1 Introduction to Computers and Computer Technology Rick Graziani Fall 2007
  • 2. Rick Graziani graziani@cabrillo.edu 2 Only the basics, the details come later! • This presentation discusses a variety of terms and topics, all of which will be discussed in much greater detail in later chapters. http://www.youtube.com/watch?v=hMnk7lh9M3o
  • 3. Rick Graziani graziani@cabrillo.edu 3 No one knows it all and we never stop learning! • James Goldman, Purdue University – “You will never know all there is know about computer technology. – Be honest with yourself concerning what you don’t know.” • Anonymous – “The only ones that think they know it all, are the ones that know very little.”
  • 4. Rick Graziani graziani@cabrillo.edu 4 Terms and Acronyms • To learn Information Technology (IT) is to learn the language of acronyms and terms… • WYSISYG (pronounced WHIZ-zee-wig) “What You See Is What You Get” GUI: Graphical User Interface
  • 5. Rick Graziani graziani@cabrillo.edu 5 What is a computer? • A computer is a electromechanical device which can be programmed to change (process) information from one form to another. – Do exactly as they are told. – Digital devices: Understand only two different states (OFF and ON)
  • 6. Rick Graziani graziani@cabrillo.edu 6 The Human Clock: www.humanclock.com
  • 11. Rick Graziani graziani@cabrillo.edu 11 Computers are everywhere
  • 12. Rick Graziani graziani@cabrillo.edu 12 Traditional Types of Computers • General purpose computers –Mainframe –Minicomputer –Microcomputer (Personal Computer)
  • 13. Rick Graziani graziani@cabrillo.edu 13 Traditional Types of Computers • First computers, introduced in 1950s • Used by large businesses • Typically supported 100 to 500 users • Very expensive • Used for very large processing tasks • Mainframe Computers
  • 14. Rick Graziani graziani@cabrillo.edu 14 Traditional Types of Computers • Typically supported 10 to 100 users • Smaller and less expensive than mainframes • The real difference is relative in terms of price, power, marketing. • Minicomputers
  • 15. Rick Graziani graziani@cabrillo.edu 15 Traditional Types of Computers • Small, self-contained computers with their own CPUs • Used by home and business users • Uses a microprocessor, a CPU (Central Processing Unit) on a single chip. • Microcomputers (Personal Computer or PC)
  • 16. Rick Graziani graziani@cabrillo.edu 16 Portable Computer • Desktop computers • Laptop computers • Personal Digital Assistants (PDAs) • What are these types of portable computers (a type of personal computer)?
  • 17. Rick Graziani graziani@cabrillo.edu 17 Networked computer • Networked computer = Computers connected to other computers or peripheral devices (printers, etc.) to share information. • What is the difference between these two networked devices? Intelligent terminal (computer) Dumb terminal • No CPU (uses server’s) • No Operating system (uses server’s) • Input and Output only
  • 18. Rick Graziani graziani@cabrillo.edu 18 Embedded Computers • Embedded computers – Computers found in consumer goods in order to enhance their function.
  • 19. Rick Graziani graziani@cabrillo.edu 19 Special Purpose Computers • Special purpose or dedicated computers – A device with a specific purpose such as game system or information kiosk.
  • 20. Rick Graziani graziani@cabrillo.edu 20 Hardware versus Software • Hardware = The physical components that make up a computer system. – More in a moment… • Much more on all of these items in later presentations!
  • 21. Rick Graziani graziani@cabrillo.edu 21 Hardware versus Software • Software = The programs (instructions) that tell the computer what to do. – System Software – Application Software – Stored on a storage media such as hard disk, CD-ROM, floppy disk, tape, etc. – More later…
  • 22. Rick Graziani graziani@cabrillo.edu 22 Hardware Components • This is just an overview, more later…
  • 23. Rick Graziani graziani@cabrillo.edu 23 Hardware Components SYSTEM UNITINPUT OUTPUT PERMANENT STORAGE Know these!
  • 24. Rick Graziani graziani@cabrillo.edu 24 The Processor Let’s open the box!
  • 25. Rick Graziani graziani@cabrillo.edu 25 The Processor circuit board = a board with integrated circuits (microchips) • system board or motherboard • interface boards or expansion boards system board or motherboard = a single circuit board with the components which make up the computer’s processor for a microcomputer, including the: • CPU (Central Processing Unit) • Memory – RAM – ROM or ROM BIOS • expansion slots
  • 28. Rick Graziani graziani@cabrillo.edu 28 The Processor: The CPU CPU (Central Processing Unit) = A complex collection of electronic circuits on one or more integrated circuits (chips) which: 1. executes the instructions in a software program 2. communicates with other parts of the computer system, especially RAM and input devices The CPU is the computer!
  • 29. Rick Graziani graziani@cabrillo.edu 29 Input and Output Devices SYSTEM UNITINPUT OUTPUT PERMANENT STORAGE
  • 30. Rick Graziani graziani@cabrillo.edu 30 Input Devices • Enter information into a computer • Examples: – Mouse – Keyboard – Trackball – Touchpad – Light pen – Joystick – Digital camera – Microphone – Bar code reader – Scanner
  • 31. Rick Graziani graziani@cabrillo.edu 31 Output Devices • Send information out from a PC • Examples: – Speakers – Monitors • Visual Display Unit (VDU), Cathode Ray Tube (CRT), Liquid Crystal Display (LCD), Light-Emitting Diode (LED) – Printers
  • 32. Rick Graziani graziani@cabrillo.edu 32 System Unit - Revisited SYSTEM UNITINPUT OUTPUT PERMANENT STORAGE System Unit: • CPU (Central Processing Unit) • Memory – RAM – ROM or ROM BIOS • expansion slots
  • 33. Rick Graziani graziani@cabrillo.edu 33 RAM (Random Access Memory) RAM (Random Access Memory) = integrated circuits (chips) used to temporarily store software (programs, instructions) and data • “primary” storage for the CPU • electronic switches, storing ON’s and OFF’s Temporarily stores for the CPU: • Software – operating system software – application software • Data – data (documents, spreadsheets, etc.)
  • 34. Rick Graziani graziani@cabrillo.edu 34 Inserting RAM RAM is TEMPORARY memory RAM is volatile • stores ON and OFF bits (software and data) electrically • when power goes off, everything in RAM is lost
  • 35. Rick Graziani graziani@cabrillo.edu 35 RAM: Speed Why does the CPU use RAM? • The CPU is very FAST! • The CPU needs the instructions (software) and data as quickly as possible • If the CPU has to wait, so does the user Why doesn’t the CPU use permanent storage like disk drives? • Too slow • EXAMPLE: Spellchecker
  • 36. Rick Graziani graziani@cabrillo.edu 36 RAM: Capacity The amount of RAM determines: • what software and data the user can work on • how much software and data the user can work with • Most computers have at least 256 MB (Megabytes, 256 million bytes) “out of memory” error message from the Operating System The more complex and sophisticated the software, the more instructions that software contains, which means larger software files.
  • 37. Rick Graziani graziani@cabrillo.edu 37 ROM (Read Only Memory) ROM (Read Only Memory) = integrated circuits (microchips) that are used to permanently store start-up (boot) instructions and other critical information Read Only = information which: • Cannot be changed • Cannot be removed • Cannot be appended (added to) • Fixed by manufacturer
  • 38. Rick Graziani graziani@cabrillo.edu 38 ROM (Read Only Memory) ROM is sometimes known as ROM BIOS (Basic Input Output System software) ROM permanently contains: • start-up (boot) instructions • instructions to do “low level” processing of input and output devices, such as the communications with the keyboard and the monitor Firmware = software program which is stored permanently on a microchip, such as the software on the ROM chip
  • 39. Rick Graziani graziani@cabrillo.edu 39 Looking at your computer
  • 40. Rick Graziani graziani@cabrillo.edu 40 Storage Devices SYSTEM UNITINPUT OUTPUT PERMANENT STORAGE • Storage Devices: – Floppy disks – CD-ROMs – Hard disks – Zip disks – Tape drives
  • 41. Rick Graziani graziani@cabrillo.edu 41 Floppy disks • Store up to 1.44 MB of data • Usually 3.5" square disks • Removable Write-Protect tab (Open means “write enabled”)
  • 42. Rick Graziani graziani@cabrillo.edu 42 Hard disks • Fixed permanently in a hard disk drive inside a system unit • Used to store the operating system, applications, and data • Can not buy more expansion (easily)
  • 43. Rick Graziani graziani@cabrillo.edu 43 CD-ROMs • Read-only memory devices (but CD-R and CD-RW discs are recordable) • Store up to 650 MB of data • Portable and can be used on any computer that has a CD-ROM drive • CD-R (CD Recordable) • CD-RW (CD Rewritable)
  • 44. Rick Graziani graziani@cabrillo.edu 44 Flash sticks or memory • Storage • Digital Player • Voice Recorder
  • 45. Rick Graziani graziani@cabrillo.edu 45 Zip disks • Store up to 250 MB of data • Used for backing up files or transporting large files
  • 46. Rick Graziani graziani@cabrillo.edu 46 Tape drives • Work like a tape recorder • Vary in capacity and access speed • Relatively expensive • Generally used to back up data • Good for “archiving” information • Types – Cartridge (slowest) – DAT (Digital Audio Tape)
  • 47. Rick Graziani graziani@cabrillo.edu 47 Computer Performance • CPU speed (and type) • Amount of RAM (and speed) • Hard disk capacity
  • 48. Rick Graziani graziani@cabrillo.edu 48 Computer Performance • CPU Speed – Governed by a clock – Measured in millions of cycles per second, or megahertz (MHz) • 700 MHz means 700 million operations per second – Measured in billions of cycles per second, or megahertz (GHz) • 1.133 MHz means 1 billion, 133 million operations per second
  • 49. Rick Graziani graziani@cabrillo.edu 49 Software • System Software • Application Software
  • 50. Rick Graziani graziani@cabrillo.edu 50 Application Software • Performs specific tasks: – Word processing – Calculations – Information storage and retrieval – Accounting • Cannot function without the OS (Operating System) • Written for a specific operating system and computer hardware.
  • 51. Rick Graziani graziani@cabrillo.edu 51 Operating System Software • Loads automatically when you switch on a computer • Main roles: – Controls hardware and software – Permits you to manage files – Acts as intermediary between user and applications
  • 52. Rick Graziani graziani@cabrillo.edu 52 Operating System Software Software which manages the overall operation of the computer system including: • hardware (CPU, RAM, I/O) • security • system interface • application interface
  • 53. Rick Graziani graziani@cabrillo.edu 53 GUI – Graphical User Interface Windows 3.1 Windows 95/98/XP
  • 54. Rick Graziani graziani@cabrillo.edu 54 GUI – Graphical User Interface MAC OS UNIX/LINUX with X-Windows
  • 55. Rick Graziani graziani@cabrillo.edu 55 CLI – Command Line Interface • No GUI • MS DOS • ? Windows 97 ?
  • 56. Rick Graziani graziani@cabrillo.edu 56 Putting it altogether! • Booting up the computer • Creating and saving a word processing document • Shutting down the computer
  • 57. Rick Graziani graziani@cabrillo.edu 57 RAM 0 256 MB Hard Disk Drive CPU ROM Operating System Software Application Software User data (information) “The kernel” MS Word
  • 58. Computer Basics CS 1 Introduction to Computers and Computer Technology Rick Graziani Fall 2007