Data 1 Flashcards

1
Q

What does JSON stand for?

A

Java Script Object Notation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following is a main characteristic of XML?

A

Human-readable and machine-readable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

XML is primarily used for?

A

Representing data in a hierarchical format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In XML, what does the acronym “DTD” stand for?

A

Document Type Definition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In JSON, how are key-value pairs typically structured?

A

Separated by commas

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How are data types represented in JSON and XML, respectively?

A

JSON has native support for arrays and objects, while XML relies on specialized structures

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which data interchange format is commonly used for web APIs (Application Programming Interfaces)?

A

JSON

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Both JSON and XML do not support namespaces?

A

Both JSON and XML do not support namespaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which punctuation is used to define a JSON object?

A

Curly braces { }

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

In JSON syntax, what is the purpose of square brackets [ ]?

A

Define an array of values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which of the options below is a valid JSON data type?

A

Date

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How is a string represented in JSON?

A

Enclosed in doube quotes (“ “)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

In the JSON data type, what is used to represent a boolean value?

A

True/False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the main objective of data science?

A

Extracting insights and knowledge from data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of the options below is one of the main steps in the data science process?

A

Collecting and cleaning data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly