Extra bits that are added to the data to enable us to detect errors
What are parity bits?
The process of using 3 parity bits for every 4 data bits.
What is Hamming Coding?
These are used to help the computer determine how the contents are to be interpreted.
What are filename extensions?
RLE
What is Run Length Encoding
In an even parity scheme, what would be the parity bit value for the binary string 100110?
The value would be 1
This can be implemented in App Inventor to start any application that is installed on the device.
What is an Activity Starter?
An odd parity scheme is implemented in the binary string 1101. Is there an error?
What is NO, there is not an error.
This term means "covered writing" in Greek
What is Steganography?
Changing the right-most end of a binary code in Steganography.
What is the Least Significant Bits method?
American Standard Code for Information Interchange
What is ASCII?
Parity error checking can locate that an error exists and will locate the error. True or false?
What is FALSE?
Modifying the cosine curve in Steganography
What is Discrete Cosine Transformation?
JPEG is a ________________ compression technique.
What is lossy?
This needs to be initialized in order to create a list in app inventor
What is a global variable?