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”).
Q5-B-8 points One urn contains two black balls (labeled B1 a…
Q5-B-8 points One urn contains two black balls (labeled B1 and B2) and one white ball.A second urn contains one black ball and two white balls (labeled W1 and W2). Suppose the following experiment is performed: One of the two urns is chosen at random. Next, a ball is randomly chosen from the urn. Then a second ball is chosen at random from the same urn without replacing the first ball. a) What is the probability that two balls of different color are chosen? b) Construct the possibility tree with all possible outcomes.
True or False: 32-bit multipliers generally use less power t…
True or False: 32-bit multipliers generally use less power than 16-bit multipliers
Given: 101010102 is an 8-bit unsigned binary number. What i…
Given: 101010102 is an 8-bit unsigned binary number. What is its value in decimal (ex: “-25”, “45”)