컴퓨터 구조

9
Intro to 컴컴컴 컴컴

Upload: minjeong-kim

Post on 18-Feb-2017

28 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: 컴퓨터 구조

Intro to 컴퓨터 구조

Page 2: 컴퓨터 구조

Computer Hardware

- CPU

- Main Memory

- Secondary Storage

- Input/Output Devices

Page 3: 컴퓨터 구조

Von Neumann Architecture

-bottleneck 현상

Page 4: 컴퓨터 구조

CPU CORE

Page 5: 컴퓨터 구조

*Parallelism vs Concurrency*

Page 6: 컴퓨터 구조

Storage Device

RAM(Random Access Memory) Hard-Disk

Page 7: 컴퓨터 구조

How Data Stored In Memory

Address Memory Cell Stored Data

101 0000 0101 5

102 0000 0011 3

103 0100 0001 65

Page 8: 컴퓨터 구조

32Bit/64Bit CPU

Page 9: 컴퓨터 구조

Debugging Using Chrome Developer Tools