LoginSignup
0
0

More than 1 year has passed since last update.

bit

Last updated at Posted at 2019-07-07

1bitで、0,1 の2値を表すことができる。
2bitで, 00,01, 10, 11の4値。
3bitで, 000, 001, 010, 011, 100, 101, 110, 111の8値。
4bitで、0000, 0001, 0010, 0011, 0100, 0101, 0110, 0111, 1000, 1001, 1010, 1011, 1100, 1101, 1110, 1111の16値
5bitで、32値
6bitで、64値。
7bitで、128個。
8bitで、258個。

昔、リモコンは4bit cpuで構成した。
ON, OFFの2値。
あるいは、0から9までの10値と、+-/*=の5演算子で成り立つ。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0