Sei sulla pagina 1di 1

COMPUTER SYSTEM ARCHITECTURE ASSIGNMENT 1

Total marks : 20 Q1 : Design a full adder using two half adders ? (3) Q2 : Design a 4 bit combinational circuit incrementer using four half adders ? (4) Q3 : Design a combinational circuit that accepts a 3 bit number and generates an output binary number equal to the square of the input number ? (5) Q4 : Draw a NAND logic diagram that implements the complement of the following function : F(A,B,C,D) = ( 0,1,2,3,4,8,9,10,11,12) (3) Q5 : Design a sequential circuit with two JK flip flops A and B and two inputs E and x . If E =0 , the circuit remains in the same state regardless of the value of x . When E =1 and x=1 , the circuit goes through the state transitions from 00 to 01 to 10 to 11 back to 00 , and repeat . When E=1 and x=0 , the circuit goes through the state transitions from 00 to 11 to 10 to 01 back to 00 , and repeat . (5)

Potrebbero piacerti anche