wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

FPGA Simple Security System Quiz

Total questions: 12

Worksheet time: 14mins

Name
Class
Date
1.

What is the main purpose of the security system in this experiment?

a)

Light a green LED when the password is correct

b)

Display user inputs on a screen

c)

Control motors using a password

d)

Encrypt passwords using logic gates

2.

Which password will activate the GREEN LED?

a)

12

b)

21

c)

22

d)

33

3.

What kind of output is shown on the two 7-segment displays?

a)

Binary representation

b)

Entered password digits

c)

ASCII codes

d)

LED error code

4.

What type of component is used to compare the entered password with the correct one?

a)

Priority encoder

b)

Flip-flop

c)

Comparator

d)

Decoder

5.

A common cathode 7-segment display is active HIGH.

a)

True

b)

False

6.

The system uses synchronous memory to store the outputs from the 7-segment decoder.

a)

True

b)

False

7.

The priority encoder outputs a 2-digit BCD number from multiple button presses.

a)

True

b)

False

8.

The AND gate is used to activate the RED LED.

a)

True

b)

False

9.

The 7-segment decoder converts _______ bit inputs into ________ outputs to drive the display.

(a)  

10.

To store a single bit in memory, the system uses a Flip-Flop and a (a)   .

11.

What would the following line in Verilog likely represent?

assign green_led = (entered1 == 2 && entered2 == 2);

4 lines
12.

Why would we need a MUX in the memory design of this security system?

4 lines