Programming

?
  • Created by: becky.65
  • Created on: 31-05-16 15:13
What are the two basic ways of translating high-level code to machine code?
By a compiler of an interpreter
1 of 5
How does a compiler work?
It converts the whole code into machine code before running it
2 of 5
How does an interpreter work?
It converts the code one instruction at a time, running each instruction before translating the next
3 of 5
What are some good programming practices?
The use of meaningful variable names, structured codes, checking data at the input stage for validity
4 of 5
What is a source code editor?
A text editing area that organises the code
5 of 5

Other cards in this set

Card 2

Front

How does a compiler work?

Back

It converts the whole code into machine code before running it

Card 3

Front

How does an interpreter work?

Back

Preview of the front of card 3

Card 4

Front

What are some good programming practices?

Back

Preview of the front of card 4

Card 5

Front

What is a source code editor?

Back

Preview of the front of card 5

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Programming resources »