Lab 1.1 Exercises1.1.1 Understand the Nature of Computer Programs and Programming Languages
For the next two questions, consider this scenario: You have been hired to work for the ABC Company. One of your responsibilities is to produce a daily report that contains complicated calculations.
For the next question, consider the following code: 0010 0000 1110 0110 0000 0001 0000 0011 0000 0110 1000 0000 1010 0001 1111 0110 0000 0001
For the next question, consider the following code: MOV AX, [01E9] ADD AX, 0010 MOV [01E6], AX
For the next question, consider the following code: variable := 2 * variable - 10;
1.1.2 Understand the Differences Between Interpreted and Compiled Languages
|