Questions
- You can use an XOR gate as:
a) A way to add two bits
b) A way to multiply two bits
c) A programmable inverter
- We are limited to what resolution when generating a VGA controller?
a) 640x480 @ 60 Hz
b) 1280x1024 @ 85 Hz
c) 1920x1200 @ 60 Hz
d) 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.
a) True
b) False
- How many colors can we represent with 888 or 24 bpp?
a) 2 colors
b) 16 colors
c) 64K colors
d) True color, or 16 million colors
- An AXI Lite write interface consists of which of the following?
a) A write address
b) Write data
c) A write response
d) All of the above
- An AXI Lite read interface consists of which of the following?
a) A read address
b) Read data
c) A read response
d) All of the above
e) (a) and (b)