Top Banner
FIRST COURSE Essential Computer Concepts
32

FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

Dec 25, 2015

Download

Documents

Nathaniel Hill
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

FIRST COURSE

Essential Computer Concepts

Page 2: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 2

Objectives• Compare the types of computers• Describe the components of a computer system• Describe input and output peripheral devices• Examine data representation and the ASCII code• Define memory and storage• Identify the hardware and software that are used

for data communications and to establish a network connection

Page 3: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 3

Objectives• Explain how Internet access, e-mail, and the

World Wide Web affect the use of computers• Describe potential security threats to computers

and protection methods• Discuss the types of system software and their

functions• Identify popular application software• Describe how data is shared among different

types of application software

Page 4: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 4

What Is a Computer?• A computer is an electronic device that accepts

information and instructions from a user, manipulates the information according to the instructions, displays the information in some way, and stores the information for retrieval later

Page 5: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 5

Types of Computers• Personal computers (PCs)• Desktop computers• Notebook (laptop) computers• Tablet PCs• Handheld computers• PDA (personal digital assistant)• MP3 players• Mainframe computers• Supercomputers

Page 6: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 6

Types of Computers

Page 7: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 7

Computer Systems• Includes computer hardware and software– Hardware refers to the physical components of a computer– Software refers to the intangible components of a computer

system, particularly the programs, or lists of instructions, the computer needs to perform a specific task

• The design and construction of the hardware of a particular computer is referred to as its architecture or configuration

• The technical details about each component are called specifications

Page 8: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 8

Processing Hardware• The motherboard is the

main electronic component of the computer– Circuit board which

controls the specific functions

– It has the processing hardware

Page 9: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XPProcessing Hardware• The microprocessor is

one of the most important pieces of processing hardware on the motherboard– Also called CPU (Central

processing Unit)– Transistor and electronic

circuits on a silicon chip• Cards are removable

circuit boards

New Perspectives on Microsoft Office 2007: Windows Vista Edition 9

Page 10: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XPProcessing Hardware• Microprocessor Speed:– Clock speed: Is measured in MHz (million

cycles per second) or GHz (billion cycles per second)

– Word Size (number of bits processed per second)

– Dual and Single core processor• Two processors on single chip• One Processor on single chip

New Perspectives on Microsoft Office 2007: Windows Vista Edition 10

Page 11: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 11

Input and Output• The data or instructions you type into the

computer are called input• The result of the computer processing your input

is referred to as output• Peripheral devices accomplish input and output

functions

Page 12: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 12

Input Devices• You use an input device, such as a keyboard or a mouse,

to input data and issue commands– Keyboard

• Ergonomic

– Pointing device• Controls the pointer• Mouse

– Scroll wheel

• Trackball• Touch pad• Pointing stick

– Scanner

Page 13: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 13

Output Devices• Output devices show you

the results of processing data– Monitor

• Flat panel• LCD• CRT

– Printer• Laser• Inkjet• Dot matrix

Page 14: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 14

Data Representation• Binary digits (bits)• A series of eight bits is called a byte– Kilobyte (KB or K)– Gigabyte (GB)– Terabyte (TB)

• ASCII– American Standard Code for Information Interchange

Page 15: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 15

Memory• Random access memory (RAM)–Volatile memory• Constantly changing as computer is on

– SDRAM• Synchronous dynamic RAM (synchronized with

processor)

Page 16: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XPMemory• Cache memory (RAM cache or CPU cache)– Special high speed memory chip on motherboard – Frequently and recently accessed data and

commands are stored here

• Virtual memory– Simulates additional RAM

New Perspectives on Microsoft Office 2007: Windows Vista Edition 16

Page 17: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 17

Memory• Read-only memory (ROM)– BIOS (Basic Input Output System)• Basic functionality like motherboard instructions, recognize

peripherals, and start boot process

– Nonvolatile memory

• Complementary metal oxide semiconductor memory (CMOS)– Semipermanent memory– Hardware memory changes if hardware changed– Stores date and time

Page 18: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 18

Storage Media• A computer file is a named collection of stored

data• An executable file contains the instructions that

tell a computer how to perform a specific task• A data file is created by a user

Page 19: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 19

Storage Media• Magnetic media– Hard disk

Page 20: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 20

Storage Media– Tape– Floppy disk

• Optical storage device– CD– DVD– CD-R– CD-RW– CD-ROM

Page 21: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 21

Storage Media• Flash memory– Flash memory cards– USB flash storage device– USB drive (flash drive)

Page 22: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 22

Data Communications• The transmission of text, numeric, voice, or video

data from one computer to another or to a peripheral device is called data communications– Sender and receiver– Channel– Protocol– Device driver (driver)

Page 23: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 23

Data Bus• This path between the microprocessor, RAM,

and peripherals is called the data bus• Controller card• Expansion card• Expansion slot

Page 24: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 24

Networks• A network connects one computer to other

computers and peripheral devices, enabling you to share data and resources with others

• Network interface card (NIC)• LAN• WAN• WLAN• PAN• WiMax

Page 25: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 25

Telecommunications• Telecommunications means communicating

over a comparatively long distance using a phone line or some other data conduit– Modem• Digital and analog signals

– DSL

Page 26: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 26

The Internet• The Internet is the

largest network in the world, connecting millions of people– Electronic mail– World Wide Web

• Web page• Web site

Page 27: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 27

Security Threats on Your Computer• Security refers to the steps a

computer owner takes to prevent unauthorized use of or damage to the computer– Malware

• Viruses– Antivirus software

• Spyware• Adware

• Firewall• Phishing• Pharming

Page 28: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 28

System Software• System software

manages the fundamental operations of your computer– Operating system

• System resource• Multitasking

– Utilities– Programming Languages

Page 29: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 29

Application Software• Application software enables you to perform

specific computer tasks, such as document production, spreadsheet calculations, and database management– Document production software

Page 30: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 30

Application Software– Web site creation and management software– Spreadsheet software– Database management software

Page 31: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 31

Application Software• Presentation software

Page 32: FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows Vista Edition2 Objectives Compare the types of computers.

XP

New Perspectives on Microsoft Office 2007: Windows Vista Edition 32

Application Software• Photo editing software• Multimedia authoring software• Accounting software• Information management software