Data Representation and Files Examination Flashcards
1
Q
Bit
A
- smallest unit in the binary system
- either 0 or 1
2
Q
Byte
A
- equals 8 bits
3
Q
Kilobyte
A
- 1024 byte
4
Q
Megabyte
A
- 1024 kilobyte
5
Q
Gigabyte
A
- 1024 megabyte
6
Q
Terabyte
A
- 1024 gigabyte
7
Q
What is the difference between a Kilobyte and Kilobit?
A
- Kilobyte = 1024 bytes; 8192 bits (1024 * 8)
- Kilobit = 1024 bits
8
Q
When is byte used? When is bit used?
A
- byte is used when measuring the size of a file
- bit is used when measuring the speed of a connection
9
Q
How many values does the Hex system have?
A
- 16
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- A
- B
- C
- D
- E
- F
10
Q
ASCII
A
- a system used by computers to represent characters and symbols in a numerical form
- Each symbol is given a number/code
11
Q
What are the 3 primary locations of metadata?
A
- MFT records
- File header
- Magic number
12
Q
MFT
A
- Master File Table
- used by the NTFS file system to store metadata
- necessary to retrieve files from the NTFS partitions
- each file has one or more MFT records
13
Q
Why is a tool need to view MFT records?
A
- MFT records are not visible to users through Windows Explorer
14
Q
What is a tool for viewing MFT records?
A
- Directory Snoop
- Allows the examination of NTFS and FAT32 disks
15
Q
File Header
A
- unique identification found at the beginning/head of every file
- usually contains data used by the application that opens the file
- contains attributes like: name, author, date of creation, size, error detection/correction data