takes 2 n-bit inputs (we will call them a and b) and a select bit (sel) and has a single n-bit output (out). If sel = 0, out is set to a, otherwise it is set to b. There are several ways to implement ...