In: Advanced Math
q = a(b+c(de+f)), t = !(q+a), m = aq, where the inputs are a, b, c, d, e, f and q; and outputs are t and m.
Please provide the truth table.
Please write the Sum of Products for the output t.
Implement the Sum of Products of t with AND2, OR2 and NOT gates.
Convert the previous part by using ONLY NAND2 gates.
Provide MIPS code for the last part.