English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

how many different values can be represented using just 2 bits
A= 1 B = 2 C = 3 D = 4 E = 6 F =8

2007-03-06 21:19:47 · 5 answers · asked by bud1658 2 in Computers & Internet Programming & Design

5 answers

4 values.
---------------------
binary | decimal
----------------------
00 | = 0
01 | = 1
10 | = 2
11 | = 3

2 bits
2^2=4

3bits
2^3=8

4bits
2^4=16
etc......

2007-03-06 21:33:41 · answer #1 · answered by George M 2 · 1 0

D is correct, four: 00, 01, 10, 11 which in decimal equal 0, 1, 2, 3

2007-03-07 05:26:14 · answer #2 · answered by Mortis 4 · 0 0

The answer is D = 4

2007-03-07 05:24:26 · answer #3 · answered by Anonymous · 0 0

basic binomial distribution.....2^2

2007-03-07 05:29:27 · answer #4 · answered by Anonymous · 0 0

Yup, 4.

00
11
01
10

2007-03-07 05:29:05 · answer #5 · answered by Gophur 2 · 0 0

fedest.com, questions and answers