Reader small image

You're reading from  FPGA Programming for Beginners

Product typeBook
Published inMar 2021
Reading LevelIntermediate
PublisherPackt
ISBN-139781789805413
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Frank Bruno
Frank Bruno
author image
Frank Bruno

Frank Bruno is an experienced high-performance design engineer specializing in FPGAs with some ASIC experience. He has experience working for companies like SpaceX, GM Cruise, Belvedere Trading, Allston Trading, and Number Nine. He is currently working as an FPGA engineer for Belvedere Trading.
Read more about Frank Bruno

Right arrow

Questions

  1. PS/2 keyboards use a two-wire interface consisting of:

    a) Keyup/keydown

    b) Clock/data

    c) Data in/data out

  2. A scancode is generated whenever a key is:

    a) Pressed

    b) Released

    c) Held down

    d) All of the above

  3. To display the scancodes on the VGA, we used:

    a) A hex to ASCII converter

    b) A shift register

    c) A BCD encoder

    d) (a) and (b)

  4. To display audio data, how was the text state machine modified?

    a) It takes in 128 bits of graphical data and writes that to the correct address for that scanline using text_sm.

    b) The graphics are mapped to characters and we reuse the text_sm state variable.

    c) We created a new graphics state machine.

  5. To trigger an audio update, we:

    a) Update on every sample captured

    b) Update every second

    c) Update on every vertical sync

    d) Update whenever nothing else is going on

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
FPGA Programming for Beginners
Published in: Mar 2021Publisher: PacktISBN-13: 9781789805413

Author (1)

author image
Frank Bruno

Frank Bruno is an experienced high-performance design engineer specializing in FPGAs with some ASIC experience. He has experience working for companies like SpaceX, GM Cruise, Belvedere Trading, Allston Trading, and Number Nine. He is currently working as an FPGA engineer for Belvedere Trading.
Read more about Frank Bruno