• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/16

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

16 Cards in this Set

  • Front
  • Back

Rational Number

A number that can be expressed as a fraction

Natural Number

A positive whole number including 0.

Irrational number

A number that cannot be expressed as a fraction.

Real number

Any positive or negative number with or without a fractional part.

Ordinal number

A number used to identify a position relative to other numbers.

Cardinal number

A number that identifies the size of something.

Advantages of Floating Point...

A wider range of numbers can be produced with the same number of bits as the fixed point system.

Advantages of Fixed Point

Processing fixed point numbers is faster as no processing is required to move the binary point.




The absolute error will always be the same. This means that the precision is retained.





Where would you use fixed point over floating point?

In situations where speed is more important than precision, such as gaming.




Also for applications where a fixed precision is required, such as currency where the number of places after the binary point does not change.

Overflow

When a number is too large to be represented with the bits allocated.

Underflow

When a number is too small to be represented with the bits allocated.

Why are floating point numbers normalised?



So that only one representation of a number is possible and so that the number represented is as precise as it can be in relation to how many bits are being used

Analogue Data

Data that varies in a continuous way.

Digital Data

Data that consists of discrete discontinuous binary digits.

Why is the Caesar cipher easy to crack?

It can be easily cracked using brute force with modern computers.




Using frequency analysis, you can look at the most common letters in the ciphertext and compare them to the most common letters used in the English language.

Why can the Vernam cipher be considered 100% mathematically secure?

Each key is randomly generated, and is only used once.