You are on page 1of 1

Introduction to Algebra (Art of Problem Solving) (Intro Txt) - R.

Rusczyk (AoPS,
2007) WW
Available for: Reading online, printing, downloading as PDF or TXT
Contribute to Scribd to access this document.
Thanks for uploading to Scribd in the past! To make Scribd an active and valuabl
e community, we ask users to upload one quality document for every one they down
load.
Creative writing Presentations Original essays Poetry
How-to-guides Spreadsheets School Work Historical documents
Henceforth, well be writing mostly source code, which, unlike pseudocode, must ad
here to the syntax of the programming language in which its written. Whether you
have a Mac or a PC, you can use any number of text editors to write source code.
However, source code is not something a computer actually understands. To transl
ate source code into something the computer understands, well need a compiler. A
compiler is a program that takes source code as input and produces 0s and 1s, a.k.
a. object code, as output.

You might also like