Game Objects are basically everything within your game. Components determine what that game object can do. So an empty game object can have a camera component while another empty game object can have a rigidbody component. Think of components as lego pieces to a standard lego piece that you build upon.