Data - 3.1 Binary Flashcards
Binary:
Information represented by only 2 values (on and off). There are no communication errors or misunderstandings because there are no small differences.
Digital:
Information represented by certain fixed values. E.g. High, medium, low.
Analogue:
Information that is represented by a quantity.
Byte:
The basic combination of bits used to represent an item of information. A byte typically consists of 8 bits.
Integer:
A whole number.
Most significant Bit (MSB):
The bit with the highest value in a multiple-bit binary number.
Binary shift:
An operation done on all bits of a binary value in which `they are moved by a specific number either right or left.
Arithmetic shift:
Used for signed binary numbers. When performing a right shifts the bits at the left are replaced with copies of the most significant bit.
Hexadecimal:
a base-16 number system. there are 16 digits and the place values increase in powers of 16.