What is the letter called which replaces a Boolean expression?
Boolean Variable
What are the Boolean variables either?
True or False
What is a truth table?
Representation of the logic showing the output, given each possible input
Why is authentication used?
Make sure that a person is who they say they are
What are examples of methods of authentication?
Why are you normally only allowed three attempts to type in the correct password?
Protect system from unauthorised access
What are examples of validation check?
What can validation only check?
What is verification?
Double-check data has been typed correctly
- Two version compared
What are ways of making program code understandable?
What are syntax errors?
What is a logic error?
Types of testing
What should test data include?
What is a trace table?
Tracks how a value of a variable changes
What are the two types of languages?
When is assembly language often used?
Embedded Systems
What is an assembler?
What is a compiler?
What is an interpreter?
Also translates high-level language to machine code, but translates each line of source code and executes
What does the IDE do?