There is a chessboard of size $8\times 8$. I am given dominoes of size $1\times 2$ and of a single color (assume, it has a color). It is possible to place a domino on the board so that it covers exactly two squares. I can't place two dominoes on the same square and I can't place a domino so that it is partially off the board.
a) How many ways are there to place a single domino on the board( I place it only horizontally or vertically) My Answer is : 112
b)How many ways are there to place two different dominoes on the board(red domino and blue)? My Answer is : $1024$ (But, I'm not sure at all)
c)How many ways are there to place two blue dominoes on the board? I don't know how to approach to this question. I have started to learn Combinatorics this year, and kind of stuck. Thank you, in advance.

For (a): if the domino is oriented horizontally, its position is determined by the leftmost square it covers, for which there are 7$\cdot$8=56 possibilities (the rightmost file is excluded). Similar for vertical orientation. Thus, there are 2$\cdot$56=112 possibilities in total.
For (b), if the dominoes are distinguishable, and I get 11,848 by going through all the cases (somewhat tedious work). Say we place the red domino first, and without loss it is placed vertically. For each of the 56 possibilities we have to consider how many possibilities for the blue domino are made impossible. Essentially this depends only how close to the boundary we are.
For (c), the answer is half of the answer to (b), as each placement of two blue dominoes corresponds to two different placements of two dominoes which have different colors. The answer is thus 11 848 / 2 = 5 924.