wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Testing Recap (Sep)

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.
What is another word for a Computer Error?
a)
Bug
b)
Moth
c)
Beetle
2.
Where the structure/layout of your code does not make sense
a)
Logic
b)
Syntax
c)
Run-Time
3.
Where you have made a typing mistake - such as an extra or missing character
a)
Logic
b)
Syntax
c)
Run-Time
4.
Where the error only occurs after the program has been made and executed
a)
Logic
b)
Syntax
c)
Runtime
5.
This is an example of a Logic Error
name = Console.RedLine()
a)
True
b)
False
6.
This is an example of a Syntax Error
Dim formGroup As Inte3ger
a)
True
b)
False
7.
Test data that you expect to work 
a)
Erroneous Data
b)
Extreme Data
c)
Normal Data
8.
Test data that you do not expect to work 
a)
Erroneous Data
b)
Extreme Data
c)
Normal Data
9.
Test data that is at the start and end ranges of your settings
a)
Erroneous Data
b)
Extreme Data
c)
Normal Data
10.
A student is asked to enter their school year group
7 and 13 would be examples of Erroneous Data
a)
True
b)
False
11.
A new user is asked to enter their postcode
ME14 5DT would be an example of Normal Data
a)
True
b)
False
12.
iOS10 has been released causing errors with users' battery power. This is an example of a
a)
Syntax Error
b)
Logic Error
c)
Runtime Error