Compilation Flashcards

(6 cards)

1
Q

translate high level to low level:
if x<y
then {statement 1;}
statement 2;

A

if not (x<y) goto to skip
statement 1
skip
statement 2

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

translate to assembly
if not (x<y) goto to skip
statement 1
skip
statement 2

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