Comp theory: Data

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/4

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.

5 Terms

1
New cards

how many bytes in a kibibyte

1024

2
New cards

Why do computers use binary

Computers use circuits which can be on or off, represented by 1 and 0

Computers operate using logic gates which only have two states, true or false

3
New cards

why do overflow errors occur

when the result is greater than the max num bytes e.g. result is greater than 255 an cannot be stored in one byte

4
New cards

why are colour codes given in hexadecimal rather than binary

less chance of making an error when inputting hex

easier to read/remember than binary

5
New cards

limitation of the ASCII character set

uses only 7 bits

so can only represent 128 characters

not enough to represent characters in other alphabets e.g.(chinese/japanese)