x:1-x Xt1-1 x-0=0 x(x + y) =x (1 point) The output of a two input OR gate is 1 i
ID: 3585791 • Letter: X
Question
x:1-x Xt1-1 x-0=0 x(x + y) =x (1 point) The output of a two input OR gate is 1 if of the inputs is 1. (1 point) For odd , an extra bit is included with a message to make the total number of 1's odd (1 point) Subtraction can be accomplished by using addition using the first number and the of the second number. (1 point) (True or False) Boolean algebra is a canonical form of representation. (1 point)is the most negative number that can be represented using an n-bit signed 2s-complement representation. (10 points) Convert (17356,) to decimal:Explanation / Answer
The output of AND gate is 1 if one of the inputs is 1.
For odd parity, an extra but is added with a message to include the total number of 1's odd.
subtrraction can be performed using addition using the first number and 2's complement of second number.
Boolean algebra is a canonical form of representation - True
-2^(n-1) is the most negative number that can be represented using n bits and 2s complement.
convert 17356 on base 9 to decimal:
= 1*(9^4) + 7*(9^3) + 3*(9^2) + 5*(9^1) + 6*(9^0)
= 6561 + 5103 + 243 + 45 + 6
= 11958 (Decimal)
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.