Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: be beautiful on Feb 21, 2019



Title: In the following sample document data (presented in MongoDB syntax), how many documents are there?{ ...
Post by: be beautiful on Feb 21, 2019

Question 1.

The real power of JSON lies in the definition of "value", which can be ________.

• multiple data points

• a simple, single data point

• an array of values

• both a simple, single data point & an array of values

Question 2.

In the following sample document data (presented in MongoDB syntax), how many documents are there?

{
 _id: "Advisor1",
 name: "Shire, Robert",
 dept: "History",
 yearHired: 1975
}

{
 _id: 555667777,
 name: "Tierney, Doris",
 majors: ["Music", "Spanish"],
 addresses: [
{
street: "14510 NE 4th Street",
city: "Bellevue",
state: "WA",
zip: "98005"
},
{
street: "335 Aloha Street",
city: "Seattle",
state: "WA",
zip: "98109"
}
],
 advisorID: "Advisor1"
}

• 2

• 4

• 6

• 8


Title: In the following sample document data (presented in MongoDB syntax), how many documents are there?{ ...
Post by: austire on Feb 21, 2019
Content hidden


Title: In the following sample document data (presented in MongoDB syntax), how many documents are there?{ ...
Post by: be beautiful on Feb 21, 2019
Thank you, thank you, thank you!