comOrg map
Chapter 1
- translators - assembler + compiler + interpreter
- instruction set architecture (ISA)
- mooreβs law
- base10 - decimal, base2 - binary, base16 - hexadecimal
- negative numbers _ sign-magnitude + twos-complement + sign extension & truncation
Chapter 2
- transistors _ n-type and p-type
- cmos notation
- logic gates
- universal gates _ nand + nor
- hide complexity in logic gates through abstraction
- multiplexer - MUXtoProceed
- logic symbols & notationtoProceed
- logic implementation _ from truth tables to logic circuits