Digital Data-Bits & Bytes & Files Flashcards
What is a bit
(b) Binary digit - 0 or 1 value
What is a number system?
Method of representing or encoding numbers
Different kinds of number systems
- Decimal (base 10)
- Binary (base 2)
- Hexadecimal (base 16)
What is a byte?
(B) grouping of 8 bits
Considered the basic unit of information
ASCII
American Standard Code for Information Interchange
What is ASCII?
Character-encoded scheme based on the ordering of the English alphabet
What is a String?
Sequence of bytes
Represents ASCII characters
What is a file format?
- Collection of binary data
- Format determines the interpretation of bit patterns
What is a file extension?
Your computer will pick a program to to open & interpret data
ex. image.jpg (.jpg is the file extension)
What is file header?
First few bytes of the file, which the program looks at to determine the actual file type