2/1 Content + Assignment 5

Post date: Feb 1, 2011 2:33:18 PM

In class Extra Credit:

1) 1110x1011=

2) 1101+11110=

3) 1101-111=

Answer:

1) 10011010

2) 101011

3) 110

Code / Decode

Binary Logic: AND, OR, NOT

Assignment 5:

1) Use BCD code, what's the code for "9543"

2) There is a binary code in ASCII:

    100001011011111111001

What's the text that it represents?

3) Use truth table to represent F=(x+y)y

Answer:

1) 1001010101000011

2) Boy

3)