1 introduction to computers, the internet and world wide web

17
1 Introduction to Computers, the Internet and World Wide Web

Upload: milton-hensley

Post on 18-Jan-2018

224 views

Category:

Documents


0 download

DESCRIPTION

3 OBJECTIVES In this chapter you will learn: Basic hardware and software concepts. Basic object-technology concepts, such as classes, objects, attributes, behaviors, encapsulation and inheritance.

TRANSCRIPT

Page 1: 1 Introduction to Computers, the Internet and World Wide Web

1

Introduction to Computers, the Internet and World Wide Web

Page 2: 1 Introduction to Computers, the Internet and World Wide Web

2

• The chief merit of language is clearness. – Galen

Our life is frittered away by detail…. Simplify, simplify.

— Henry David Thoreau

Man is still the most extraordinary computer of all. — John F. Kennedy

Page 3: 1 Introduction to Computers, the Internet and World Wide Web

3

OBJECTIVESIn this chapter you will learn: • Basic hardware and software concepts.• Basic object-technology concepts, such as classes, objects,

attributes, behaviors, encapsulation and inheritance.

Page 4: 1 Introduction to Computers, the Internet and World Wide Web

4

Introduction• Computer

– Device capable of performing computations and making logical decisions

• Computer programs– Sets of instructions that control computer’s processing of data– Written by people called computer programmers

• Software– Instructions to command computer to perform actions and make

decisions• Hardware

– Various devices comprising computer• Keyboard, screen, mouse, disks, memory, CD-ROM, processing units, etc.

Page 5: 1 Introduction to Computers, the Internet and World Wide Web

5

Computer Organization– Input unit • “receive” section• Places data to processed by computer from input

devices

KeyboardMouseScannerBar code reader

Joy stick

Page 6: 1 Introduction to Computers, the Internet and World Wide Web

6

Computer Organization– Output unit • “Shipping” section• Places information processed by computer on output

devices– Screen, printer, networks, etc. – Information can also be used to control other devices

Page 7: 1 Introduction to Computers, the Internet and World Wide Web

7

1.3 Computer Organization (Cont.)

• Six logical units of computer (Cont.)– Memory unit

• Rapid access, relatively low capacity “warehouse” section • Retains information from input unit

– Immediately available for processing• Retains processed information

– Until placed on output devices• Often called memory or primary memory• Make sure all features work• RAM & ROM

Page 8: 1 Introduction to Computers, the Internet and World Wide Web

8

1.3 Computer Organization (Cont.)

• Six logical units of computer (Cont.)

– Arithmetic and logic unit (ALU) • “Manufacturing” section• Performs arithmetic calculations and logic decisions

RAM ROM

-lose its contents when turn Off

-Temporary data

-Do not lose its contents when turn off- Retains the basic data needed by the device startup and don’t able to change

Page 9: 1 Introduction to Computers, the Internet and World Wide Web

9

1.3 Computer Organization (Cont.)

• Six logical units of computer (Cont.)– Central processing unit (CPU)

• “Administrative” section• Coordinates and supervises other sections of computer

– Secondary storage unit • Long-term, high-capacity “warehouse” section• Stores inactive programs or data• Secondary storage devices

– Hard drives, CDs, DVDs• Slower to access than primary memory• Less expensive per unit than primary memory

Page 10: 1 Introduction to Computers, the Internet and World Wide Web

Control Process Unit

Control Unit

Storage Unit

ALU

Input UnitsOutput Units

Memory Unit

Page 11: 1 Introduction to Computers, the Internet and World Wide Web

Motherboard

Case

Page 12: 1 Introduction to Computers, the Internet and World Wide Web
Page 13: 1 Introduction to Computers, the Internet and World Wide Web
Page 14: 1 Introduction to Computers, the Internet and World Wide Web
Page 15: 1 Introduction to Computers, the Internet and World Wide Web

Peripherals and ports

Page 16: 1 Introduction to Computers, the Internet and World Wide Web
Page 17: 1 Introduction to Computers, the Internet and World Wide Web

17

1.6 The Internet and the World Wide Web

• Internet– Global network of computers• Initiated almost four decades ago

– Accessible by computers worldwide today• World Wide Web– Allows computer users to locate and view

multimedia-based documents– Internet has become one of the world’s premier

communication mechanisms