Given: A finite state machine has 14 states. What is the minimum number of flip-flops required if binary encoding is used to encode the state?
True or False: Integer multipliers are generally slower than…
True or False: Integer multipliers are generally slower than floating-point multipliers
Given: A finite state machine has 8 states. What is the mini…
Given: A finite state machine has 8 states. What is the minimum number of flip-flops required if one-hot encoding is used to encode the state?
True or False: adders generally use more power than multipli…
True or False: adders generally use more power than multipliers
Suppose the supply voltage in a digital circuit, VDD, is cut…
Suppose the supply voltage in a digital circuit, VDD, is cut in half (VDD is now half what it was before). If nothing else changed, how does that affect the power consumption?
Given: 01000010101010000000000000000000 is an IEEE-754 singl…
Given: 01000010101010000000000000000000 is an IEEE-754 single precision floating-point number. What is the actual exponent (not the biased exponent; ex: “-8”, “7”)?
Given: A is an integer in a program that stores a distance m…
Given: A is an integer in a program that stores a distance measurement in feet, using an implied decimal point with two digits to the right of the decimal point (x.xx). If the value stored in A is 125, what is the distance measurement in feet?
True or False: A Moore machine is a type of finite state mac…
True or False: A Moore machine is a type of finite state machine that only uses the current state to determine the outputs.
Select the answer that best completes this sentence: The max…
Select the answer that best completes this sentence: The maximum amount time for the outputs of a combinational logic block to settle, starting from when the first input begins to change, is called the _______________.
A state transition diagram for a finite state machine is giv…
A state transition diagram for a finite state machine is given. The clock input is 100 MHz. Suppose the FSM is currently in state S1 and the inputs are AB = 11. What will the state be after the next clock edge? What will the output be?