Quiz on Error Types in Programming

Quiz on Error Types in Programming

8th Grade

20 Qs

quiz-placeholder

Similar activities

Grade 8 ICT Unit 1 Practice

Grade 8 ICT Unit 1 Practice

8th Grade

19 Qs

Osnove programskih jezika

Osnove programskih jezika

6th - 8th Grade

20 Qs

Quiz về kiểu dữ liệu Str

Quiz về kiểu dữ liệu Str

6th - 8th Grade

17 Qs

Javascript Quizz

Javascript Quizz

8th Grade

20 Qs

quiz1B1

quiz1B1

7th Grade - University

20 Qs

AR - 1.5 - Looping Shuffles

AR - 1.5 - Looping Shuffles

8th Grade - University

17 Qs

Python Programming Quiz

Python Programming Quiz

8th Grade

20 Qs

Python Programming Quiz

Python Programming Quiz

8th Grade

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