Lukas Gray
Quiz by , created more than 1 year ago

Debugging quiz

7
0
0
Lukas Gray
Created by Lukas Gray over 8 years ago
Close

Debugging

Question 1 of 8

1

What does SCIBS stand for?

Select one of the following:

  • Spelling, Colours, Indentation, Brackets, Speech Marks

  • Spelling, Colons, Indentation, Bracket, Speech Marks

Explanation

Question 2 of 8

1

There are two type of errors

Select one of the following:

  • True
  • False

Explanation

Question 3 of 8

1

What are the two different types errors?

Select one of the following:

  • Difficult and easy Errors

  • Simple and complicated errors

  • Syntax and Logic errors

Explanation

Question 4 of 8

1

What's a Syntax error?

Select one of the following:

  • 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

Explanation

Question 5 of 8

1

What's a Logic error?

Select one of the following:

  • An error that means you haven't followed the rules of programming and will stop the program from running

  • An error that will still run your program but it won't work in the way that you wanted to

Explanation

Question 6 of 8

1

What two things do you check if you can't spot the error in your code?

Select one of the following:

  • The line below and the current time

  • The file name and the weather

  • The line of code before the code that isn't working and he code colours

Explanation

Question 7 of 8

1

Logic and Syntax errors are the same thing!

Select one of the following:

  • True
  • False

Explanation

Question 8 of 8

1

How can you tell if your error is logic or syntax?

Select one of the following:

  • Close the program and google it

  • See if the program runs or not

Explanation