Lecture 1 Flashcards

(58 cards)

1
Q

the foundation of technological
activity

A

Data

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

a highly organized collection
of assembled data

A

Database

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

sophisticated software that controls the database and the database environment

A

Database Management System

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

tokens or “counters” that were used for record keep dates back to what year

A

8500 B.C

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

the recording of data to keep track of how much a person has produced and what it can be bartered or sold for.

A

Record-keeping

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

originated in the trading
centers of fourteenth century Italy.

A

Double-entry bookkeeping

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

The earliest known example of double entry bookkeeping is from a merchant in Genoa and dates to the year

A

1340

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

he produced an adding machine that was an early version of today’s mechanical automobile odometers

A

Blaise Pascal

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

Invented in 1805 by Joseph Marie
Jacquard of France.

A

Punched Cards

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

method of storing fabric patterns, a form of graphic data, as holes in punched cards was a very clever means of data storage

A

Punched Cards

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

punched cards were invented by

A

Jacquard of France 1805

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

he arranged to have the census data stored in punched cards and invented machinery to tabulate them.

A

Herman Hollerith

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

In 1896 Hollerith formed the Tabulating Machine Company to produce and commercially market his devices – this later became

A

IBM

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

he developed devices to automatically feed cards into the equipment and to automatically print results

A

James Powers

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

In 1911 he established the Powers Tabulating Machine Company – this later became Unisys Corporation

A

James Powers

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

Time Periods:

The introduction of electronic computers.

Witnessed a boom in economic development.

From this point onward, it would be virtually impossible to tie advances in computing devices to specific, landmark data storage and retrieval needs

A

Mid - 1950s

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

The earliest form of modern data storage, introduced in the 1870s and 1880

A

Punched paper tape

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

these were the only data storage medium used in the increasingly sophisticated electromechanical accounting machines of the 1920s, 1930s, and 1940s.

A

Punched cards

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

Time Periods:

Era of erasable magnetic storage begins.

Early development of magnetic tape for data recording.

Magnetic tape concept developed for commercial use by multiple companies.

A

1930s,1940s, 1950

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

commercially available units in
1952.

A

Magnetic Tape

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

began to be
developed at MIT in the late 1930s and early 1940s

A

Direct Access Magnetic Devices

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

early 1950s; forerunners of
magnetic disk technology

A

Magnetic Drum

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

commercially available in mid
1950s

A

Magnetic Disk

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

introduced as a data storage
medium in 1985

A

Compact Disk (CD)

25
Flash drives
Solid-state technology
26
Involves a company protecting its data from theft, malicious destruction, deliberate attempts at making phony changes to the data.
Data Security
27
Ensuring that even employees who normally have access to the company’s data are given access only to the specific data that they need in their work
Data Privacy
28
The ability to reconstruct data if it is lost or corrupted.
Backup and Recovery
29
Data is often stored multiple times within a company's system. New applications create additional data files. Duplication occurs within single files and across multiple files.
Data Accuracy
30
A collection of related data
Database
31
Known facts that can be recorded and have an implicit meaning.
Data
32
Some part of the real world about which data is stored in a database. For example, student grades and transcripts at a university.
Mini-world
33
A software package/ system to facilitate the creation and maintenance of a computerized database.
Database Management System (DBMS)
34
The DBMS software together with the data itself. Sometimes, the applications are also included.
Database System
35
Defines database structure, data types, and constraints. Loads initial database contents onto secondary storage. Manipulates data: Retrieval (querying, reports), Modification (insertions, deletions, updates). Access via web applications. Supports concurrent user and application access while maintaining data validity and consistency.
Typical DBMS Functionality
36
is used to hide storage details and present the users with a conceptual view of the database.
Data Abstraction
37
is a major part of database applications. This allows hundreds of concurrent transactions to execute per second.
OLTP (Online Transaction Processing)
38
guarantees that each transaction is correctly executed or aborted
Concurrency control
39
ensures each completed transaction has its effect permanently recorded in the database
Recovery subsystem
40
Users are categorized into
"Actors on the Scene" "Workers Behind the Scene"
41
# Actors on the scene: Responsible for authorizing access to the database, for coordinating and monitoring its use, acquiring software and hardware resources, controlling its use and monitoring efficiency of operations.
Database administrators:
42
# Actors on the scene: Responsible to define the content, the structure, the constraints, and functions or transactions against the database. They must communicate with the end-users and understand their needs
Database Designers
43
# Actors on the scene: They use the data for queries, reports and some of them update the database content.
End-users
44
# Actors on the scene: End-users can be categorized into
Casual: access database occasionally when needed Naïve or Parametric: they make up a large section of the end-user population.
45
# Database End Users: These include business analysts, scientists, engineers, others thoroughly familiar with the system capabilities. Many use tools in the form of software packages that work closely with the stored database
Sophisticated
46
# Database End Users: Maintain personal databases with packaged applications. Example: Tax program users with internal databases. Example: Individuals managing personal photo and video databases.
Stand-alone
47
# Actors on the Scene: This category currently accounts for a very large proportion of the IT work force
System Analysts and Application Developers
48
# Actors on the Scene: They understand the user requirements of naïve and sophisticated users and design applications including canned transactions to meet those requirements.
System Analysts
49
# Actors on the Scene: Implement the specifications developed by analysts and test and debug them before deployment
Application Programmers
50
# Actors on the Scene: There is an increasing need for such people who can analyze vast amounts of business data and real-time data (“Big Data”) for better decision making related to planning, advertising, marketing etc.
Business Analysts
51
# Actors behind the Scene: Create and test DBMS modules, interfaces, and ensure compatibility with other system components
System Designers and Implementors
52
# Actors Behind the Scene: Design software tools for database modeling, performance monitoring, prototyping, etc., aiding application development and database usage
Tool Developers
53
# Actors Behind the Scene: Manage hardware and software maintenance and operation of the database system.
Operators and Maintenance Personnel
54
# Historical Development of Database Technology: these were introduced in mid 1960s and dominated during the seventies
The Hierarchical and Network Models
55
# Historical Development of Database Technology: was originally introduced in 1970, was heavily researched and experimented within IBM Research and several universities Products emerged in the early 1980s
Relational model
56
# Historical Development of Database Technology: were introduced in late 1980s and early 1990s to cater to the need of complex data processing in CAD and other applications
Object-Oriented Database Management Systems (OODBMSs)
57
# Category of Users: Utilize and manage database content, design, develop, and maintain database applications.
"Actors on the Scene"
58
# Category of Users: Design, develop DBMS software, related tools, and manage computer systems operations
"Actors Behind the Scene"