An 8x1 multiplexer is a digital switch that selects one of eight input signals and forwards it to a single output based on a 3-bit selection input.
A 4-bit full adder/subtractor is a circuit that adds or subtracts two 4-bit binary numbers.
It uses a control signal to choose between addition and subtraction.
The circuit gives a 4-bit result and a carry or borrow bit.
A 4x1 multiplexer is a device that selects one of four input signals to send to a single output.
It uses two select lines to choose which input to transmit.
"This project demonstrates the basic functionality of logic gates (AND, OR, NOT) using a digital circuit simulation. It is designed to help understand the principles of Digital Logic Design (DLD) and the relationship between inputs and outputs in logic circuits."
A 1-bit ALU performs basic arithmetic and logic operations on single-bit inputs.