Given: 01000001010010000000000000000000 is an IEEE-754 single precision floating-point number. What are the first 6 bits of the mantissa (ex: “0.00000”)?
Given: 100101012 is an 8-bit two’s complement number. What…
Given: 100101012 is an 8-bit two’s complement number. What is its value in decimal (ex: “-25”, “45”)
True of False: A combinational circuit has state.
True of False: A combinational circuit has state.
Suppose the capacitance in a digital circuit is doubled (the…
Suppose the capacitance in a digital circuit is doubled (the capacitance is now twice what it was before). If nothing else changed, how does that affect the power consumption?
True of False: A sequential circuit does not have state.
True of False: A sequential circuit does not have state.
Given: A = 10011100. What is the result of A ASR 3 (arithmet…
Given: A = 10011100. What is the result of A ASR 3 (arithmetic shift right)? Enter your answer in binary (ex: “00110101”).
Convert 15310 to an 8-bit unsigned binary number (ex: “01101…
Convert 15310 to an 8-bit unsigned binary number (ex: “01101110”)
Given: Which of the following describes the same function?
Given: Which of the following describes the same function?
Given: An 8:1 multiplexer has data inputs D0, D1, …, D7, s…
Given: An 8:1 multiplexer has data inputs D0, D1, …, D7, select inputs S2:0, and output Y. Suppose D0 = 1, D1 = 0, D2 = 0, D3 = 0, D4 = 1, D5 = 0, D6 = 1, D7 = 1, S2 = 1, S1 = 1, and S0 = 0. What is the value of Y?
A timing diagram is given for inputs to a D Flip-Flop with E…
A timing diagram is given for inputs to a D Flip-Flop with Enable (active high). What is the value of the Q output of the D Flip-Flop with Enable at time = 13 ns? Assume the delay from inputs changing to output changing is negligible.