Programming Language Debug Quiz
Test your debugging skills and knowledge in programming languages.
Full Name
*
First Name
Last Name
Email Address
*
example@example.com
Which programming language are you most comfortable debugging?
*
Please Select
Python
JavaScript
Java
C++
C#
Ruby
Other
Review the following code and select the type of bug present: x = 10 y = 0 print(x / y)
*
Syntax Error
Runtime Error
Logical Error
No Error
Other
What is the output of the following code? If there is an error, explain why: for i in range(5): print(i) print("Done")
*
Select all common debugging techniques you use:
Print statement debugging
Using a debugger tool
Rubber duck debugging
Code reviews
Unit testing
Other
Rate your debugging skills in your preferred programming language.
1
2
3
4
5
Submit Quiz
Should be Empty: