Errors and Testing 0.0 / 5 ? ComputingProgrammingGCSEOCR Created by: 13igrindleyCreated on: 15-03-18 12:08 Errors which may cause program errors or the computer to crash even if there appears to be nothing wrong with the program code. Runtime errors 1 of 10 Are mistakes in the way that the code is written. Syntax errors 2 of 10 A logic error is a bug in a program that causes it to operate incorrectly, but not to terminate or crash. Logic errors 3 of 10 Is testing the code as you create it. Iterative testing 4 of 10 Carried out at the end of the program when it has been written. Final or Terminal 5 of 10 Data that is correct . Valid 6 of 10 The maximum values of the data that could be entered for example for teenagers 13 - 19. In Range 7 of 10 Values higher or lower than the expect range, for teenagers greater than 19. Out of Range 8 of 10 When no data is entered or left blank to test what happens. Null Value 9 of 10 Incorrect values such as entering ‘Dave’ in an age field. Invalid 10 of 10
Comments
No comments have yet been made