Download presentation
Presentation is loading. Please wait.
1
Problem Identification
Lecture Exercise (13) CS1301 Introduction To Computer Programming (10-11 Semester B) (2) [ DON'T LOOK AT YOUR NOTES ] Arrange the following procedures in proper order (by adding arrows): Problem Identification Problem Analysis Algorithm Design Program Development Debugging and Testing Documentation Start Finished
2
(3) [ DON'T LOOK AT YOUR NOTES ]
Fill in the blanks. (choices: translate, compiler, interpreter, assembler, assembly language, machine) line 1 line 2 … add EAX, EBX mov EAX, EBX A program written in _________________ Translated by ______________ ______________ code (executed by the computer) Assembly language assembler machine compiler Translate Interpreter Source code of a program / script: line 1 line 2 line 3 line 4 … …………….. ………… xxx.exe (13 KB) Translate line 1. Then line 2. Then line 3. Save the executable code in a file: xxx.exe (13 KB) The process is done by a/an ______________ Source code of a program / script: line 1 line 2 line 3 line 4 … …………….. ………… Hello! ____________line 1 and execute. Then line 2 and execute. Then line 3 and execute. The process is done by a/an ______________
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.