Main Memory and Storage

  • Main Memory (메인 메모리)
    • Volatile (휘발성)
    • 전원을 끄면 instructions와 data 소실
  • Secondary storage (보조 스토리지)
    • Non-volatile (비휘발성)
    • 하드디스크
    • SSD, Flash memory
    • Optical disk

 

CPU(프로세서)의 종류

  • x86
    • PC에 사용
    • intel, AMD, Via의 프로세서를 가리키는 총칭
  • POWER, PowerPC
    • 슈퍼컴퓨터에서 사용
    • 예전에는 mac에서 사용되었지만 지금은 intel로 교체됨
    • 예전 모토로라
  • Sparc
    • 요새 잘 사용 안함
  • Arm
    • 최근 mac에서 사용, 아이폰, 갤럭시 등등에서도 사용
  • RISC-V
    • 임베디드 및 고성능 컴퓨팅 분야에서 많이 사용될 것
    • 컴퓨터 구조 공부할 때 배울 CPU

 

N-bit CPU의 의미

  • basic unit of data processor
    • 16bit, 32bit, 64bit
  • ALU의 input, output이 몇 bit인지를 결정함 (즉,  몇 bit를 다룰 것인가)

'cs 공부 > 컴퓨터 구조' 카테고리의 다른 글

Lec4. RISC-V Instructions #3  (0) 2023.05.07
Lec4. RISC-V Instructions #2  (2) 2023.05.07
Lec4. RISC-V & RISC-V Instructions #1  (0) 2023.04.27
Lec3. Performance  (0) 2023.04.26
Lec2. Instructions and High-level to Machine Code  (0) 2023.04.25

+ Recent posts