Understanding Computer Programs: From Simple Instructions to Complex Software
Enviado por Programa Chuletas y clasificado en Inglés
Escrito el en español con un tamaño de 4,97 KB
Computer programs are simply lists of instructions for the computer to execute. These can range from just a few instructions, which perform a simple task, to a much more complex instruction list, which may also include tables of data. Many computer programs contain millions of instructions, and many of those instructions are executed repeatedly. A typical modern PC (in the year 2005) can execute around 3 billion instructions per second. Computers do not gain their extraordinary capabilities through the ability to execute complex instructions. Rather, they do millions of simple instructions arranged by people known as programmers.
Programming Languages: Bridging the Gap Between Humans and Machines
In practice, people do not normally write the... Continuar leyendo "Understanding Computer Programs: From Simple Instructions to Complex Software" »