fundamental of computer

12
1 Fundamental of Computer Suthida Chaichomchuen : SCC [email protected]

Upload: tremain-punch

Post on 30-Dec-2015

23 views

Category:

Documents


0 download

DESCRIPTION

Fundamental of Computer. Suthida Chaichomchuen : SCC [email protected]. Computer Components. Hardware (architecture) Software (instruction set). Basic Hardware. Bits Bytes Registers Memory Processor Data Bus. Hardware Components. Internal hardware Microprocessor Memory Registers - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Fundamental of Computer

1

Fundamental of Computer

Suthida Chaichomchuen : SCC

[email protected]

Page 2: Fundamental of Computer

2

Computer Components

Hardware (architecture) Software (instruction set)

Page 3: Fundamental of Computer

3

Basic Hardware

Bits Bytes Registers Memory Processor Data Bus

Page 4: Fundamental of Computer

4

Hardware Components

Internal hardware– Microprocessor– Memory– Registers

External hardware– Input/Output Devices

Page 5: Fundamental of Computer

5

Software Organization

Programs Data files Operating System

Page 6: Fundamental of Computer

6

Computer storage

Bit– On : 1– Off : 0

Byte– data : 8 bits– parity : 1 bit (automatically setting)

Page 7: Fundamental of Computer

7

Related bytes

Word Doubleword Quadword Paragraph Kilobyte Megabyte

Page 8: Fundamental of Computer

8

Binary numbers

Bit value : 1 1 1 1 1 1 1 1Position value : 128 64 32 16 8 4 2 1Bit number : 7 6 5 4 3 2 1 0

Page 9: Fundamental of Computer

9

Binary arithmetic

Decimal Binary 65 01000001 +42 +00101010 107 01101011

Decimal Binary 60 00111100 +53 +00110101 113 01110001

Page 10: Fundamental of Computer

10

Negative Binary Numbers

Number +65 : 01000001Reverse the bits : 10111110Add 1 : 1Number -65 : 10111111

Reverse the bit value and add 1

Page 11: Fundamental of Computer

11

Hexadecimal Representation

Binary : 1011 1001 1100 1110Decimal : 11 9 12 14Hexadecimal : B 9 C E

Page 12: Fundamental of Computer

12

Homework (Submit before next week)

Processor Register Segment