Module 1 Flashcards

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

A

table

17
Q

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

A

entity

18
Q

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

A

E-R model

19
Q

NoSQL stands for

A

not only SQL

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

A

data

22
Q

Information stored in a database catalog

A

meta-data

23
Q

Where is meta-data stored

A

catalog

24
Q

DBA stands for

A

database administrator

25
Q

Data abstraction used to provide a conceptual representation

A

data model

26
Q

People whose jobs require access to the database for querying, updating, generating reports

A

end users

27
Q

People whose jobs require access to the database for querying, updating, generating reports

A

end users

28
Q

Popular high level conceptual data model

A

Entity Relationship model

29
Q

The description of a database is call the

A

database schema

30
Q

The ______ ________ ________ is used by the DBA and by database designers to define conceptual and internal schemas.

A

data definition language DDL

31
Q

Once the database is compiled and populated with data the ___________ ___________ language is used to manipulate the data

A

data manipulation language (DML)

32
Q

Property that describes an entity is called an

A

attribute

33
Q

A user machine that provides user interface and local processing is called a

A

client

34
Q

A type of database that stores and provides access to data points that are related to one another

A

relational database