how to make N bit ALU
ALU has two input word A, B
N bit ALU
An input
Bn input
F input
example
1 bit alu
0+1=1
2 bit ALU
01+10=11
4 bit ALU
0101+1010=1111
example -
1 bit ALU
1 bit input A
1 bit input B
1 bit output F
s ALU performance
0 F= addition
1 F= A and B
same...