e.g. Game developer do not need to know how to work with different graphics card, instead, OS may provide some function call like: drawSphere()
instead of working with low level hardware operations. All is done by Device drivers
Computer can execute the object code (code that is created by compiler) directly without the use of compiler