NEW
Font size
Worksheetsrobust programs and such
Total questions: 9
Worksheet time: 5mins
what is the symbol to begin a comment
*
{-}
%
#
which of these is a type of testing
brute force
iterative
random
which is a type of input used to test a program
flase
obscure
boundary
modal
what is a benefit of a subroutine
they make code easier to read
they are fun to write
they allow more efficient coding
they make the code shorter
which is a type of error
logic
typing
maths
counter
what is a syntax error
your code does not produce the correct output
you spelled a word incorrectly
what is a logic error
you spelled a word incorrectly
your code does not produce the correct output
what is authentication
asking nicely to access a system
doing a puzzle to access a system
confirming your identity to access a system
hitting the computer until it works
which is not a type of authentication
using a password
presenting ID
asking nicely
biometrics
