What does SCIBS stand for?
Spelling, Colours, Indentation, Brackets, Speech Marks
Spelling, Colons, Indentation, Bracket, Speech Marks
There are two type of errors
What are the two different types errors?
Difficult and easy Errors
Simple and complicated errors
Syntax and Logic errors
What's a Syntax error?
An error that will still run your program but it won't work in the way that you wanted to
An error that means you haven't followed the rules of programming and will stop the program from running
An error that will break your computer
What's a Logic error?
What two things do you check if you can't spot the error in your code?
The line of code before the code that isn't working and he code colours
The file name and the weather
The line below and the current time
Logic and Syntax errors are the same thing!
How can you tell if your error is logic or syntax?
See if the program runs or not
Close the program and google it