0% found this document useful (0 votes)
31 views

CACNO

The document contains 8 sections (J1-K8) that each have 8 columns of 0s, 1s, and Xs. Each J row contains a binary number and each corresponding K row contains its binary complement. The Q rows show the results of bitwise AND operations between the J and K rows.

Uploaded by

quangtridinh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views

CACNO

The document contains 8 sections (J1-K8) that each have 8 columns of 0s, 1s, and Xs. Each J row contains a binary number and each corresponding K row contains its binary complement. The Q rows show the results of bitwise AND operations between the J and K rows.

Uploaded by

quangtridinh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 2

1 2 3 4 5 6 7 8

J1 0 0 0 0 0 0 0 0
K1 X X X X X X X X
Q1 0 0 0 0 0 0 0 0
/Q1
J2 0 0 1 X 0 0 0 0
K2 X X X 1 X X X X
Q2 0 0 1 0 0 0 0 0
/Q2
J3 0 1 X 1 X 0 0 0
K3 X X 1 X 1 X X X
Q3 0 1 0 1 0 0 0 0
/Q3
J4 1 X 0 0 1 X 0 0
K4 X 1 X X X 1 X X
Q4 1 0 0 0 1 0 0 0
/Q4
J5 1 X 0 0 1 X 0 0
K5 X 1 X X X 1 X X
Q5 1 0 0 0 1 0 0 0
/Q5
J6 1 X X X X X 0 0
K6 X 0 0 0 0 1 X X
Q6 1 1 1 1 1 0 0 0
/Q6
J7 1 X 0 0 1 X 0 0
K7 X 1 X X X 1 X X
Q7 1 0 0 0 1 0 0 0
/Q7
J8 1 X 0 0 1 X 0 0
K8 X 1 X X X 1 X X
Q8 1 0 0 0 1 0 0 0
/Q8
J1 0 0 0 0 0 0 0 0
K1 X X X X X X X X
00011111 00100100 01000100 00100100 00011111 00000000 00000000 00000000

J2 0 0 1 X 0 0 0 0
K2 X X X 1 X X X X

J3 0 1 X 1 X 0 0 0
K3 X X 1 X 1 X X X

J4 1 X 0 0 1 X 0 0
K4 X 1 X X X 1 X X

J5 1 X 0 0 1 X 0 0
K5 X 1 X X X 1 X X

J6 1 X X X X X 0 0
K6 X 0 0 0 0 1 X X

J7 1 X 0 0 1 X 0 0
K7 X 1 X X X 1 X X

J8 1 X 0 0 1 X 0 0
K8 X 1 X X X 1 X X

You might also like