Digital Systems T4 Flashcards

1
Q

The sNN is designed following:

A

The computer design methodology

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which is more important in the BNNs as well as in ANNs?

A

The complexity (sophistication) of connections between neurons

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The sigmoid neuron weighs input evidence

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The perception weighs input evidence

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The perception below implement which binary function:
x1 –>-2
(3)–>
x2 –>-2

A

2-input NAND

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

In the sigmoid neuron, if z is a large positive number then the output is

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In the learning/training phase of a NN the goal is to

A

Minimize the error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The input layer of the proposed sNN has 9 input “neurons” (values. if we would increase the size of the image to 5x5 = 25 pixels, what will the number of the input layer “neurons” be?

A

25

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In a three-layer NN, the designer can modify the size of the

A

Hidden layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A positive weight value

A

Adds the value of the associated input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The CORDIC hardware requires

A

Registers, CL shifters, and adder/subtractors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which of the following operations are not required in the CORDIC algorithm:

A

Multiplication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

In CORDIC rotation mode αi is selected so that

A

tan(αi) = di*2^(-i)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

For k-bits of precision, we need

A

k iterations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A pseudo-rotation

A

Increases the magnitude of the vector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

In VHDL the WHEN-ELSE concurrent construct is the preferred way to implement a priority scheme

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

A function can call another function, but not another task

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

The verilog casex statement treats all z and x values as don’t cares

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

A task can call another task and it can invoke a function

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Verilog casez statements treat only the z values as don’t cares

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is the value of the even bit parity for “01101100”?

A

0

22
Q

The odd parity bit is the inverse of the even parity bit

A

True

23
Q

Which operation is used at the receiver to detect if there is a bit in error?

A

XOR between all bits received, INCLUDING the parity bit

24
Q

What is the value of the odd parity bit for “01101111”?

A

1

25
Q

which operation is used at the transmitter of data to compute the parity bit?

A

XOR between all bits to transmitted

26
Q

The difference in arrival time of the clock event (rising/falling edge) at the same location on the ship or on the PCB over a period of time is called:

A

Clock Jitter

27
Q

The minimum amount of time necessary for the input value to propagate from the moment it is sampled (clock event i.e. or rising/falling edge of the clock) to the output is called:

A

TcQ

28
Q

The propagation delay through the combinational logic circuit does affect Tmin

A

True

29
Q

Minimum amount of time the signal has to be stable at the input D of a DFF before the clock event is called:

A

The set up time

30
Q

The minimum amount of time the D input has to be stable after the clock event is called:

A

hold time

31
Q

The complexity of a CMOS gate is proportional to the number of inputs the

A

Longer the propagation delay

32
Q

TcQ is specified in a range of values. to calculate Tmin we use:

A

Its maximum value

33
Q

The difference in arrival time of the clock event (rising/falling edge) at different locations on the chip or on the PCB is called:

A

Clock Skew

34
Q

If the propagation delay through the shortest path is longer than the hold time, then

A

There is NO hold time violation

35
Q

The clock enables scheme below work
_________
D ————–>|D Q|———-> Q
| |
E ——–>| \ | |
Clock –>| ) –|> Qbar|
| / |________|

A

if we ensure that the E signal doesn’t transition from low-to-high during the clock’s high half-period

36
Q

To sensitive an OR gate the off-path inputs are tied to:

A

0

37
Q

An exhaustive test set is one which:

A

Applies at all inputs ALL possible combinations

38
Q

A stuck-at-1 circuit node or wire means that it is always reading:

A

Logic 1

39
Q

A complete test set is one that

A

Can detect ALL faults in a circuit

40
Q

To sensitize an AND gate sets the off-path inputs to:

A

1

41
Q

Test vectors that contain dont cares, i.e. x’s

A

Can be replaced with test vectors that have the same values except for the bit positions that are x’s

42
Q

To test if a DFF is stuck-at-1 we need to scan-in and out a bit sequence that contains at least a:

A

0

43
Q

A complete test is one that:

A

Has a complete fault coverage i.e. covers ALL faults

44
Q

To be able to test the NS- and Outputs-CLs:

A

The DFFs have to be fault-free, i.e. allow us to setup an arbitrary PS combined with a primary inputs TV

45
Q

To be detected, a fault has to be:

A

Stimulated, then its effect propagated towards an output, where it is finally observed

46
Q

A LFSR is used to generate stimuli (input test vectors)

A

True

47
Q

One of the disadvantages of the JTAG port and test protocol is:

A

It needs additional hardware resources, which are not used during normal/nominal operation

48
Q

a LFSR is used to generate an output signature. this is equivalent to a “compressed analysis” of the CUT outputs

A

True

49
Q

A linear feedback shift register generates a:

A

Pseudo-random sequence

50
Q

A BIST system:

A

Adds additional hardware resources which are not necessary during normal/nominal operation