13. |
How many bytes of memory are needed to
store the decimal number 12? |
|
________________ bytes |
|
|
|
14. |
How many bytes of memory are needed to
store the decimal number 412? |
|
________________ bytes |
|
|
|
15. |
How many bytes of memory are needed to
store the letter 'A' (not including the quotation marks ' '). |
|
________________ bytes |
|
|
|
16. |
How many bytes of memory are needed to
store 'Happy Halloween'? (not including the quotation marks ' '). |
|
________________ bytes |
|
|
|
|
|
|
Part III -
Representation Limitations.
|
17. |
Given the following: A = 2 / 3
B = 1 - A
C = B * 3
What does C equal (hand calculation)? C = ________________ |
|
|
|
18. |
Now use the equations in #17 above to write
a simple QBASIC program that calculates the value of C and run your program. What does C equal (QBASIC calculation)? C = ________________
Why?
|
|
|
|
|
Be sure to turn in a copy of your
program and output for credit. |