Second Handout Flashcards

(73 cards)

1
Q

It means repository of data information

A

Cylinder

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

It means process

A

Rectangle

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

It is an organized collection of data

A

Database

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

It is permanent repository of data and information.

A

Database

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

Siya lang ang pwedeng magdelete.

A

Database administrator

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

Database systems process and organize large amount of data in __________.

A

Electronic Form

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

Group of programs to manage database.

A

Database Management System (DBMS)

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

Provides an interface between database and the user of the database and other application programs.

A

DBMS

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

Market leader for general purpose database systems.

A

Oracle

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

Front End

A

INTERFACE

Ex. MS Visual Basic

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

Back End

A

Source Code

Ex. MS ACCESS

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

Skilled IS professional who directs all activities related to an organization’s database.

A

Database administrator

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

3 Roles/Functions of a database administrator

A
  • Installation of new software
  • Data analysis
  • Security Administration
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Requirements for a database administrator.

A

Bachelors degree in computer-related course.

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

For data to be transformed into useful informstion, it must first be organized in a ___________.

A

Meaningful way

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

Temporary repository of data and information.

A

Table

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

Foundation of database and database structure.

A

Table

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

A circuit that is either on or off, smallest unit of data storage.

A

Bit

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

Eight bits.

A

Byte

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

Basic building block of information.

A

Character

Each byte represents a character

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

Typically a name, number or combination of characters that describes an aspect of a business object or activity.

A

Field

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

A practice of writing compound words or phrases such that each next word or abbreviations begins with a capital letter.

A

Camel Case

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

4 rules for naming a field.

A
  1. Must begin with letter
  2. Descriptive
  3. Shorter the better
  4. Special characters not allowed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

A collection of related data fields.

A

Record

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
A collection of related records.
File
26
A collection of integrated and related files.
Database
27
Hierarchy of Data
1. Bit 2. Byte 3. Field 4. Record 5. File 6. Database
28
A generalized class of people, places, or things (objects) for which data is collected, stored and maintained.
Entity
29
It is also known as TABLE.
Entity
30
Characteristic/s of an entity.
Attribute
31
Value of an attribute
Data item
32
- Field or set of fields in a record that is used to identify the record. - It is a unique identifier
Primary Key (PK)
33
Separate data files are created for each application. Results in data redundancy.
Traditional approach
34
It is also known as manual approach.
Traditional approach
35
Pool of related data is shared by multiple applications. Reduced data redundancy.
Centralized approach
36
Also known as Network approach.
Centralized approach
37
- Sequential Access - Non-permanent - Several locations
Traditional approach
38
- Direct access - Permanent Medium - One location
Database approach
39
When building a database, what are the four things to consider?
Content Logical Structure Access Physical Organizations
40
Building a database requires two types of designs.
Logical design and Physical design
41
Abstract model of how data should be structured and arranged to meet an organization's information needs.
Logical design E - Entity (Table) A - Attribute R - Relationship
42
Fine tunes the logical database design for performance and cost considerations.
Physical ``` C - Columns R - Rows F - Field K - Key D - Domain ```
43
A diagram of data entities and their relationship.
Data Model
44
3 poor data models
1. Difficulty in searching 2. Inaccuracy 3. Redundancy (duplication of record)
45
Showing the relation between entities.
Relationship
46
3 kinds of relationship
1. One-one relationship 2. One-many relationship 3. Many-many relationship
47
Data models that use basic graphical symbols to show the organization of & relationship between data.
Entity-Relationship Diagram (ERD)
48
ANSI
American National Standard Institute
49
It is the standard setter
ANSI
50
Entity
Box/Rectangle
51
Attribute
Oval
52
Relationship
Diamond/Crow's foot
53
All data elements are placed in two-dimensional tables (relations) which are the logical equivalent of files (E.F. Codd)
Relational Model
54
Each row represents a __________.
Record (Tuple)
55
Columns of the table represents __________.
Attributes/Fields
56
The allowable values for data attributes.
Domain
57
It is also known as the field size.
Domain
58
Selecting
Rows
59
Projecting
Columns
60
Joining
Combine
61
Linking
Link
62
Simple database program whose records have no relationship to one another.
Flat file
63
One person can use the database at a time.
Single user
64
4 types of Flat File
- MS Excel - MS Word - MS OneNote - EverNote
65
3 types of Single User
1. MS Access 2. FileMaker Pro 3. MS InfoPath
66
Allows dozens or hundreds of people to access the same database system at the same time.
Multiple user
67
3 types of multiple user
1. Oracle 2. Sybase 3. IBM DB2
68
Description of the entire database.
Schema
69
Large database systems typicall py use schemas to define the tables and other database features associated with a person or user.
--------
70
Collection of instructions/commands that define and describe data and data relationship in a database.
Database Definition Language (DDL)
71
It allows database creator to describe the data and the data relationship that are to be contained in the schema.
Database Definition Language (DDL)
72
A detailed description of all the data used in the database.
Data dictionary
73
It organize data and information
Filing cabinet