i DON't know what the answer is to the question I've put, that's all and I am entering the formula above into a truth table that's what I am doing if someone could tell me the question it would be great.
Homework Statement
Hey guys I am having a bit of a difficult time with this question, if some one could help me out it would be appreciated, thanks.
Consider the following argument. "If the weather is fine, and the train is early, then the dog will sit on the tuckerbox. The train will be...
Could you give me a hint, on what i should do. Which bit to flip? I thinks its one of more of 5 or 7 or 9 or 11 or is it another one ? I'm so close i just need a little push.
d is given as 5. But when i plug it into the formula to calculate n i keep getting 3. I am probably wrong because I am not calculating it right. I am not having any difficulty with anything else, just that bit. So if i can get some assistance on calculating n with d=5 then I will be fine. Thanks.
Hey Guys, can i have a hand with this question. I just want to know if what I did was right.
Bit masking has a task. They are used in order to access specific bits in a byte of data.
1) Using the 8-bit binary number “1001 1101”:
Turn off the 2 bits (masking bits to 0) on each side, and then...
Homework Statement
243 is a decimal number. You must convert it to base n, where n will be computed using the
digit (d) 5.
For example if your digit (d) was "7" , then n is
calculated as :n = d % 6 + 2 (where d = 7) = 7%6 + 2 = 3 Homework Equations
None.
The Attempt at a Solution
n = d % 6 +...