HOME | DD

Published: 2022-07-15 03:08:38 +0000 UTC; Views: 105; Favourites: 0; Downloads: 0
Redirect to original
Description
Computer: has a CPU and can be programmed to carry out multiple instructions automatically.Processor: has an ALU as well as some form of memory storage, can take and execute instructions.
ALU: Arithmetic Logic Unit, takes 2 inputs, performs a selectable operation, and returns 1 output. has no memory.
Adder(2+ bits): Adder that is atleast twice as powerful as a Full Adder.
Full Adder: Adder circuit that can add 3 1-bit numbers
Half Adder: Adder circuit that can add 2 1-bit numbers
AND/XOR: A circuit that acts like an AND/XOR gate, must be resettable.