Algorithms: rules to follow when problem-solving
In Computer programming, a value type variable can be used to store a: value expression.
<h3>What is a variable?</h3>
A variable can be defined as any name which refers to a location in computer memory that is typically used for storing a value.
<h3>The two types of variable.</h3>
In Computer programming, there are two (2) types of variable and these include:
Generally, a value type variable can be used to store a <u>value expression</u> or a value of that type.
Read more on variable here: brainly.com/question/20264183
Answer:
4 bits are required. 4 bits can represent 16 different values (2*2*2*2 or ). 3 bits can only represent 8 different values. In the general case n bits can represent values, or correspondingly m values can be represented by bits.