Fix hikes broken true/false

This commit is contained in:
SaintPeter
2016-02-02 19:51:57 -08:00
parent a1a1978457
commit 05484a6197
2 changed files with 55 additions and 55 deletions

View File

@ -27,16 +27,16 @@
"tests": [ "tests": [
[ [
"The computer has 3 basic parts.", "The computer has 3 basic parts.",
"false", false,
"The computer has 4 basic parts: input, output, CPU, and memory" "The computer has 4 basic parts: input, output, CPU, and memory"
], ],
[ [
"CPU stands for Central Processing Unit.", "CPU stands for Central Processing Unit.",
"true" true
], ],
[ [
"All parts can access the memory", "All parts can access the memory",
"false", false,
"Only the CPU has access to the memory" "Only the CPU has access to the memory"
] ]
], ],
@ -66,16 +66,16 @@
"tests": [ "tests": [
[ [
"The power supply isn't a necessary part of a computer since it's not one of the 4 main parts.", "The power supply isn't a necessary part of a computer since it's not one of the 4 main parts.",
"false", false,
"The computer needs power!" "The computer needs power!"
], ],
[ [
"A motherboard connects all of the working parts in a computer.", "A motherboard connects all of the working parts in a computer.",
"true" true
], ],
[ [
"Memory is usually categorized into 3 parts.", "Memory is usually categorized into 3 parts.",
"false", false,
"Only 2 parts, RAM and long term memory such as a hard drive" "Only 2 parts, RAM and long term memory such as a hard drive"
] ]
], ],
@ -100,15 +100,15 @@
"tests": [ "tests": [
[ [
"1's and 0's are how we talk about little switches being on and off.", "1's and 0's are how we talk about little switches being on and off.",
"true" true
], ],
[ [
"1 means on, and 0 means off.", "1 means on, and 0 means off.",
"true" true
], ],
[ [
"There are some things which cannot be translated into binary.", "There are some things which cannot be translated into binary.",
"false", false,
"everything can be expressed through binary code!" "everything can be expressed through binary code!"
] ]
], ],
@ -135,16 +135,16 @@
"tests": [ "tests": [
[ [
"1 === on and 0 ===off", "1 === on and 0 ===off",
"true" true
], ],
[ [
"Not all numbers can be expressed through binary numeral notation.", "Not all numbers can be expressed through binary numeral notation.",
"false", false,
"All numbers can!" "All numbers can!"
], ],
[ [
"If we have the opportunity to include base 2 to every given power, we can create any number.", "If we have the opportunity to include base 2 to every given power, we can create any number.",
"true" true
] ]
], ],
"type": "hike", "type": "hike",
@ -173,16 +173,16 @@
"tests": [ "tests": [
[ [
"A Byte is the smallest possible amount of data.", "A Byte is the smallest possible amount of data.",
"false", false,
"A Byte is 8 bits." "A Byte is 8 bits."
], ],
[ [
"A bit is the smallest possible amount of data.", "A bit is the smallest possible amount of data.",
"true" true
], ],
[ [
"A Kilobyte is 1024 Bytes.", "A Kilobyte is 1024 Bytes.",
"true" true
] ]
], ],
"type": "hike", "type": "hike",
@ -210,11 +210,11 @@
"tests": [ "tests": [
[ [
"Data speed is measured in bits.", "Data speed is measured in bits.",
"true" true
], ],
[ [
"Data size is measured in bits.", "Data size is measured in bits.",
"false", false,
"Size is Bytes and speed is bits." "Size is Bytes and speed is bits."
] ]
], ],
@ -239,16 +239,16 @@
"tests": [ "tests": [
[ [
"All digits, letters, and symbols have a binary Byte translation.", "All digits, letters, and symbols have a binary Byte translation.",
"true" true
], ],
[ [
"It's good practice to memorize these.", "It's good practice to memorize these.",
"false", false,
"You can just look these up as needed." "You can just look these up as needed."
], ],
[ [
"Everything can be expressed binarily, even pictures, sound, and video", "Everything can be expressed binarily, even pictures, sound, and video",
"true" true
] ]
], ],
"type": "hike", "type": "hike",
@ -277,15 +277,15 @@
"tests": [ "tests": [
[ [
"The most common type of computer is a Personal Computer, a PC.", "The most common type of computer is a Personal Computer, a PC.",
"true" true
], ],
[ [
"What makes Supercomputers 'super' is when multiple CPUs work on one problem, called parallel processing.", "What makes Supercomputers 'super' is when multiple CPUs work on one problem, called parallel processing.",
"true" true
], ],
[ [
"Microcontrollers and workstation computers can perform roughly the same tasks.", "Microcontrollers and workstation computers can perform roughly the same tasks.",
"false", false,
"A microcontroller can only perform a small specialized task while a workstation computer has a lot of power, though also specialized." "A microcontroller can only perform a small specialized task while a workstation computer has a lot of power, though also specialized."
] ]
], ],
@ -317,16 +317,16 @@
"tests": [ "tests": [
[ [
"A motherboard must connect the CPU, the memory, and the network.", "A motherboard must connect the CPU, the memory, and the network.",
"false", false,
"A motherboard is a motherboard as long as it connects the CPU and the memory." "A motherboard is a motherboard as long as it connects the CPU and the memory."
], ],
[ [
"Expansion slots allow users to add capabilities to a computer.", "Expansion slots allow users to add capabilities to a computer.",
"true" true
], ],
[ [
"Ports help the computer access information.", "Ports help the computer access information.",
"true" true
] ]
], ],
"type": "hike", "type": "hike",
@ -356,16 +356,16 @@
"tests": [ "tests": [
[ [
"You can connect to a LAN from far away.", "You can connect to a LAN from far away.",
"false", false,
"To connect to a LAN you must be physically near to it." "To connect to a LAN you must be physically near to it."
], ],
[ [
"VPNs (Virtual Private Networks) and WANs (Wide Area Networks) do just about the same thing.", "VPNs (Virtual Private Networks) and WANs (Wide Area Networks) do just about the same thing.",
"true" true
], ],
[ [
"VPNs and WANs both use the internet to connect LANs.", "VPNs and WANs both use the internet to connect LANs.",
"false", false,
"While both connect LANs, VPNs use the internet and WANs use a rented cable." "While both connect LANs, VPNs use the internet and WANs use a rented cable."
] ]
], ],
@ -396,11 +396,11 @@
"tests": [ "tests": [
[ [
"IP addresses are necessary to use and participate in the internet.", "IP addresses are necessary to use and participate in the internet.",
"true" true
], ],
[ [
"IP addresses are determined and assigned based on location.", "IP addresses are determined and assigned based on location.",
"true" true
] ]
], ],
"type": "hike", "type": "hike",
@ -430,11 +430,11 @@
"tests": [ "tests": [
[ [
"Your computer sends a request for information.", "Your computer sends a request for information.",
"true" true
], ],
[ [
"The Internet can be broken by a large chunk of routers and servers going down.", "The Internet can be broken by a large chunk of routers and servers going down.",
"false", false,
"There are so many connections that even a large amount of routers and servers can stop functioning and your experience will still not be affected." "There are so many connections that even a large amount of routers and servers can stop functioning and your experience will still not be affected."
] ]
], ],
@ -460,7 +460,7 @@
"tests": [ "tests": [
[ [
"Safari, Chrome, and Firefox are all examples of application software.", "Safari, Chrome, and Firefox are all examples of application software.",
"true" true
] ]
], ],
"type": "hike", "type": "hike",

View File

@ -24,16 +24,16 @@
"tests": [ "tests": [
[ [
"Computers look at code one line at a time", "Computers look at code one line at a time",
"true" true
], ],
[ [
"Programmers and developers are totally different professions with very little in common.", "Programmers and developers are totally different professions with very little in common.",
"false", false,
"Those titles are so similar they could even describe the same job position." "Those titles are so similar they could even describe the same job position."
], ],
[ [
"Programmers take ideas and break them down into little tiny steps the computer can understand", "Programmers take ideas and break them down into little tiny steps the computer can understand",
"true" true
] ]
], ],
"type": "hike", "type": "hike",
@ -61,12 +61,12 @@
"tests": [ "tests": [
[ [
"The console serves only small, unnecessary purposes.", "The console serves only small, unnecessary purposes.",
"false", false,
"The console's main purpose is to debug, which is a vital step in creating code." "The console's main purpose is to debug, which is a vital step in creating code."
], ],
[ [
"You can console strings (sets of words), numbers, and booleans (true/false statements)", "You can console strings (sets of words), numbers, and booleans (true/false statements)",
"true" true
] ]
], ],
"type": "hike", "type": "hike",
@ -90,11 +90,11 @@
"tests": [ "tests": [
[ [
"Variables are useful in coding languages like JavaScript.", "Variables are useful in coding languages like JavaScript.",
"true" true
], ],
[ [
"Variables can't stand for anything that isn't a string, number, or boolean.", "Variables can't stand for anything that isn't a string, number, or boolean.",
"false", false,
"Variables can stand for things ranging from simple to very complex" "Variables can stand for things ranging from simple to very complex"
] ]
], ],
@ -130,16 +130,16 @@
"tests": [ "tests": [
[ [
"Source code is a text document.", "Source code is a text document.",
"true" true
], ],
[ [
"Javascript is a compiler language.", "Javascript is a compiler language.",
"false", false,
"Javascript is an interpreter language" "Javascript is an interpreter language"
], ],
[ [
"Free Code Camp is open source.", "Free Code Camp is open source.",
"true" true
] ]
], ],
"type": "hike", "type": "hike",
@ -180,16 +180,16 @@
"tests": [ "tests": [
[ [
"Routers have to know the whole internet.", "Routers have to know the whole internet.",
"false", false,
"Routers just have to know the stops around them to send information in the right direction." "Routers just have to know the stops around them to send information in the right direction."
], ],
[ [
"Packets are little peices of binary code.", "Packets are little peices of binary code.",
"true" true
], ],
[ [
"Packets have to be sent in one piece.", "Packets have to be sent in one piece.",
"false", false,
"packets can be broken up into frames." "packets can be broken up into frames."
] ]
], ],
@ -217,16 +217,16 @@
"tests": [ "tests": [
[ [
"Chips have transistors, little switches that can store a 1 or a 0.", "Chips have transistors, little switches that can store a 1 or a 0.",
"true" true
], ],
[ [
"Moore's Law is the observation that technology doubles in speed every year.", "Moore's Law is the observation that technology doubles in speed every year.",
"false", false,
"Moore's Law is the observation that the number of transistors per chip doubles every 2 years)." "Moore's Law is the observation that the number of transistors per chip doubles every 2 years)."
], ],
[ [
"Moore's Law has slowed down in recent years.", "Moore's Law has slowed down in recent years.",
"false", false,
"Somehow this continues to be true." "Somehow this continues to be true."
] ]
], ],
@ -257,11 +257,11 @@
"tests": [ "tests": [
[ [
"Digital files can be made from analog sounds and analog sounds can be made from digital files.", "Digital files can be made from analog sounds and analog sounds can be made from digital files.",
"true" true
], ],
[ [
"Compression is not worth it, because it lessens quality.", "Compression is not worth it, because it lessens quality.",
"false", false,
"Sometimes compression is a great idea. It depends on what you're trying to do and what your end goal for the product is." "Sometimes compression is a great idea. It depends on what you're trying to do and what your end goal for the product is."
] ]
], ],
@ -306,16 +306,16 @@
"tests": [ "tests": [
[ [
"Passwords should be shared with all of your accounts.", "Passwords should be shared with all of your accounts.",
"false", false,
"Don't reuse important passwords" "Don't reuse important passwords"
], ],
[ [
"If you don't trust a site or an email, open a new browser and re-enter the intended location.", "If you don't trust a site or an email, open a new browser and re-enter the intended location.",
"true" true
], ],
[ [
"Keeping software updated will help protect your computer and your information.", "Keeping software updated will help protect your computer and your information.",
"true" true
] ]
], ],
"type": "hike", "type": "hike",