ADVANCED TOPICS IN COMPILER DESIGN
CODE GENERATION FOR OBJECT ORIENTED LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
A process for correcting errors or syntax errors and program logic is KNOWN as?Satu proses untuk membetulkan kesilapan atau ralat sintaks dan logik aturcara DIKENALI sebagai??
|
Code testing
|
|
Compiling
|
|
Testing & Debugging
|
|
Run Time
|
Explanation:
Detailed explanation-1: -A syntax error is an error in the syntax of a sequence of characters or tokens that is intended to be written in a particular programming language. A logical error is an error in a program that causes it to operate incorrectly but not to terminate abnormally. A syntax error occurs due to fault in the program syntax.
Detailed explanation-2: -Debugging is the process of locating and correcting errors in a program.
Detailed explanation-3: -Debugging: At this stage the errors in the programs are detected and corrected.
There is 1 question to complete.