tianadevoe7395 tianadevoe7395 18-01-2024 Computers and Technology contestada Which of the following code snippets will branch to the label, is_zero, only if bit 0 of $t0 has a zero? A) beq $t0, $zero, is_zero B) bnez $t0, is_zero C) bgez $t0, is_zero D) bltz $t0, is_zero