WorksheetsY9 Assessment 3 Revision Quiz
Total questions: 29
Worksheet time: 14mins
What are syntax errors? choose two
When the program doesn't do what you want
When programs do not meet the rules or grammar of the language
When you make a spelling mistake
Errors preventing the code running
Syntax error, Logic error or this code is perfect?
Another great program, it is all ok
Syntax error
Logic error
What type of validation would be used on a field to enter a mobile phone number to ensure it contains 11 digits
Spell check
Lookup table
Presence check
Length check
What type of errors are mistakes in the way that the code is written?
Syntax errors
Runtime errors
Logic errors
Memory errors
What is the output of an AND gate if the inputs are 1 and 0?
ON
2
1
0
Which of the following symbols would need to be used to represent the circuit shown
Λ
¬
V
}
!
What are the missing values of A and B in the truth table?
A = 1, B = 1
A = 0, B = 1
A = 1, B = 0
A = 0, B = 0
5.23 would be stored as:
Integer
Real Number
String
Character
Boolean
What is >= ?
Comparison Operators
What is A > B?
A greater than B
A less than B
Greater than or equal to
Less than or equal to
What is <= ?
