PRELIM Q1 Flashcards

(32 cards)

1
Q

is a tool used to organize, store,
retrieve, and communicate (report on) group of
related information.

A

database

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

4 main Objects

A
  1. Tables – store data in rows and columns
  2. Queries – retrieve and process data
  3. Forms – control data entry and data views.
    a Form is a customized manner of inputting data into a
    database or representing data on a screen.
  4. Reports – summarize and print data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Database software, often called a

A

database
management system (DBMS)

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

identifies the quality of the data

A

Data integrity

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

GIGO

A

Garbage in, garbage out

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

points out the
accuracy of a computer’s output depends on the
accuracy of the input

A

(GIGO)

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

Valuable information should have the following
characteristics

A

Accurate
Verifiable
Timely
Organized
Accessible
Useful
Costeffective

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

is one byte
– Numbers, letters, space,
punctuation marks, or
other symbols

A

A character

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

is a combination
of one or more related
characters
– Field name
– Field size
– Data type

A

A field

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

is a group of related fields

A

record

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

uniquely identifies each record

A

primary key

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

is a collection of related records

A

data file

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

refers to the procedures that
keep data current

A

File maintenance

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

compares data with a set of rules or
values to find out if the data is correct

A

Validation

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

Database approach
* Programs and users share
data
* Reduce data redundancy
* Improve data integrity
* Share data
* Allows easier access
* Reduces development time
* Can be more vulnerable

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

File processing system
* Each department has its
own set of files
* Used for many years
* Have data redundancy
* Isolate data

16
Q

contains data about each file in
the database and each field in those files

A

A data dictionary

17
Q

provides several tools that allow users
and programs to retrieve and maintain data in the
database

18
Q

consists of simple, English-like
statements that allow users to specify the data to
display, print, or store

A

query language

19
Q

provides a GUI to assist
users with retrieving data

A

Query by example (QBE

20
Q

is a window on the screen that provides
areas for entering or modifying data in a database

21
Q

allows users to design a report
on the screen, retrieve data into the report
design, and then display or print the report

A

A report generator

22
Q

A DBMS provides means to
ensure that only authorized users
access data at permitted times

A

Access privileges
Principle of least privilege

23
Q

consists of rules and standards that
define how the database organizes data

24
stores data in tables that consist of rows and columns
relational database
25
is a link within the data
relationship
26
is a query language that allows users to manage, update, and retrieve data
Structured Query Language (SQL)
27
stores data in objects
An object-oriented database (OODB
28
can store data in more than two dimensions of data – Sometimes known as a hypercube – Can consolidate data much faster than a relational database
A multidimensional database
29
is a huge database that stores and manages the data required to analyze historical and current transactions
data warehouse
30
is the process of sorting through large data sets to identify patterns and relationships that can help solve business problems through data analysis
Datamining
31