When more than one processes try to get an access over the same resouce or a set of resources, then the output that is obtained after the exection of such processes is not desired, it is something unusual and unexpected. This is referred as race condition.
We can also say that if the speed of processes that are involved impacts the computation results, race condition may be achieved.