22. Vectors - II

Question.4

What is the final binary logic state evaluated on parity?

wire [7:0] data = 8'b1011_0101;
wire parity = ^data;
Need Help? Refer to the Quick Guide below

Select Answer