13 - Numbering Systems Flashcards

1
Q

How many bits as standard ASCII?

A

7 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How many bits as extended ASCII?

A

8 bits or 1 Byte

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How many bits as Unicode?

A

16 bits or 2 bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How many characters allows standard ASCII?

A

128 chars

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How many characters allows extended ASCII?

A

256 chars

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Name the common ASCII codes in mobile forensics for:

  • numbers
  • uppercase letters
  • lowercase letters
A
  • Codes 48-57 (0x30 - 0x39)
  • Codes 65 - 90 (0x41 - 0x5A)
  • Codes 97 - 122 (0x61 - 0x7A)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Explain Unicode?

A

Unicode tables are divided into blocks. Uses 2 bytes to represent characters. Has incorporated ASCII characters into its table with the lead byte having the value 00. Example ASCII Character 41 is 0041 in Unicode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Reverse Nibble?

A

There are two nibbles in a byte. Half a byte is a nibble. Reverse nibbling swaps the position of each nibble. E.g: 98 becomes 89. This is a common value for searching in hexadecimal strings in mobile phones for the lead numbers of the ICCID.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does ASCII stand for?

A

American Standard Code for Information Interchange

How well did you know this?
1
Not at all
2
3
4
5
Perfectly