IMNT Exam 2

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/67

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:34 PM on 3/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

68 Terms

1
New cards

Application Programs

The software that processes data, handles tasks like recording sales or generating reports

2
New cards

Application/system Programmers

People who write and maintain application programs

3
New cards

Attribute

Specific piece of information describing an entity, like a name or address

4
New cards

Big Data

Huge, complex datasets from many sources (sensors, social media) that traditional databases can't handle easily

5
New cards

Binary Relationship

A connection between two different entities, like between Customer and Sale.

6
New cards

Business Analytics Mindset

Using data to analyze past performance, spot trends, and make better business decisions.

7
New cards

Candidate Keys

Attributes that could be used as the unique identifier for a table because they are different for every record.

8
New cards

Cardinalities

Rules that define how many instances of one entity relate to another (like "one customer has many orders").

9
New cards

Cardinality Constraints

The specific minimum and maximum numbers that define a relationship.

10
New cards

Composite Attribute

An attribute made of smaller parts, like Address being made of Street, City, State, and Zip.

11
New cards

Conceptual Data Model

A high-level picture or map of important business "things" (entities) and how they relate.

12
New cards

Conceptual Modeling Steps

The process of creating that map: understand the business, identify entities, find relationships, add cardinalities.

13
New cards

Data Control Language

Commands used to control who can access and change the database (security and permissions).

14
New cards

Data Definition Language

Commands used to create and modify the structure of the database, like building tables.

15
New cards

Data Dictionary

A central catalog that describes all data in the database, including field names, types, and security rules.

16
New cards

Data Lake

A storage repository that holds vast amounts of raw data in its original format, without needing structure first.

17
New cards

Data Manipulation Language

Commands used to work with data inside tables, like adding, updating, or deleting records.

18
New cards

Data Query Demands

Commands used to ask questions and search for specific data (like SQL).

19
New cards

Database Administrators

The people responsible for managing and maintaining the database system.

20
New cards

Database Management Systems

The software that lets you create, manage, and interact with a database (like MySQL or Oracle).

21
New cards

Database Tables

The actual structures that hold data, organized into rows (records) and columns (fields).

22
New cards

Data-oriented Processing

An approach where many applications share a central database, reducing redundancy and keeping data consistent.

23
New cards

Data Mart

A smaller, focused version of a data warehouse for a specific department or team.

24
New cards

Data Mining

Using software to analyze large datasets and find hidden patterns and relationships.

25
New cards

Data Warehouse

A huge central database that stores historical data from many sources, used for analysis and reporting.

26
New cards

Degree of Relationship

The number of entity types involved in a relationship (like binary for two entities).

27
New cards

Derivable Attributes

Information that can be calculated from other data already in the database, so it doesn't need to be stored.

28
New cards

End Users

The people who use the database and applications to do their jobs (sales reps, accountants, etc.).

29
New cards

Entity

A person, place, thing, event, or concept you need to track (like CUSTOMER, PRODUCT, or SALE).

30
New cards

Entity-relationship Diagram

The drawing used for the conceptual data model, with rectangles for entities and lines showing relationships.

31
New cards

Field

A single piece of data in a database table; a column (like "Customer Name").

32
New cards

File-oriented Processing

An older approach where each application has its own separate data files, leading to duplication.

33
New cards

Foreign Keys

A field in one table that is the primary key of another table, used to create a link between them.

34
New cards

Forms Generators

Tools in a DBMS that make it easy to design data entry screens for users.

35
New cards

Hierarchical Databases

An older database model that organizes data in a tree-like structure with parent-child relationships.

36
New cards

Instances

A single occurrence of an entity. If "Customer" is the entity, then "Customer #1001" is one instance.

37
New cards

Legacy Systems

Old computer systems and technologies that an organization still uses.

38
New cards

Logical

Focuses on how data should be structured from a user's perspective, not technical storage details.

39
New cards

Logical Data Design

The blueprint for the database, showing tables, keys, and how they link together.

40
New cards

Logical Data Design Steps

The process of creating the blueprint: turn entities into tables, pick primary keys, link tables, add attributes.

41
New cards

Logical View/Schemas

A specific way of looking at data for a particular user. A "schema" is the overall database structure.

42
New cards

Mandatory Relationship

A relationship that must exist (a sale must be linked to at least one product).

43
New cards

Maximum Cardinality

The most instances that can be related (a product can be on "many" sales orders).

44
New cards

Minimum Cardinality

The fewest instances that can be related (a new customer could have "zero" sales orders).

45
New cards

Multivalued Attribute

An attribute that can have several values for one entity (an employee can have multiple skills).

46
New cards

Network Logistical Structures

An older database model that is more flexible than hierarchical, allowing complex relationships.

47
New cards

No SQL Database

A database that doesn't use traditional table structures, designed for large-scale or unstructured data.

48
New cards

Normal Form (Normalization)

Organizing data to reduce redundancy and ensure each table only describes one thing.

49
New cards

Object Oriented Logical Structures

A database that stores data and the code that acts on it together as an "object."

50
New cards

Object and Object Oriented

An "object" is a package containing both data and the instructions for what you can do with that data.

51
New cards

Online Analytical Processing

Software for analyzing data from multiple perspectives (by product, region, time, etc.).

52
New cards

Optional Relationships

A relationship that doesn't have to exist (a product may have zero sales orders yet).

53
New cards

Primary Key

A unique identifier for each record in a database table (like Customer ID)

54
New cards

Query by Example

A user-friendly way to search a database by filling in an example of the data you want.

55
New cards

Record

A complete set of information about one instance; a row in a table.

56
New cards

Record Layout

A document showing the structure of a file or table, listing each field, its type, and size.

57
New cards

Relation

The formal term for a table in a relational database; a structure of rows and columns.

58
New cards

Relational Logical Structures

The most common database type, organizing data into tables linked by common fields.

59
New cards

Relationships

The logical connections or associations between different entities.

60
New cards

Report Generators

Tools in a DBMS that help users design and create formatted reports from data.

61
New cards

Schema

The overall structure or blueprint for a database, defining tables, fields, and relationships.

62
New cards

Schema on Read

Applying a structure to data when you read or analyze it, not when you store it.

63
New cards

Schema on Write

Applying a structure to data before storing it in the database (how traditional databases work).

64
New cards

Structures Query Language

The standard programming language used to communicate with relational databases.

65
New cards

Structures, Semi-structured, and Unstructured Data

Categories: structured fits neatly in tables; semi-structured has some tags (like JSON); unstructured has no format (like images).

66
New cards

Ternary Relationship

A relationship involving three different entities at the same time.

67
New cards

Unary Relationship

A relationship an entity has with itself (an Employee manages other Employees).

68
New cards

User Interface

What the user sees and interacts with on screen—menus, buttons, and forms.

Explore top notes

Explore top flashcards

flashcards
Plants
119
Updated 812d ago
0.0(0)
flashcards
Vocab Quest 5
30
Updated 1098d ago
0.0(0)
flashcards
Spanish 3 Chapter 3
60
Updated 1221d ago
0.0(0)
flashcards
IHD- Young
40
Updated 737d ago
0.0(0)
flashcards
Unit 6 APUSH 1865-1900
31
Updated 447d ago
0.0(0)
flashcards
Latin IV Vocab Quiz 8
29
Updated 945d ago
0.0(0)
flashcards
SUMMERSPANISH
693
Updated 589d ago
0.0(0)
flashcards
Plants
119
Updated 812d ago
0.0(0)
flashcards
Vocab Quest 5
30
Updated 1098d ago
0.0(0)
flashcards
Spanish 3 Chapter 3
60
Updated 1221d ago
0.0(0)
flashcards
IHD- Young
40
Updated 737d ago
0.0(0)
flashcards
Unit 6 APUSH 1865-1900
31
Updated 447d ago
0.0(0)
flashcards
Latin IV Vocab Quiz 8
29
Updated 945d ago
0.0(0)
flashcards
SUMMERSPANISH
693
Updated 589d ago
0.0(0)