Midterm 2: Ch. 5, 6, 8, labs 3-6 Flashcards

1
Q

(not a question) Cards formatted as:

A

[Chapter #] | [Flashcard first side]

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

5| What is a database?

A

An organized connection of data; a collection of integrated records.

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

5| What is the purpose of databases?

A

To organize and keep track of multiple themes, such as grades or emails.

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

5| When should data be stored in a spreadsheet versus a database?

A

Single theme - store in a spreadsheet; Multiple themes - store in a database.

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

5| Why is it important to learn about databases?

A

Databases are ubiquitous in commerce and essential for turning data into useful information.

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

5| What are the components of a database?

A

Hierarchy of data elements and relationships among rows.

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

5| What is a Database Management System (DBMS)?

A

A system that creates, processes, and administers databases.

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

5| What are the functions of a DBMS?

A
  1. Creating the Database and its structures 2. Processing the database 3. Administering the database.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

5| What are some licensed DBMS vendors?

A

IBM, Microsoft, Oracle, and others.

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

5| What is an example of an open-source DBMS?

A

MySQL: License-free for most applications.

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

5| What are the DBMS process operations?

A
  1. Read 2. Insert 3. Modify 4. Delete data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

5| What is SQL?

A

Structured Query Language, an international standard language for creating and processing databases.

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

5| What is an example SQL command?

A

INSERT INTO Student ([Student Number], [Student Name], H W1, H W2, MidTerm) VALUES (1000, ‘Franklin, Benjamin’, 90, 95, 100);

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

5| What are the four elements of a database application?

A

Purposes, Forms, Reports, Queries, and Application programs.

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

5| What do forms in a database application do?

A

View data; insert new, update existing, delete existing data.

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

5| What are reports in a database application?

A

Structured presentation of data using sorting, grouping, filtering, and other operations.

17
Q

5| What are queries in a database application?

A

Search using values provided by the user.

18
Q

5| What are application programs in a database application?

A

Provide security, data consistency, and special purpose processing.

19
Q

5| What are nontraditional DBMS products?

A

DBMS that store new data differently, focusing on ACID transactions.

20
Q

5| What does ACID stand for?

A

Atomic, Consistent, Isolated, Durable transactions.

21
Q

5| What is Dynamo?

A

Amazon-developed nonrelational data store.

22
Q

5| What is Bigtable?

A

Google-developed nonrelational data store.

23
Q

5| What is Cassandra?

A

Facebook-developed nonrelational data store using concepts from both Dynamo and Bigtable.

24
Q

5| What is a Top-Level Project (TLP)?

A

Open-source Cassandra by Apache.

25
Q

5| What is New SQL DBMS?

A

Processes very high levels of transactions like NoSQL DBMS but provides ACID support.

26
Q

5| What are in-memory DBMS using SQL extension?

A

Examples include SAP HANA and Tableau.

27
Q

5| What is Slick Analytics?

A

A strategy for merging storage and analysis of cloud-based data.

28
Q

5| What was Laredo Petroleum’s old approach?

A

Used numerous spreadsheets and manual calculations, diminishing the value of data.

29
Q

5| What is Laredo Petroleum’s new approach?

A

Uses cloud storage and cloud analytics.