bit is either 0 or 1: a byte is a sequence of 8 bits. Find
(a) the number of bytes that can be formed
(b) the number of bytes that begin with 11 and end with 11
(c) the number of bytes that begin with 11 and do not end with 11 and
(d) the number of bytes that begin with 11 or end with 11.
(a) Select a digit from two digits (0 or 1) for the first place, a digit from two digits (0 or 1) for the second place, a digit from two digits (0 or 1) for the third place, and so forth.
The number of possible different bytes is
(b) There are 4 vacant positions.
The number of bytes that begin with 11 and end with 11 is
(c) The number of bytes that begin with 11 is
The number of bytes that begin with 11 and end with 11 is
The number of bytes that begin with 11 and do not end with 11 is
(d) The number of bytes that begin with 11 is
The number of bytes that end with 11 is
The number of bytes that begin with 11 and end with 11 is
The number of bytes that begin with 11 or end with 11 is
Comments
Leave a comment