1.1 Flashcards

1
Q

What is Data

A

numeric, textual, visual, or audio information that describes real-world systems.

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

What is data scope?

A

The amount of data produced and collected

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

What is data format?

A

Data may be produced as numbers, text, image, audio, or video

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

What is data access?

A

Some data sources are private while others are made publicly available

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

What is meant by analog ?

A

encoded as continuous variations on various physical media.

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

What is meant by digital?

A

encoded as zeros and ones on electronic and magnetic media.

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

What is a database?

A

A database is a collection of data in a structured format.

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

What is a database system or database management system (DBMS)?

A

A database system, also known as a database management system or DBMS, is software that reads and writes data in a database. Database systems ensure data is secure, internally consistent, and available at all times.

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

What is a query?

A

A query is a request to retrieve or change data in a database.

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

What is query language?

A

query language is a specialized programming language, designed specifically for database systems. Query languages read and write data efficiently, and differ significantly from general-purpose languages such as Python, Java, and C++.

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

What is a database application?

A

A database application is software that helps business users interact with database systems.

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

What is a database administrator responsible for?

A

A database administrator is responsible for securing the database system against unauthorized users. A database administrator enforces procedures for user access and database system availability.

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

What does a database designer do?

A

A database designer determines the format of each data element and the overall database structure. Database designers must balance several priorities, including storage, response time, and support for rules that govern the data. Since these priorities often conflict, database design is technically challenging.

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

What does a database programmer do?

A

A database programmer develops computer programs that utilize a database. Database programmers write applications that combine database query languages and general-purpose programming languages. Query languages and general-purpose languages have significant differences, so database programming is a specialized challenge.

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

What is a database user?

A

database user is a consumer of data in a database. Database users request, update, or use stored data to generate reports or information. Database users usually access the database via applications but can also submit queries directly to the database system.

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