From 3e85dd6c7ccb1133dc4a37bbd43eaeff5641d53b Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Mon, 22 Feb 2016 01:52:13 +0530 Subject: [PATCH] Change correct value of Kilobyte in bits This commit changes the correct value of kilobytes in bits. Tested locally. --- seed/challenges/04-video-challenges/computer-basics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/04-video-challenges/computer-basics.json b/seed/challenges/04-video-challenges/computer-basics.json index 8fc20748fd..a5e79f663c 100644 --- a/seed/challenges/04-video-challenges/computer-basics.json +++ b/seed/challenges/04-video-challenges/computer-basics.json @@ -199,7 +199,7 @@ "The Byte, which is very common, is 8 bits.", "A lot of things are expressed in binary Bytes.", "After we get past the tiny bit and the small Byte, we get bigger really fast.", - "The next step up is a Kilobyte, 1024 Bytes, or 1,048,576 bits.", + "The next step up is a Kilobyte, 1024 Bytes, or 8192 bits.", "After that there's Megabyte, or 1024 Bytes to the power of two.", "Then it's Gigabyte, 1024 Bytes to the power of three; Terabyte, 1024 Bytes to the power of 4, and Petabyte, 1024 to the power of 5.", "These get much bigger really quickly!"