computer errors Flashcards

1
Q

logic error

A

an error in the way a program works

program can run but does not do what it is expected to do

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Syntax error

A

when rules of the coding language have been broken

the program will not run because the code is literally wrong

this can happen because
variables have not been declared or initialised before any type of function which uses them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly