phirejz5880 phirejz5880 18-01-2024 Computers and Technology contestada Which of the following code snippets will branch to the label, is_one, only if bit 0 of $t0 contains the value, 1? A) beq $t0, $zero, is_one B) bne $t0, $zero, is_one C) beq $t0, $t0, is_one D) bne $t0, $t1, is_one