The definition of Encryption?
What is scrambling a message to make it impossible to read in data exchange processes.
The three Useablitiy principals
What are Accessibility, Effectiveness, Safety, Learnability and Utility.
What are the three main threats that are focused on in the CIA Triad Process?
What is confidentiality, Integrity and Availability
Walking through every line in a pseudo-code to identify bugs in logic is?
What is a Desk Check.
API stand for?
What is Application Programming Interface.
A encryption technique that uses the same key to encrypt and decrypt by both parties?
What is Symmetric.
Which useability principle - relates to the ability of a user to make errors ad recover from the mistake
What is Safety.
Digital signatures and application tokens are examples of what type of data security method?
What is Authentication.
All pseudocode variable names should start with a?
What is lower case letter.
What is Data Confidentiality.
An encryption technique that applies to individual bits of a message.
What is Stream.
Using common screen menu designs is an example of what useability principal?
What is Learnability.
Hashing helps protect what?
What is the integrity of information sent over a network.
Pseudocode term to assign a value to a variable?
What is SET.
Australian Privacy Principle APP 10 refers to?
What is Quality of personal information (Data Integrity)
Using the the encryption method of caesar cipher with a shift of 2. The message cat would be encrypted to?
What is ecv.
A website that operates in a predictable manner is said to have good?
What is Accessibility.
The practice of sending fraudulent communications that appear to come from a reputable source, usually through email is called?
What is Phishing.
Pseudocode command to represent a user entering in data?
What is INPUT.
Space, Line and Tone are all what kind of elements?
What are Visual Communication Elements.
A cipher technique that uses a key shift and a keyword?
What is Polyalphabetic ciphers.
Important areas of a digital solution such as page layout, image selection and content relate to what useability principal?
What is Effectiveness.
Technique used in data exchange that ensures data transmission is completed properly with no loss or corruption
What is a Checksum.
What is missing in this statement?
If Guess = Answer THEN
PRINT "Guess"
What is END IF.
The FTP network protocol is used to?
What is Exchange files over the internet.