lERAN Flashcards
Normally the first few bytes within a file, used to determine file type
file signature (windows)
A whole number with a sign represented in 2’s complement format
signed Integer
A file that contains a series of instructions a computer can perform
executable
What Vulnerability occurs when a whole number is too large to be stored in the number of bits available?
Integer overflow
How many bits is in ASCII? What does it contain?
7, Latin alphabet
How many Bits is in extended ASCII?
8
What is used for most web pages?
utf-8
What is used for internationalization and localization of programs
utf-16
Unicode is backwards compatible with ASCII T/F?
T
An ____ is a sequence of discrete values i.e, 1s and 0s in a computer
Digital wave
An _____ is a continuous sine wave with the potential for infinite resolution
analog wave
What colors compose a pixel?
RGB
What is Run-Length encoding (RLE) and what is it not effective at?
a compression technique that combines repeat values, bad with ascii plain text files
What is lossless compression?
Saves image quality
What is Lossy compression?
Saves image space
What are file Extensions and what uses it?
bits that follow a file, windows use it
What are File Signatures and what uses it?
The beginning bits of a file, Linux uses it
What ASCII range contains (0-9)?
0x31-0x39
What ASCII range contains lowercase alphabet
0x41-0x5a
What ASCII range contains uppercase alphabet
0x61 - 0x7a
What is the file extension/signature for Portable Document Format (PDF)?
.pdf, %pdf
What is the file extension/signature for Rich Text Format?
.rtf \rtf
What is the file extension/signature for MPEG Audio Layer-34?
.mp3, ID3
What is the file extension/signature for Wave?
.wav, RIFF