Collision detection
Appearance
When a computer shows two things on the screen, or controls 2 things in real life (like robots!), it does not know that these are solid and can crash into each other. So, people teach the computer collision detection to get it to realize when 2 things crash.
It is also called CD (for Collision Detection) or Interference Detection.