Quiz on Error Types in Programming

Quiz on Error Types in Programming

8th Grade

20 Qs

quiz-placeholder

Similar activities

IT/CS Review Quizzizz

IT/CS Review Quizzizz

6th Grade - University

15 Qs

Unit-8 (QB64) Year-6

Unit-8 (QB64) Year-6

6th Grade - University

22 Qs

IT Career and College Pathways

IT Career and College Pathways

8th Grade

18 Qs

Python Data Structures

Python Data Structures

6th - 8th Grade

15 Qs

List and Tuple Questions

List and Tuple Questions

8th Grade

20 Qs

Chapter 12 Exam Review

Chapter 12 Exam Review

8th Grade

20 Qs

Understanding Loops in C Programming

Understanding Loops in C Programming

1st Grade - University

15 Qs

OZOBOT Quiz

OZOBOT Quiz

6th - 8th Grade

17 Qs

Quiz on Error Types in Programming

Quiz on Error Types in Programming

Assessment

Quiz

Information Technology (IT)

8th Grade

Medium

Created by

Ashley Brown

Used 16+ times

FREE Resource

20 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?

Flops

Breakpoints

Tracepoints

Bugs

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

The file name where the error was found

The suggested best practice for avoiding the error in the future

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 continues to run but may not behave the way you wanted

Your program hangs forever without any more input or output

Your program halts completely with an error message

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?