teach-ict.com logo

THE education site for computer science and ICT

BASIC

This was a computer language originally designed to teach students about computer programming. But it proved so popular that it became an important computer language in its own right.

BASIC is an 'interpreted' language which means that the computer converts every line of code in turn into machine code and then acts on those instructions.

The advantage of an interpreted language is that you can check out a command by simply typing it into the BASIC interpreter.

The disadvantage is that interpreted languages are slower than compiled languages that convert *all* the program into machine code beforehand.

BASIC is short for Beginner's All-purpose Symbolic Instruction Code.

Challenge see if you can find out one extra fact on this topic that we haven't already told you

Click on this link: BASIC

2020-10