Question 1: How many ASCII characters can be stored in
- a byte?
- four bytes?
Question 2: How many different values can be stored in:
- a bit?
- two bits?
- four bits?
- n bits?
Questions 3: How many different values can be stored in:
- a byte?
- two bytes?
- four bytes?
Question 4: What is the largest unsigned base 2 number that can be stored in: (give your answer in decimal, binary, and hex)
- a byte?
- two bytes?
- four bytes?
Question 5: What is the largest (positive) 2's complement number that can be stored in: (give your answer in decimal, binary, and hex)
- a byte?
- two bytes?
- four bytes?
You need to answer these questions ASAP and solve these questions in details and provide examples to support your rationale.