Python Ch 5 Test Review

Python Ch 5 Test Review

8th Grade

19 Qs

quiz-placeholder

Similar activities

TechSmart 1.1 & 1.2  Vocab Practice

TechSmart 1.1 & 1.2 Vocab Practice

8th Grade

20 Qs

CodeHS Python Unit 5 Review

CodeHS Python Unit 5 Review

8th Grade

19 Qs

Python KS3

Python KS3

8th Grade

17 Qs

Selection in Python

Selection in Python

1st - 9th Grade

15 Qs

Python

Python

8th Grade

20 Qs

Introduction to Programming (RB3-Ch-5)

Introduction to Programming (RB3-Ch-5)

6th - 8th Grade

20 Qs

Computer Programming

Computer Programming

8th Grade

21 Qs

Python Quiz

Python Quiz

6th - 10th Grade

20 Qs

Python Ch 5 Test Review

Python Ch 5 Test Review

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Carie Sheridan

Used 33+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a general category of error?

Sneaky Error

Syntax error

Logical error

Runtime exception

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What general term to software engineers use to describe errors in programs?

Bugs

Breakpoints

Tracepoints

Flops

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT displayed in a syntax error message?

The suggested best practice for avoiding the error in the future

The file name where the error was found

The line of code where the error was found

A carat (^) pointing at the likely location of the error within a statement

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you get a syntax error, what should you do if you can't find the problem at the line of code where the carat is pointing?

Look backwards (upwards) at earlier statements to see where the problem starts

Look downwards (forwards) at later statements to see where the problem ends

Engage the debugger and set a breakpoint

Call the Python support hotline

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a program runs without any error messages, but doesn't do what you want it to do, what kind of error do you likely have in your code?

Logical error

Syntax error

Runtime exception

Any of these is possible

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When do you normally see the effects of a logical error?

When the program is running

Before the program starts

After the program ends

Any of these times is possible

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when a runtime exception is encountered?

Your program halts completely with an error message

Your program hangs forever without any more input or output

Your program continues to run but may not behave the way you wanted

An automatic error report is sent to the Python Software Foundation

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?