Section 6 Flashcards

1
Q

What system converts large amounts of data into a usable format to help users make business decisions

A

Database management system

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

What database is multidimensional, allowing information to be accessed from various views through internal linking between entries

A

Relational databases

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

What database are one-dimensional and presents information from a single point of view and do not interact with other files/plain text file

A

Flat file system

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

What layer communicates with the end user and can be fairly complex

A

Application layer

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

What layer alters the database after receiving the request through the application layer

A

Database management layer

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

What is composed of records and fields that hold data

A

Database

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

What part of the database table represents fields

A

Columns

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

What part of the database table contains a single piece of data about the subject of a record

A

Field

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

What part of the database table is represented as rows in a table with related information

A

Records

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

What database is one of the oldest database models and is organized in a tree structure

A

Hierarchical database

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

What database contains tables that can be joined together in logical ways

A

Relational database

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

What data type is used for double-precision floating-point numbers

A

Double

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

What data type stores a series of characters, including numbers, letters, and special characters forming a phrase in programming

A

String

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

What data type is used for whole numbers

A

Integer

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

What data type is used to represent only two possible values, true or false

A

Boolean

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

What operation takes row from one table and creates a new table

A

Selection operation

17
Q

What operation combines distinct fields from multiple tables that have the same set of attributes and data types

A

Union operation

18
Q

What operation creates a result table that includes all of the attributes from the two tables

A

Product operation

19
Q

What operation combines two table, but records are only appended when a matching criterion is met

A

Join operation

20
Q

What database is a collection of objects, each with two components: data and instructions

A

Object-oriented (OO) databases

21
Q

What database has each item stored as an attribute name together with its value

A

Key-value databases (Stores)

22
Q

What database can accommodate a wide variety of data models, including key-value, document, columnar, and graph formats

23
Q

What database is optimized to work in a cloud environment

A

Cloud databases

24
Q

What is a system of data stored in raw format

25
What database consists of data residing on different machines
Distributed Databases
26
What database responsibility ensures that only authorized users have access to the database and fortifying it against unauthorized access
Database security
27
What database responsibility optimizes performance of database systems
Database tuning
28
What database responsibility makes replicas of databases available from various locations
High availability
29
What database responsibility continues core business operations effectively even with the disruption of some auxiliary services
Business continuity
30
What database responsibility plans for and executes adequate backup and recovery procedures
Backup and recovery
31
What database responsibility writes complex queries and generates records for users
Reporting
32
What database responsibility writes coding to interact with the database resources
Designing and developing database applications