10 question quiz on identifying and correcting errors

Quiz
•
Computers
•
9th - 12th Grade
•
Easy
Jacob Hicks
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
what occurs when the spelling and/or punctuation of a program are not followed correctly
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A mistake in a program's base logic that causes behavior that is unexpected.
Logic error
Run-time errors
Syntax error
Overflow error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You can start your program with this error, however something unexpected will happen if you try to run your program normally.
Run-Time errors
Logic error
Syntax error
Overflow Error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
An error that occurs when the computer tries to comprehend a number too big for it to handle because it is outside it's defined range of values.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Line 1: PROCEDURE countNumOccurences (myList, val)
Line 2: {
Line 3: FOR EACH item IN myList
Line 4: {
Line 5: count <- 0
Line 6: IF(item = val)
Line 7: {
Line 8: count <- count + 1
Line 9: }
Line 10: }
Line 11: RETURN(count)
Line 12: }
What will be the programs return value?
1
3
2
4
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is this an example of?
Fore loop(myList)
Syntax error
overflow error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
John makes a program that is supposed to make fast food suggestions after a quick survey. However, whenever the results screen comes up, the results are completely different than what they are supposed to be! What type of error is this?
Create a free account and access millions of resources
Similar Resources on Wayground
14 questions
3. Producing robust programs

Quiz
•
10th Grade
14 questions
year 8 lesson 2 quiz - python

Quiz
•
8th - 10th Grade
13 questions
Python Iteration

Quiz
•
10th Grade
15 questions
Python Introduction

Quiz
•
9th Grade
10 questions
Bài 29 NHẬN BIẾT LỖI CHƯƠNG TRÌNH

Quiz
•
10th Grade
15 questions
Python Basics

Quiz
•
KG - University
15 questions
5.2 Language Translators Cambridge iAS 9618

Quiz
•
11th Grade
9 questions
Testing

Quiz
•
9th - 11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade