Python: Errors

Python: Errors

Assessment

Quiz

Computers

8th - 10th Grade

Medium

Created by

Laura Stenning

Used 127+ times

FREE Resource

Student preview

quiz-placeholder

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A syntax error means your code has a 'grammar' mistake or you used symbols/operations incorrectly
True
False

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When you have an error in your code what is the term to summarise finding and fixing that error?
Error checking
Debugging
Syntax finder
Error finder

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An error in a program that makes it do something other than what the programmer intended is a...

logical error

syntax error

token

parse

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A syntax error in your code means:
You have not used enough characters. 
There was no defined index. 
Python can't find a file to pass the code to. 
There is an error with your typing and code structure. 

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program runs and, during running, is asked to divide by zero. The program crashes. This is an example of:
a logic error
a run-time error
a logic error
a user error

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Reserved words are sometimes called _________.
keywords
variables
functions
methods

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What's the mistake in this code?
Capital H in "What"
Misspelling of the word "input"
Capital letter missing from "print"
Capital letter missing from "input"

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?