For the following Verilog code segment: wire [7:0]19/21For the following Verilog code segment:wire [7:0] A;wire B;assign B = ~|A;If the value of A is 8’b00111001, what will be the value of {A[5:3], 3{B}}?6’b1110006’b011000None of the above6’b111111Giải thíchChọn đáp án A.