Skip to content

Commit

Permalink
Merge pull request #9675 from andela-bebowe/fix/dataspeed-question
Browse files Browse the repository at this point in the history
Correct typo for computer basics question.
  • Loading branch information
Bouncey committed Jul 11, 2016
2 parents 9063cee + 87dd8a6 commit 38400d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions seed/challenges/04-video-challenges/computer-basics.json
Expand Up @@ -362,21 +362,21 @@
"In audio download, we talk about kilobits per second.",
"In internet, we use megabits per second.",
"In network speed, we talk about gigabits per second (one billion bits per second!).",
"The main takeaway here is that speed is usually measured in bits and size is measured in bytes.",
"The main takeaway here is that speed is usually measured in bits per second and size is measured in bytes.",
"Additionally, if you have an internet speed that says however many bits per second, keep in mind they are talking about something 8 times less than bytes, how you are thinking about data."
],
"challengeSeed": [
"Ulln8JIYzqY"
],
"tests": [
[
"Data speed is measured in bits.",
"Data speed is measured in bits per second.",
true
],
[
"Data size is measured in bits.",
false,
"Size is bytes and speed is bits."
"Size is bytes and speed is bits per second."
]
],
"type": "hike",
Expand All @@ -391,7 +391,7 @@
"En descarga de audio, hablamos de kilobits por segundo.",
"En Internet, utilizamos megabits por segundo.",
"En la velocidad de red, hablamos de gigabits por segundo (¡mil millones de bits por segundo!).",
"La conclusión principal es que la velocidad se mide generalmente en bits mientras que el tamaño se mide en bytes.",
"La conclusión principal es que la velocidad se mide generalmente en bits por segundo mientras que el tamaño se mide en bytes.",
"Además, si tienes una velocidad de internet de cierta cantidad de bits por segundo, ten en cuenta que te están hablando de algo que es la octava parte de la cantidad en bytes, que es la manera típica como mides tamaños de datos."
],
"titleEs": "Fundamentos básicos del computador: medición de la velocidad de datos"
Expand Down

0 comments on commit 38400d5

Please sign in to comment.