CS302(Practical) Semester Quiz#3 Graded || CS302P - Digital Logic and Design Practical || Fall 2023

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 2

  • @humabaloch5931
    @humabaloch5931 10 หลายเดือนก่อน

    Mcq 4 answer is function

  • @humabaloch5931
    @humabaloch5931 10 หลายเดือนก่อน

    Mcq 5 answer is S=1, Cout=1
    Sum (S) = A ⊕ B ⊕ Cin = 1 ⊕ 1 ⊕ 0 = 1 (where ⊕ denotes the XOR operation)
    Carry out (Cout) = (A ⋅ B) + (Cin ⋅ (A ⊕ B)) = (1 ⋅ 1) + (0 ⋅ (1 ⊕ 1)) = 1 + 0 = 1 (where ⋅ denotes the AND operation)
    So, the output sum (S) is 1 and the carry out (Cout) is also 1.