nonrelational quiz

pull/117/head
Jasmine 4 years ago
parent f9a4383cb4
commit e0bc8c8fa2

@ -6,7 +6,7 @@
## [Pre-Lecture Quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/10) ## [Pre-Lecture Quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/10)
Data is not limited to relational databases. This lesson focuses on non-relational data and will cover the basic of spreadsheets and NoSQL. Data is not limited to relational databases. This lesson focuses on non-relational data and will cover the basics of spreadsheets and NoSQL.
## Spreadsheets ## Spreadsheets

@ -140,22 +140,18 @@
] ]
}, },
{ {
"questionText": "What does Data ethics focus on?", "questionText": "Which of the following are a part of ethical challenges?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Informed consent", "answerText": "Transparency",
"isCorrect": "true"
},
{
"answerText": "How big the data is",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "Is the data relational", "answerText": "Data privacy",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "All the above", "answerText": "Reliability and safety",
"isCorrect": "false" "isCorrect": "false"
} }
] ]

@ -112,10 +112,10 @@
}, },
{ {
"id": 10, "id": 10,
"title": "NonRelational Databases - Pre Quiz", "title": "Non-Relational Databases - Pre Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "quiz 2 question 2", "questionText": "Spreadsheets are non-relational data",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "True", "answerText": "True",
@ -128,88 +128,92 @@
] ]
}, },
{ {
"questionText": "q2", "questionText": "Identify the difference between non-relational and relational data?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "classical ML was invented first", "answerText": "Relational databases always contain columns and rows",
"isCorrect": "false" "isCorrect": "true"
}, },
{ {
"answerText": "the use of neural networks", "answerText": "Some types of non-relational data use columns",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "deep learning is used in robots", "answerText": "There is no difference",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "What does NoSQL stand for?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "to automate the solving of multi-dimensional problems", "answerText": "Nope SQL",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "to customize a shopping experience based on the type of customer", "answerText": "Not Only SQL",
"isCorrect": "false" "isCorrect": "true"
}, },
{ {
"answerText": "both of the above", "answerText": "No more SQL",
"isCorrect": "true" "isCorrect": "false"
} }
] ]
} }
] ]
}, },
{ {
"id": 11, "id": 11,
"title": "NonRelational Databases - Post Quiz", "title": "Non-Relational Databases - Post Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "quiz 2 question 2", "questionText": "Which one of these is NOT a type of NoSQL?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "True", "answerText": "Object oriented",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "False", "answerText": "Key-value",
"isCorrect": "false"
},
{
"answerText": "Columnar",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "What do you use to do calculations in spreadsheets?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "classical ML was invented first", "answerText": "Python",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "the use of neural networks", "answerText": "Aliases",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "deep learning is used in robots", "answerText": "Formulas",
"isCorrect": "false" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "What other type of non-relational data does a document in a document database resemble?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "to automate the solving of multi-dimensional problems", "answerText": "Keys",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "to customize a shopping experience based on the type of customer", "answerText": "Column",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "both of the above", "answerText": "JSON",
"isCorrect": "true" "isCorrect": "true"
} }
] ]

Loading…
Cancel
Save