Number systems, ASCII and Unicode Topic 2

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

What is a bit?

Each individual digit in a binary value

2
New cards

What are bytes

bits grouped together into units

3
New cards

How many bits in one byte?

8 bits

4
New cards

Why was the International Electrotechnical Commission (IEC) established?

Bytes go up in twos and it uses different prefixes to represent multiples of base 2

5
New cards

What is the multiple of mebibytes?

2^20

6
New cards

What is the multiple of gibibytes?

2^30

7
New cards

What is the multiple of tebibytes?

2^40

8
New cards

What is ASCII?

established to encode symbols found in the English alphabet

9
New cards

What is the ASCII character set ?

a 7 bit character set giving 27 (128) possible binary codes

10
New cards
11
New cards

What is Unicode?

standardise the encoding of characters from all languages

12
New cards

What is the character set of unicode?

either 16 bits or 32 bits

13
New cards

What is the advantage of unicode?

every character in every language in the world, every mathematical and scientific symbol, can be represented

14
New cards

What is the disadvantage of unicode?

It can causes for an excessive amount of unused storage for each character

15
New cards

How was the introduction of unicode improved

•first 128 Unicode characters were set to be the same as the ASCII character set