UNIT 1 Flashcards

(14 cards)

1
Q

What is Data Management about

A
  • Storing the right data
  • Securing your data
  • Keeping the data up-to-date
  • Getting the answers you need
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a key-value pair?

A

It’s a set of two linked data items

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

What is the key in a key-value pair?

A

The key is a unique identifier for some data or items

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

What is the value in a key-value pair

A

It’s the data that is identified or a pointer to the location of the data

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

What are some of the most popular Key-Value pair formats

A
  • XML (Extensible Markup Language)
  • JSON (JavaScript Object Notation)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a structure of a simple key value pair of
key: Name
value: Ryan

A

{
“Name”:”Ryan”
}

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

What is a Structured Database?

A

Section of elf describing collection of records

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

What is a relational database comprised of?

A

Has one or many tables
Their tables have:
- One or many attributes
- An attribute has one data type

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

What are columns referred to in a database

A

They’re called attributes

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

What are tables known as

A

Classes

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

What is a query

A

Used to search and/or manipulate the data in the table

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

What is a form

A

A user friendly way of inputting data into a database

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

What are reports

A

Formats data to be printed/read

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

What are rows known as?

A

Records

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