Why can a computer take minutes to run a couple lines of code, yet can run complex things like games so quickly?

751 views

Why can a computer take minutes to run a couple lines of code, yet can run complex things like games so quickly?

In: Technology

10 Answers

Anonymous 0 Comments

Human readable lines of code needs to be *compiled*, that is, translated to machine readable instructions, and that takes time. Once it is *compiled* it runs faster.

The complex games that you mention were once compiled and that took long time too.

You are viewing 1 out of 10 answers, click here to view all answers.