Prelim Revision <3 Flashcards
What is a Binary number?
A numeric system that only uses two digits (0 and 1)
What is a Denary number
Standard number system (0,1,2,3,4,5,6,7,8,9)
What is an Integer?
A whole number (-ve, +ve or 0)
What is Floating Point Representation (FPR) ?
Numbers with a decimal point
What is a Real number??
ANY number (-ve, +ve, 0, decimals, fractions etc)
What is negative in Two’s Complement?
If the most significant bit (MSB) is +ve or -ve depends on left number (1 is negative 0 is positive)
What is the Range?
The difference from lowest to highest in a set of numbers
Example: 8 bits
-2^8-1 to (2^8-1)-1
What is a Mantissa?
The number located after the point
What is the Exponent?
The power that is used to determine how far the point has moved
What is the Precision?
How accurate it can reproduce the original number
What is ASCII?
American Standard Code (for) Information Interchange
ASCII uses 7-bits and so can store up to 128 characters
What is Extended ASCII?
Extended ASCII uses 8-bits and so can store up to 256 characters
SCOTT’S NUMBER
What is Unicode?
16-bits per character! Meaning it can store a maximum of 65 536 different character.
What is a Printable Character?
Literally the stuff you print (letters, numbers, punctuation)
What is a Character Set?
Characters that can be stored in a particular representation