4.5.4 - binary number systems

0.0(0)
Studied by 2 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:20 PM on 6/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

signed binary

used to represent negative numbers

2
New cards

how do computers subtract

by adding negative numbers

3
New cards

fixed point binary

uses a specified number of bits before and after the binary point

4
New cards

floating point binary

uses a mantissa and an exponent to find where the binary point should go

5
New cards

advantages of floating point

- allows for a representation of a greater range of numbers with a given number of bits

6
New cards

disadvantges of floating point

- complexity

- precision errors (rounding)

- uses more memory

7
New cards

mantissa

significant digits

8
New cards

exponent

the power of 2 applied to the mantissa

9
New cards

rounding error

when decimal numbers cannot be represented exactly in binary

10
New cards

underflow error

when very small numbers are not able to be represented so is approximated as zero

11
New cards

overflow error

when a number is too large to be represented with the available bits

12
New cards

absolute error

the actual difference between the given value and the actual value

13
New cards

relative error

relative error is a measure of uncertainty (absolute error/actual value)

14
New cards

normalisation

removing unnecessary values from the start of a binary number to add them to allow for more at the end

15
New cards

adding binary

0 + 0 = 0

0 + 1 = 1

1 + 1 = 10

1 + 1 + 1 = 11

16
New cards

multiplying binary

same as usual, different addition

17
New cards

how to show number of permutations from a bit (n)

2^n

18
New cards

prefix for binary?

kibi (1024)

19
New cards

prefix for decimal?

kilo (1000)