Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add general cs quiz question #148

Merged
merged 3 commits into from
Oct 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/data/general-cs-quiz.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
const generalCSQuiz = [
{
Question:
"What is a subnet?",
Answer: "A smaller network within a larger one",
Distractor1: "A backup system for when a network crashes",
Distractor2: "A substitution method used in website domains",
Distractor3: "A cybersecurity access point",
Explanation:
"A subnet, or subnetwork, is a smaller network within a larger one.",
Link: "https://www.freecodecamp.org/news/subnet-definition/",
jdwilkin4 marked this conversation as resolved.
Show resolved Hide resolved
},
{
Question:
"Which one of these data structures follows the FIFO(First In First Out) method?",
Expand Down