Fixed formatting mistake

This commit is contained in:
Boyan 2022-11-07 14:28:00 +01:00
parent c5e038439f
commit a9a8ac2030

View File

@ -33,7 +33,7 @@ B49F
011000 - D
101101 - F
# What is the smallest negative integer that can be represented in a two's complement system in which each value is represented by eight bits?
### What is the smallest negative integer that can be represented in a two's complement system in which each value is represented by eight bits?
10000000, -128 (either is correct)
### Which of the following data storage systems provides the most efficient random access to individual data items?