Answer:
if the input is zero the out put is 1
Explanation:
because if you think about it if the input was 1 the output would be zero
It is bit { measurement used to quantify computer data. }
The Ribbon is composed of three parts: Tabs, Groups, and Commands.
addi $t0, $zero, 12
addi $t1, $zero, 21
addi $t2, $zero, 32
addi $t3, $zero, 3
mul $t3, $t3, $t0
addi $v, $zero, 10
mul $v, $v, $t1
addi $w, $zero, 5
mul $w, $w, $t2
add $a0, $t3, $v
add $a0, $a0, $w
addi $v0, $zero, 1
syscall