Q11-B-8 points Does the following graph have an Euler Circuit? If not, add extra edges to make it an Eulerian Graph. Explain. Set of Vertices V={A,B,C,D,E} Set of Edges E={ AB, AE, AD, AC, BC, BD, BE, CD}.
Given the following circuit: What function is implemented b…
Given the following circuit: What function is implemented by Y4?
Convert 6.562510 to a Q4.4 fixed-point binary number. Show…
Convert 6.562510 to a Q4.4 fixed-point binary number. Show all 8 bits and the binary point (ex: “0001.1000”). Note: 1/16 = 0.0625; 2/16 = 0.125; 3/16 = 0.1875; 4/16 = 0.25; 5/16 = 0.3125; 6/16 = 0.375; 7/16 = 0.4375; 8/16 = 0.5; 9/16 = 0.5625; 10/16 = 0.625; 11/16 = 0.6875; 12/16 = 0.75; 13/16 = 0.8125; 14/16 = 0.875; 15/16 = 0.9375
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?
Q8-C-8 points a) How many integers from 1 to 1000 are multip…
Q8-C-8 points a) How many integers from 1 to 1000 are multiples of 2 or 9? b) How many integers from 1 to 1000 are neither multiples of 2 nor multiples of 9?
Convert 4210 to an 8-bit two’s complement number (ex: “01101…
Convert 4210 to an 8-bit two’s complement number (ex: “01101110”)
A state transition table for a finite state machine is given…
A state transition table for a finite state machine is given. The clock input is 100 MHz. Suppose the FSM is currently in state S2 and the inputs are AB = 11. What will the state be after the next clock edge? What will the output be?
True of False: A combinational circuit has state.
True of False: A combinational circuit has state.
Convert 9710 to an 8-bit two’s complement number (ex: “01101…
Convert 9710 to an 8-bit two’s complement number (ex: “01101110”)
Given: A = 11110001. What is the result of A ROL 2 (rotate l…
Given: A = 11110001. What is the result of A ROL 2 (rotate left)? Enter your answer in binary (ex: “00110101”).