Lab 3 Bitwise Operators
Lab 3 Bitwise Operators
1) The following table contains a value for number and a value for mask. The AND, OR, and XOR operations
are performed on number and mask. In addition the NOT operation is performed only on the number. For the
values given, find the results expressed as both a Hex and binary number(8-bits) and fill the table with these
results.
2) What is an array?
Arrays allow a programmer to access several variables through a single variable name. An array can hold one or
more variables of a common type
PRG255 061 1