You are on page 1of 5

C 3 Activities

Activity 3.1

Activity 3.2

a.

Input values Intermediate values Output


A B C D E X
0 0 0 0 1 1
0 0 0 0 1 1
0 1 0 1 0 0
0 1 0 1 0 0
1 0 0 1 0 0
1 0 0 1 0 0
1 1 1 1 0 1
1 1 1 1 0 1

b.

Input values Intermediate values Output


A B C D E F X
0 0 1 0 0 1 0
0 0 1 0 0 1 0
0 1 1 1 1 0 0
0 1 1 1 1 0 0
1 0 0 1 0 1 0
1 0 0 1 0 1 0
1 1 0 1 0 1 0
1 1 0 1 0 1 0

c.

Input values Intermediate values Output


A B C D E F X
0 0 0 0 1 1 1
0 0 1 0 1 1 1
0 1 0 1 1 0 0
0 1 1 1 0 1 1
1 0 0 1 1 0 0
1 0 1 1 1 0 1
1 1 0 1 1 0 0
1 1 1 1 0 1 1

d.

Input values Intermediate values Output


A B C D E F X
0 0 0 0 0 1 1
0 0 1 0 1 1 0
0 1 0 1 0 0 0
0 1 1 1 1 0 1
1 0 0 1 1 0 0
1 0 1 1 1 0 1
1 1 0 0 1 1 1
1 1 1 0 1 1 0

e.

Input values Intermediate values Output


A B C D E F G X
0 0 0 0 1 1 0 0
0 0 1 0 0 1 1 0
0 1 0 1 0 0 0 0
0 1 1 1 0 0 0 1
1 0 0 1 1 0 1 1
1 0 1 1 0 0 0 1
1 1 0 1 0 0 0 0
1 1 1 1 0 0 0 1

Activity 3.3

(in notebook)

Activity 3.4

(in notebook)

Activity 3.5
The AND gate:

Input values Intermediate Output


values
A B C
0 0 1 0
0 0 1 0
0 1 1 0
0 1 1 0
1 0 1 0
1 0 1 0
1 1 0 1
1 1 0 1

The OR gate:

Input values Intermediate Output


values
A B C D
0 0 1 1 0
0 0 1 1 0
0 1 1 0 1
0 1 1 0 1
1 0 0 1 1
1 0 0 1 1
1 1 0 0 1
1 1 0 0 1

The NOT gate:

Input Output
values
A
0 1
0 1
0 1
0 1
1 0
1 0
1 0
1 0
Activity 3.6

Activity 3.7

NOR gate

Input values Intermediate values Output


A B C D E X
0 0 1 1 0 1
0 0 1 1 0 1
0 1 1 0 1 0
0 1 1 0 1 0
1 0 0 1 1 0
1 0 0 1 1 0
1 1 0 0 1 0
1 1 0 0 1 0

Activity 3.8

Input values Intermediate values Output


A B C D E X
0 0 1 0 1 1
0 0 1 0 1 1
0 1 1 0 0 0
0 1 1 0 0 0
1 0 0 0 0 0
1 0 0 0 0 0
1 1 0 0 0 0
1 1 0 0 0 0

Activity 3.9

Input values Intermediate values Output


P Q R A B C X
0 0 0 0 0 0 0
0 0 1 0 1 1 1
0 1 0 0 1 1 0
0 1 1 0 1 1 1
1 0 0 0 1 1 0
1 0 1 0 1 1 1
1 1 0 1 1 1 0
1 1 1 1 1 1 1

You might also like