Check this

Friday, March 31, 2017

Program Errors


A SYNTAX ERROR is where a program statement doesn’t obey the rules of the programming language. E.g. missing comma or spelling mistake in keywords

A LOGICAL ERROR When a program is being run, if it doesn’t do what it should do there is a logic error. E.g. writing incorrect formula.

An EXECUTION or RUNTIME ERROR means an error occurred after the execution of program like some hardware failure or user enters a value which causes Division by Zero error

1 comment:

Printing steps of 3D Printer

Printing steps of 3D Printer 1 A design is made using CAD software 2 A software mak...