Presentation is loading. Please wait.

Presentation is loading. Please wait.

Problem Identification

Similar presentations


Presentation on theme: "Problem Identification"— Presentation transcript:

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 ______________


Download ppt "Problem Identification"

Similar presentations


Ads by Google