Binary, Denary, Bits, etc.

Cards (2)

  • Computers use binary - the digits 0 and 1 - to store data.A binary digit, or bit, is the smallest unit of data in computing.Represented by a 0 or a 1.Binary numbers are made up of bits, e.g. the binary number 1001.The circuits in a computer's processor are made up of billions of transistors.A transistor is a tiny switch that is activated by the electronic signals itreceives. The digits 1 and 0 used in binary refl ect the on and off states of a transistor. Computer programs are sets of instructions. Each instruction is translated into machine code - simple binary codes that activate the CPU.
  • Bit - has only two possible values - 0 or 1 (on/off or yes/no).To represent more things, bits are grouped into larger chunks.Byte - a basic unit of measurement of information storage that consists of 8 bits.