Skip to content

Instantly share code, notes, and snippets.

@bikashthapa01
Created February 25, 2024 10:32
Show Gist options
  • Save bikashthapa01/f9516af1eb58648294e312d1e3697529 to your computer and use it in GitHub Desktop.
Save bikashthapa01/f9516af1eb58648294e312d1e3697529 to your computer and use it in GitHub Desktop.
{
"response_code": 0,
"results": [
{
"type": "multiple",
"difficulty": "easy",
"category": "Science: Computers",
"question": "Which computer hardware device provides an interface for all other connected devices to communicate?",
"correct_answer": "Motherboard",
"incorrect_answers": [
"Central Processing Unit",
"Hard Disk Drive",
"Random Access Memory"
]
},
{
"type": "multiple",
"difficulty": "easy",
"category": "Science: Computers",
"question": "The C programming language was created by this American computer scientist. ",
"correct_answer": "Dennis Ritchie",
"incorrect_answers": [
"Tim Berners Lee",
"al-Khwārizmī",
"Willis Ware"
]
},
{
"type": "multiple",
"difficulty": "easy",
"category": "Science: Computers",
"question": "According to the International System of Units, how many bytes are in a kilobyte of RAM?",
"correct_answer": "1000",
"incorrect_answers": [
"512",
"1024",
"500"
]
},
{
"type": "multiple",
"difficulty": "easy",
"category": "Science: Computers",
"question": "If you were to code software in this language you'd only be able to type 0's and 1's.",
"correct_answer": "Binary",
"incorrect_answers": [
"JavaScript",
"C++",
"Python"
]
},
{
"type": "multiple",
"difficulty": "easy",
"category": "Science: Computers",
"question": "How long is an IPv6 address?",
"correct_answer": "128 bits",
"incorrect_answers": [
"32 bits",
"64 bits",
"128 bytes"
]
},
{
"type": "multiple",
"difficulty": "easy",
"category": "Science: Computers",
"question": "What is the most preferred image format used for logos in the Wikimedia database?",
"correct_answer": ".svg",
"incorrect_answers": [
".png",
".jpeg",
".gif"
]
},
{
"type": "multiple",
"difficulty": "easy",
"category": "Science: Computers",
"question": "What amount of bits commonly equals one byte?",
"correct_answer": "8",
"incorrect_answers": [
"1",
"2",
"64"
]
},
{
"type": "multiple",
"difficulty": "easy",
"category": "Science: Computers",
"question": "What language does Node.js use?",
"correct_answer": "JavaScript",
"incorrect_answers": [
"Java",
"Java Source",
"Joomla Source Code"
]
},
{
"type": "multiple",
"difficulty": "easy",
"category": "Science: Computers",
"question": "What does CPU stand for?",
"correct_answer": "Central Processing Unit",
"incorrect_answers": [
"Central Process Unit",
"Computer Personal Unit",
"Central Processor Unit"
]
},
{
"type": "multiple",
"difficulty": "easy",
"category": "Science: Computers",
"question": "HTML is what type of language?",
"correct_answer": "Markup Language",
"incorrect_answers": [
"Macro Language",
"Programming Language",
"Scripting Language"
]
},
{
"type": "multiple",
"difficulty": "easy",
"category": "Science: Computers",
"question": "What is the code name for the mobile operating system Android 7.0?",
"correct_answer": "Nougat",
"incorrect_answers": [
"Ice Cream Sandwich",
"Jelly Bean",
"Marshmallow"
]
},
{
"type": "multiple",
"difficulty": "easy",
"category": "Science: Computers",
"question": "In "Hexadecimal", what color would be displayed from the color code? "#00FF00"?",
"correct_answer": "Green",
"incorrect_answers": [
"Red",
"Blue",
"Yellow"
]
},
{
"type": "multiple",
"difficulty": "easy",
"category": "Science: Computers",
"question": "What does the computer software acronym JVM stand for?",
"correct_answer": "Java Virtual Machine",
"incorrect_answers": [
"Java Vendor Machine",
"Java Visual Machine",
"Just Virtual Machine"
]
},
{
"type": "multiple",
"difficulty": "easy",
"category": "Science: Computers",
"question": "This mobile OS held the largest market share in 2012.",
"correct_answer": "iOS",
"incorrect_answers": [
"Android",
"BlackBerry",
"Symbian"
]
},
{
"type": "multiple",
"difficulty": "easy",
"category": "Science: Computers",
"question": "What is the domain name for the country Tuvalu?",
"correct_answer": ".tv",
"incorrect_answers": [
".tu",
".tt",
".tl"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment