From a9a8ac2030c854f23dc96c720d728e21a14bfa58 Mon Sep 17 00:00:00 2001 From: Boyan Date: Mon, 7 Nov 2022 14:28:00 +0100 Subject: [PATCH] Fixed formatting mistake --- 1_Data_Storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?