Questions
- You can use an XOR gate as which of the following?
- A way to add two bits
 - A way to multiply two bits
 - A programmable inverter
 
 - What resolution are we limited to when generating a VGA controller?
- 640x480 @ 60 Hz
 - 1280x1024 @ 85 Hz
 - 1920x1200 @ 60 Hz
 - A resolution our monitor can handle and a pixel clock that we can reliably meet timing for in our design
 
 - Building a VGA controller in an FPGA is impractical.
- True
 - False
 
 - How many colors can we represent with 888 or 24 bpp?
- 2 colors
 - 16 colors
 - 64 K colors
 - True color, or 16 million colors
 
 - An AXI-Lite write interface consists of which of the following?
- A write address
 - Write data
 - A write response
 - All of the above
 
 - An AXI-Lite read interface consists of which...