WEBSITES AND YOU

BY VINCENZA J. O'GRADY


INTRODUCTION

In the modern age, there’s few new mediums as vast as cyberspace.
What computers can do now far surpasses what they could do in the past.
This presentation seeks to explain the basics of how a computer processes and runs websites.

COMPUTER PARTS

EXECUTING CODE

  1. A programmer writes the code.
  2. The computer loads the program and starts reading from the first instruction or ‘entry point’ of the code
  3. The system running the code is called an ‘interpreter’. It translates the code into language the computer can read.
  4. After translating, a computer can run the code. The program runs forever, either until it finishes, the user stops it, or it crashes.

PART TWO