面試陷阱題 (Exam Traps)

Purpose

本檔收集 CSAPP 3e 全書各章的常見錯誤與易混淆點:面試與考試中最容易誘答的陷阱、其易錯原因與正確答案。每個陷阱均為摺疊 callout,建議先自答再展開對照;弱點章節可搭配 學習地圖 的 Weak Areas 追蹤。

計算機系統漫遊 (A Tour of Computer Systems)

資訊的表示與處理 (Representing and Manipulating Information)

程式的機器層級表示 (Machine-Level Representation of Programs)

處理器架構 (Processor Architecture)

程式效能最佳化 (Optimizing Program Performance)

記憶體階層 (The Memory Hierarchy)

連結 (Linking)

例外控制流 (Exceptional Control Flow)

虛擬記憶體 (Virtual Memory)

系統層級 I/O (System-Level I/O)

網路程式設計 (Network Programming)

並行程式設計 (Concurrent Programming)