
Programming errors 1
Quiz by diane wilson
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
6 questions
Show answers
- Q1An error that occurs when a command does not follow the expected syntax of a language e.g a spelling errorSyntax error30s
- Q2An error only occurs when the program is running e.g program requesting more memory when none is availableRuntime/ execution30s
- Q3An error that causes a program to output an incorrect answer e.g a program that is meant to display a persons age but displays a negative valueLogical error30s
- Q4an error that occurs when a program calls a function within a program but the correct library has not been linkedLinking30s
- Q5Rounding is when a number is approximated to the nearest whole number, it introduces an error of +0.5Rounding30s
- Q6When a number is approximated to the nearest decimal value it introduces an error in the calculationTruncation30s