Units & Binary - 1.2.2 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is the order of units?

A

Bit
Nibble - 4 bits
Byte - 2 nibbles
Kilobyte
Megabyte
Gigabyte
Terabyte
Petabyte

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

What is a character set? Examples (2):

A

A table of data that links a character to a number
Allows the computer system to convert text into binary
ASCII or Unicode

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

How many bits does ASCII use?

A

7 bits so 128 characters in total
Includes punctuation codes, uppercase, lowercase, numbers and control codes

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

How many bits does extended ASCII use?

A

8 bits so 256 characters
Allows for special characters like accented letters for French and Spanish

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

What is Unicode, how many bits does it use?

A

Replaced ASCII as it has much more variety of characters like foreign characters
Uses 16 bits so over 65,000 characters possible

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

What is the denary number 63 in binary and hexadecimal?

A

00111111
3F

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

FA in binary and denary?

A

250
11111010

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

10101011 in hexadecimal and denary?

A

AB
171

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

220 in binary and hexadecimal?

A

11011100
DC

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

75 in denary and binary?

A

117
01110101

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