CSCE 312 Lecture 4
Jump to navigation
Jump to search
« previous | Thursday, September 8, 2011 (doctor appt.) | next »
Digital Systems
Larger category than processor/computer model: a processor is a type of digital system.
Digital (embedded) systems are more domain-specific and therefore faster at what they do.
A camera is a type of embedded system; may or may not have a processor
Data Representation
"binary digit" (bit) is basic unit; sequences are often written in hexadecimal:
Binary | 0101 | 1101 | 0010 | 0111 | |
---|---|---|---|---|---|
Hex | 0x | 5 | d | 2 | 7 |