콘텐츠로 바로가기
용어6

processor-physics

이 용어로 연결된 기록을 섹션별로 살펴봅니다.

  1. Digital Logic & Processor Physics

    트랜지스터 수준의 물리적 신호 처리부터 논리 게이트, 그리고 연산 장치의 아키텍처를 다루는 학습 노드입니다.

    computer-architecture-embedded-systems / digital-logic-processor-physics
  2. ALU & Data Path Design

    CPU의 연산 엔진인 ALU의 내부 구조와, 명령어 실행을 위해 데이터가 흐르는 물리적 통로인 데이터 패스의 연동 원리를 다루는 학습 노드입니다.

    computer-architecture-embedded-systems / digital-logic-processor-physics / alu-data-path-design
  3. Digital Logic & Boolean Algebra

    0과 1의 이진 세계를 구축하는 논리 게이트의 물리적 구현과, 복잡한 회로를 수식으로 단순화하는 불리언 대수의 법칙을 다루는 학습 노드입니다.

    computer-architecture-embedded-systems / digital-logic-processor-physics / digital-logic-boolean-algebra
  4. Integer & Float Representations

    컴퓨터가 정수와 실수를 이진 비트로 추상화하는 방식과, 보수(Complement) 체계 및 IEEE 754 표준이 갖는 물리적 오차와 제약을 다루는 학습 노드입니다.

    computer-architecture-embedded-systems / digital-logic-processor-physics / integer-float-representations
  5. ISA & Control Unit Logic

    S/W와 H/W의 약속인 명령어 집합 구조(ISA)와, 이를 읽어 하드웨어의 모든 부품을 통제하는 제어 유닛의 사령탑 로직을 다루는 학습 노드입니다.

    computer-architecture-embedded-systems / digital-logic-processor-physics / isa-control-unit-logic
  6. Out-of-Order Execution (OoO)

    명령어 간의 데이터 의존성을 분석하여 가능한 명령을 먼저 실행함으로써 파이프라인 정지를 최소화하는 동적 스케줄링의 하드웨어 물리 아키텍처를 다루는 학습 노드입니다.

    computer-architecture-embedded-systems / parallel-multicore-mechanics / out-of-order-execution-ooo