This question is very easy indeed as we just take $${4 \choose 2} \times {7 \choose 4} = 210$$
However, let us assume for a moment that we are also interested in the possible arrangements of the members of the committee: That is we care about ordering. Now being someone who is super bad at combinatorics: My question is: Should we choose $${4 \choose 2} \times {7 \choose 4} \times 6!$$ or $${4 \choose 2}\times 2! \times {7 \choose 4} \times 4!$$
I think we should choose the former (first one). However i fail to understand why the second one doesn't work.
There are $7$ boys and $4$ girls.
Then we must choose $2$ girls, and then choose $4$ boys, and arrange the $6$ of them.
Hence we have
\begin{align} {4 \choose 2} \cdot {7 \choose 4} \cdot 6! \end{align}
The latter does not work because you would be separately arranging the girls and then arranging boys, which does not amount to anything significant. We want to arrange the six of them together once we choose the committee. That's why we must multiply by $6!$.