29
1

1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

Embed Size (px)

Citation preview

Page 1: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

1

Page 2: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

2

CST-092Beginning ComputerWindows Concepts

Lecture 1: Computer Concepts

Computer ConceptsGetting Started

Page 3: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

3

What is a Computer?

• A machine that computes.• An electronic system that

– accepts data,– processes data,– reports data, and– stores data.

Page 4: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

4

The Microcomputer

• Hardware– Physical components of a computer

system.

• Software– Programs or instructions that direct the

operations of the computer.

Page 5: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

5

• INPUT:– The method of getting information into

the computer.– The process of entering and translating

data into a form the computer can understand.

Information Processing Cycle

34

Page 6: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

6

34

Information Processing Cycle

• PROCESSING:– Performing a calculation or logical

operation on the information.– Turning raw data into meaningful

information.

3 + 4 = 7

7

Page 7: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

7

Information Processing Cycle

• OUTPUT:– The method of getting data out of the

computer.– Translating machine-readable code into

a form readable by humans.

34

7The sum of 3 and 4 is 7.7

Page 8: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

8

Information Processing Cycle

• STORAGE:– Storing data for future use.

3 4 7 3 4 7

Page 9: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

9

INPUT --The KeyboardKeyboard

Indicator LightsEscape Key

Spacebar Typewriter Keys

Arrow Keys

Numeric Keypad

Page 10: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

10

INPUT --The KeyboardInsertBackspace

EnterDelete

Print ScreenTab

CapsLock

Alternate Keys

Shift Keys

Control Keys

Page 11: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

11

INPUT --The Mouse

Page 12: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

12

INPUT --The Mouse

Clicking Double-Clicking

Page 13: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

13

INPUT --The Mouse

Dragging

Page 14: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

14

INPUT --The Mouse

Right-Clicking

Page 15: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

15

Processing – The System Unit

• Main Memory• a.k.a. Primary Memory• a.k.a. RAM

RAM = Random Access Memory

Programs and Data are in RAM!

34

Page 16: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

16

BIT•Binary digIT -- Two Values: 0 & 1• Smallest piece of data that can be

recognized and used by a computer.

ON

OFF

= 1

= 0

Page 17: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

17

Byte•a group of 8 bits• can hold a character

– Alphabetic Letter (UPPER or lower case)– Numbers– Special Characters ($, @, !, (, *, ), &, etc.

ASCII• Code used in microcomputers• American Standard Code for

Information Interchange

Page 18: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

18

DELTA in 5 Bytes of RAM:

D 01000100

E 01000101

L 01001100

T 01010100

A 01000001

0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 00 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1

Page 19: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

19

Memory Measurements•Kilobyte

– 1K or 1Kb or 1KB = 1,000 bytes– (1,024 bytes)

• Megabyte– 1M or 1Mb or 1MB = 1,000,000 bytes– (1,048,576 bytes)

640K = 640,000 bytes

4M = 4,000,000 bytes

Page 20: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

20

Data and Software

are in RAM 3 4 7NUM1

NUM2 SUM

SUM = NUM1 + NUM2PROGRAM1

Page 21: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

21

Central Processing Unit - CPU

ArithmeticLogic Unit

ControlUnit

Arithmetic Logic Unit-ALU

•Arithmetic+ Addition- Subtraction* Multiplication/ Division

•Logic< Less Than> Greater Than= Equal

Control Unit

•Traffic Cop

•What’s Next?

Page 22: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

22

Output

The SUM of 3 + 4 is 7

The SUM of 3 + 4 is 7

The SUM of 3 + 4 is 7

Page 23: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

23

Auxiliary StorageSecondary Storage

DISKETTE

3.5”

1.44 Mb

HARD DISK

20 Mb to Billion+

100 Mb + + +

FLASH DRIVE F: or G: or…

C:A:

Page 24: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

24

Hardware Summary

OUTPUTINPUT

AuxiliaryStorage

CPUMain Memory

Page 25: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

25

SOFTWARE

HardwareSystem

SoftwareApplicationSoftware

USER

Systems Software

•Initializes Computer(BOOT)

•Interfaces with userand application

•Coordinates system resources

Page 26: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

26

RESU

SYSTEMS SOFTWARE

NOIT

CILPP

A

A

WO

WIN

D

SHW

Page 27: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

27

RESU

SYSTEMS SOFTWARE

NOIT

CILPP

A

A

WO

WIN

D

SHW

Page 28: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

28

APPLICATION SOFTWARE

Word Processing

A 10.0 400

B 20.0 300

C 30.5 200

D 40.0 100

Spreadsheet

Graphics

Database

DATA

Communications

Page 29: 1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

29