1) Any one of the four kings can be first and any one of the queens second. In between, you can have any 3 of the 52 possible cards if you using with replacement. Therefore the number of ways equals 4C1*52C3*4C1
2) To begin with a king it is 4C1*52C4; to end in a queen it is 52C4*4C1. Therefore to be either is 4C1*52C4 + 52C4*4C1 - 4C1*52C3*4C1. You subtract to not double count if you begin with king and end in queen.
3) This is the compliment of not picking a queen or king, 52C5 - 44C5