In case anybody is still confused about logic operators, more information can be found here: http://www.categories.acsl.org/wiki/index.php?title=Bit-String_Flicking (or you can look it up yourself). I've also attached a table of what each operation outputs for reference.
HW Questions (Do stuff in brackets first!):
LSHIFT-2(10011 XOR 00110) OR (LCIRC-2(RCIRC-2(10001)))
( (RSHIFT-3(01000) XOR NOT(00110) ) AND (01101 OR RCIRC-2(10011))
BONUS:
What should X be to satisfy the following equation? (There are multiple answers; name as many as you want!)
X AND 11010 = 01000
Jasmime
1)10101
2)11000
Bonus
01001
01100
01101
01000
I am Jerry
LSHIFT-2(10011 XOR 00110) OR (LCIRC-2(RCIRC-2(10001))) = 10101
( (RSHIFT-3(01000) XOR NOT(00110) ) AND (01101 OR RCIRC-2(10011)) = 11000, manual = ?????
X AND 11010 = 01000, find all X
01000
01001
01100
01101
1. 10101
2. 11000
Bonus:
01000
01001
01100
01101
Homework
1st problem: 10101
2nd Problem 11000
Bonus, Im only doing 1: 01001
10101
11000
Bonus:
01000
01001
01100
01101
1 10101
2 11000
3 01101
1.11011
2.11000
bonus:01000
1. 10101
2. 11000
bonus: 01101
1. 10101
2. 11000
Bonus:
01101
1.
10011 XOR 00110 = 10101
LSHIFT-2(10101) = 10100
LCIRC-2(RCIRC-2(10001)) = 10001
10100 OR 10001 = 10101
2.
RSHIFT-3(01000) = 00001
NOT(00110) = 11001
00001 XOR 11001 = 11000
RCIRC-2(10011) = 11100
01101 OR 11100 = 11101
11000 AND 11101 = 11000
BONUS:
01101
10101
11000
10101
11000
EDIT: (this bottom portion is only for X AND 011010 = 001000)
BONUS: (assuming 01000 is 001000 since its not 6 digits like 011010...)
001000
001001
001100
001101
101000
101001
101100
101101
EDIT: this is the correct bonus:
BONUS:
01000
01001
01100
01101