Data Flashcards
what is binary
information represented by only two values
what is digital
information represented by certain fixed values
what is an analogue
using signals or information represented by quantity that is constantly variable
what is binary digit (bits)
the smallest unit of data that is represented in a computer. it has a single binary value, either 1 or 0
what is byte
the basic combination of bits used to represent an item of information a byte typically consists of 8 bits
what is an integer
a whole number
what is Most Significant Bit (MSB)
the bit with the highest value in a multiple-bit binary number
what is binary shift
an operation done on all the bits of a binary value in which they are moved by a specific number of places to either the left or right
what is an arithmetic shift
used for signed binary numbers. when performing a right shift the bits at the left are replaced by copies of the most significant bit.
what is hexadecimal
a base-16 number system. there are 16 digits and the place values increase in powers of 16