Units of Storage (Bits, bytes, Unicode, ASCII, UTF-8)

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

1/16

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.

17 Terms

1
New cards

What is a bit?

Single binary digit, 1 or 0

2
New cards

How many bits in a byte?

8 bits

3
New cards

How many bytes in a kilobyte?

1024 bytes. Enough to store an email (text only)

4
New cards

How many kilobytes in a megabyte?

1024 kilobytes. Enough to store a one minute song

5
New cards

How many megabytes in a gigabyte?

1024 megabytes. Enough to store 200 photos

6
New cards

How many gigabytes in a terabyte?

1024 gigabytes.

7
New cards

How many terabytes in a petabyte?

1024 terabytes.

8
New cards

What does ASCII stand for

American Standard Code for Information Interchange

9
New cards

Unicode (definition)

An international standard for encoding characters in binary

10
New cards

Characters (definition)

A printable symbol which may be phonetic, numeric, pictorial or represent punctuation

11
New cards

ASCII (history and features)

ASCII originally used 7 bits, 8 bit machines were developed and more characters were added (extended ASCII character set)

12
New cards

ASCII character numbers (7 bit and 8 bit)

7 bit- 127 characters, 8 bit- 256 characters

13
New cards

Problem with ASCII

Doesn’t work with some languages due to large amount of characters

14
New cards

Unicode (History + features)

16 bit computers developed. Unicode uses 32 bits (2 sets of 16 bits). Used to accommodate other languages. Original 127 ASCII characters still have same code values

15
New cards

UTF-8 (history + features)

Invented in 1992. Use any character from Unicode using 1,2,3,4 bytes. When reading, see how many 1 bits it has at the start of the binary code and decides how many bytes it’ll need

16
New cards

Why is the binary number system is used in computing? (2)

Requires low storage. Two states decreases chance of errors occurring when data is being saved or sent

17
New cards

Advantage of ASCII (2)

Requires less storage than other systems. Allows for the exchange of text information between computers.