Programming Techniques Flashcards

1
Q

Programming language

A

Designed for humans to communicate instructions to computers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Source code

A

A source code contains instructions written in a programming language. It will be translated to machine code to run the instructions directly executable by the computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Syntax

A

Syntax in programming language, are rules to determine how words and symbols in each instruction are arranged

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Compiler

A

Translates source code to machine code before running complied programme. An executable file is produced that makes use of the machine code compiled. The compiler is no longer needed for the program to function as machine code is reused in the executable file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Performs line by line translation or determines which part of its own machine code to run

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly