CSCI 101 Introduction to Computers Class Notes (Fall 2025) ========================================================================== Instruction Set Architecture (assembly language) (e.g., having + but no x) 1 + 2 = 3 Microarchitecture (e.g., simulating x by +) 2 x 3 = 2 + 2 + 3 = 6