SLR 10 & 11

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 18

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

19 Terms

1

N

Natural - Positive integers

New cards
2

Z

Whole - Positive and negative integers

New cards
3

Q

Rational - values that can be represented as ratios, fractions, or decimals - includes recurring numbers

New cards
4

Irrational

cannot be expressed as a fraction - surds and endless decimals

New cards
5

R

Real - rational and irrational numbers - used for measurements

New cards
6

Ordinal

First, second, third

New cards
7

Why is hex used

  • shorthand binary

  • fewer mistakes

  • easier to remember

  • takes up less memory

New cards
8

Binary

  • Can be 16 bits

  • Two types - signed and unsigned

  • Signed can be negative (127 to -128)

  • Use two's compliment on signed values

New cards
9

Two’s Compliment

  • Only use this if the binary number begins with a 1

  • Flip the bit - 1 = 0 and 0 = 1

  • Add 1 bit

New cards
10

Addition rules

0 + 0 = 0

1 + 0 = 1

1 + 1 = (1) 0

0 + 1 = 1

1 + 1 + 1 = (1) 1

New cards
11

Subtraction

Make the second value negative, then add

Ignore any overflow errors

New cards
12

Multiplication

Double and perform a left shift.

New cards
13

Division

Halve and perform a right shift

New cards
14

Fixed Point

The column headings to the left of the point remain the same, the headings to the right halve

  • not all decimals can be represented - rounding error

  • limits the number of values, especially if signed

New cards
15

Floating Point

Can store almost any decimal as the point can move

  • Mantissa - the main part of the number

  • Exponent - moves the floating point

  • A positive exponent moves to the right, a negative exponent moves to the left

New cards
16

Normalisation

Standard form for binary - stores a number more efficiently - gets rid of excess 0 or 1

Ignore the exponent - will begin 0.1 (positive) or 1.0 (negative)

New cards
17
New cards
18
New cards
19
New cards
robot