Computer Programming Name -
Bit-String Flicking Worksheet #4
List all possible solutions with each one written in parentheses. If no solution exits, write "None":
RCIRC-2 abcd AND LSHIFT-1 abcd = 0110
List all possible solutions with each one written in parentheses. If no solution exits, write "None":
(RSHIFT-2 (LCIRC-3 abcd AND abcd )) OR NOT (abcd) = 1001
List all possible solutions with each one written in parentheses. If no solution exits, write "None":
NOT (NOT (NOT (NOT (NOT (NOT abc))))) = 011
List all possible solutions with each one written in parentheses. If no solution exits, write "None":
RCIRC-5 (LCIRC-4 (RCIRC-3 (LCIRC-2 abcde ))) = 01010
List all possible solutions with each one written in parentheses. If no solution exits, write "None":
( abcde OR RSHIFT-3 abcde) XOR NOT (00001) AND RCIRC-2 (abcde) = 01101
List all possible solutions with each one written in parentheses. If no solution exits, write "None":