Programming Logic Flashcards

1
Q

Machine language

A

low level language a computer can respond directly to e.g. binary, hexadecimal

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

Assembly language

A

low-level symbolic code converted by assembler which has strong correspondence between the instructions and the machines code instructions

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

High level language

A

Strong abstraction from the details of the computer, Easy for programmers to understand

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

Syntax

A

specifying algorithm using a programming language

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

Semantics

A

Meaning of your program

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

Selection

A

Only run code when certain conditions are met. IF statements

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

Iteration

A

Using loop to execute same lines of code

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

Sequencing

A

Run code in line by line, in order, from top to bottom

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