diff --git a/1_Data_Storage.md b/1_Data_Storage.md index cae9aa8..150a642 100644 --- a/1_Data_Storage.md +++ b/1_Data_Storage.md @@ -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?