English for Computers

English for Computers

Lesson 5:
   Computer languages - part 1   |   part 2

Read the text below, then tap 'Show Questions' to answer the questions.

Computer languages

Sometimes it seems as though there are as many computer languages as human languages! So what are they and what do they all do?

Computer languages come in many forms - here are some of the main groups.

Languages can be compiled, or run-time. All languages have to be changed from what the programmer wrote to something the computer can understand - this change is called compiling. Compiled code can no longer be understood by humans, so once a program has been compiled it is very hard to change. Run-time languages are translated into machine code at the computer runs them, so these are easier to understand and change.