Module 1 Flashcards

(34 cards)

1
Q

Structure to put data in

A

Database

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

Traditional databases typically hold this kind of data

A

alphanumeric or structured

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

RDBMS are used to manage ___________ data

A

structured

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

Having data is not the problem. The problems are

A

size, security, ease of updating, accuracy, redundancy and importance

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

Collection of interrelated data

A

database

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

A program to enable creation and maintenance of a database, and then to enter, manipulate and retrieve the data it stores.

A

DBMS

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

Combination of a DBMS and a database

A

database system

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

The file-based approach to databases (in the 60s and 70s) had these issues…

A

redundant data, manually programmed queries, storage loss due to redundancy, strong dependency between apps and data, difficulty integrating apps

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

SQL

A

Structured Query Language

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

A basic unit of data. Can be a letter, number or special symbol.

A

character

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

A group of related characters is called a

A

field

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

A collection of fields is called a

A

record

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

A group of records about the same type of entity is stored in a

A

file

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

When creating a physical database, a field is commonly referred to as a

A

column

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

When creating a physical database, a record is commonly referred to as a

A

row

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

When creating a physical database, a file is commonly referred to as a

17
Q

A _____ is a person, place or thing with characteristics or attributes that will be included in the system.

18
Q

A ____ is a diagram that identifies the entities in the database and shows how entities are related to one another.

19
Q

NoSQL stands for

20
Q

Big Data storage systems are also called

A

NoSQL systems

21
Q

Known facts that have meaning, that can be recorded, that have implicit meaning

22
Q

Information stored in a database catalog

23
Q

Where is meta-data stored

24
Q

DBA stands for

A

database administrator

25
Data abstraction used to provide a conceptual representation
data model
26
People whose jobs require access to the database for querying, updating, generating reports
end users
27
People whose jobs require access to the database for querying, updating, generating reports
end users
28
Popular high level conceptual data model
Entity Relationship model
29
The description of a database is call the
database schema
30
The ______ ________ ________ is used by the DBA and by database designers to define conceptual and internal schemas.
data definition language DDL
31
Once the database is compiled and populated with data the ___________ ___________ language is used to manipulate the data
data manipulation language (DML)
32
Property that describes an entity is called an
attribute
33
A user machine that provides user interface and local processing is called a
client
34
A type of database that stores and provides access to data points that are related to one another
relational database