Shared Flashcard Set

Details

cis410
ch. 5
75
Computer Science
Undergraduate 4
09/16/2013

Additional Computer Science Flashcards

 


 

Cards

Term
sarbanes-oxley act
Definition
1. public companies must document the effectiveness of their internal financial controls
2. CEOs and CFOs are held responsible for these disclosures
Term
data governance
Definition
an approach to managing info across an entire organization. formal set of processes to make info transparent and available for people authorized to access it
Term
master data management
Definition
process that spans all of an organization's business processes and applications. provides companies with the ability to store, maintain, exchange, and synchronize a consistent, accurate, and timely “single version of the truth” for the company's master data.
Term
master data
Definition
a set of core data, such as customer, product, employee, vendor, and geographic location, that span all of the enterprise's information systems.
Term
transaction data
Definition
generated and captured by operational systems, describe the activities, or transactions, of the business.
Term
databases
Definition
arranged so that one set of software programs—the database management system—provides all users with access to all the data.
Term
data redundancy
Definition
same data stored in many places
Term
data isolation
Definition
applications cannot access data associated with other applications
Term
data inconsistency
Definition
various versions of the data do not agree
Term
data security
Definition
data systems have extremely high security measures to prevent mistakes and attacks
Term
data integrity
Definition
data meet certain constraints, such as no alphabetical characters in social security numbers
Term
data independence
Definition
applications and data are not linked to each other, so that all applications are able to access the same data
Term
data integrity
Definition
data meet certain constraints, such as no alphabetical characters in social security numbers
Term
data independence
Definition
applications and data are not linked to each other, so that all applications are able to access the same data
Term
data hierarchy
Definition
1. bit represents smallest unit
2. byte is a group of 8 bits
3. field is grouping of logical characters
4. record- logical grouping of fields
5. file (or table)- logical grouping of related records
Term
data model
Definition
diagram that represents the entities in the database and the relationships among them.
Term
entity
Definition
person, place, thing, event, of which an organization maintains info
Term
instance
Definition
specific, unique representation of an entity. IE: instance of entity STUDENT would be a specific student
Term
attribute
Definition
each characteristic or quality of a specific entity. IE: student number, name, etc.
Term
primary key
Definition
the record file that is used to uniquely identify that file.
Term
secondary key
Definition
some other form used to identify that doesn't always identify with complete accuracy
Term
entity-relationship (ER) modeling
Definition
The process of designing a database by organizing data entities to be used and identifying the relationships among them.
Term
entity-relationship (ER) diagram
Definition
Document that shows data entities and attributes and relationships among them.
Term
Cardinality
Definition
refers to the maximum number of times an instance of one entity can be associated with an instance of the related entity.
Term
Modality
Definition
refers to the minimum number of times an instance of one entity can be associated with an instance of the related entity.
Term
entity classes
Definition
A grouping of entities of a given type.
Term
identifier
Definition
An attribute that identifies an entity instance.
Term
database management system (DBMS)
Definition
The software program (or group of programs) that provides access to a database.
Term
relational database model
Definition
Data model based on the simple concept of tables in order to capitalize on characteristics of rows and columns of data.
Term
structured query language (SQL)
Definition
Popular relational database language that enables users to perform complicated searches with relatively simple instructions.
Term
query by example (QBE)
Definition
Database language that enables the user to fill out a grid (form) to construct a sample or description of the data wanted.
Term
data dictionary
Definition
Collection of definitions of data elements, data characteristics that use the data elements, and the individuals, business functions, applications, and reports that use the data elements.
Term
normalization
Definition
A method for analyzing and reducing a relational database to its most streamlined form for minimum redundancy, maximum data integrity, and best processing performance.
Term
data warehouse
Definition
A repository of historical data that are organized by subject to support decision makers in the organization.
Term
data mart
Definition
A low-cost, scaled-down version of a data warehouse designed for the end-user needs in a small organization, or in a strategic business unit (SBU) or department in a large organization.
Term
multidimensional structure
Definition
The manner in which data are structured in a data warehouse so that they can be analyzed by different views or perspectives, which are called dimensions.
Term
metadata
Definition
data about data
Term
knowledge management (KM)
Definition
A process that helps organizations identify, select, organize, disseminate, transfer, and apply information and expertise that are part of the organization's memory and that typically reside within the organization in an unstructured manner.
Term
intellectual capital (intellectual assets)
Definition
Other terms for knowledge.
Term
explicit knowledge
Definition
The more objective, rational, and technical types of knowledge.
Term
tacit knowledge
Definition
The cumulative store of subjective or experiential learning; it is highly personal and hard to formalize.
Term
knowledge management systems (KMSs)
Definition
Information technologies used to systematize, enhance, and expedite intra- and interfirm knowledge management.
Term
memory hierarchy
Definition
kilo
mega
giga
tera
peta
Term
arithmetic-logic unit (ALU)
Definition
Portion of the CPU that performs mathematic calculations and makes logical comparisons.
Term
binary form
Definition
The form in which data and instructions can be read by the CPU—only 0s and 1s.
Term
bits
Definition
Short for binary digit (0s and 1s), the only data that a CPU can process.
Term
byte
Definition
An 8-bit string of data, needed to represent any one alphanumeric character or simple mathematical operation.
Term
cache memory
Definition
A type of primary storage where the computer can temporarily store often-used blocks of data, and which a processor can access more rapidly than main memory (RAM).
Term
central processing unit (CPU)
Definition
Hardware that performs the actual computation or “number crunching” inside any computer.
Term
compact disk, read-only memory (CD-ROM)
Definition
A form of secondary storage that can be only read, not written on.
Term
control unit
Definition
Portion of the CPU that controls the flow of information.
Term
digital video disk (DVD)
Definition
An optical storage device used to store digital video or computer data.
Term
fat clients
Definition
Desktop computer systems that offer full functionality.
Term
flash memory devices
Definition
Electronic storage devices that are compact, portable, require little power, and contain no moving parts.
Term
hard drives
Definition
A form of secondary storage that reads from, and writes to, stacks of rotating magnetic disk platters mounted in rigid, sealed enclosures.
Term
magnetic disks
Definition
A form of secondary storage on a magnetized disk divided into tracks and sectors that provide addresses for various pieces of data; also called hard disks.
Term
magnetic tape
Definition
A secondary storage medium on a large open reel or in a smaller cartridge or cassette.
Term
mainframe
Definition
Relatively large computers used in large enterprises for extensive computing applications that are accessed by thousands of users.
Term
microcomputers
Definition
The smallest and least expensive category of general-purpose computers; also called micros, personal computers, or PCs.
Term
microprocessor
Definition
The CPU, made up of millions of transistors embedded in a circuit on a silicon wafer or chip.
Term
minicomputers
Definition
Relatively small, inexpensive, and compact midrange computers that perform the same functions as mainframe computers, but to a more limited extent.
Term
Moore's Law
Definition
Prediction by Gordon Moore, an Intel co-founder, that microprocessor complexity would double approximately every two years.
Term
multimedia technology
Definition
Computer-based integration of text, sound, still images, animation, and digitized full-motion video.
Term
netbook
Definition
A very small, light-weight, low-cost, energy-efficient, portable computer, typically optimized for Internet-based services such as Web browsing and e-mailing.
Term
optical storage devices
Definition
A form of secondary storage in which a laser reads the surface of a reflective plastic platter.
Term
primary storage
Definition
High-speed storage located directly on the motherboard that stores data to be processed by the CPU, instructions telling the CPU how to process the data, and operating system programs.
Term
random access memory (RAM)
Definition
The part of primary storage that holds a software program and small amounts of data brought from secondary storage.
Term
read-only memory (ROM)
Definition
A type of primary storage in which certain critical instructions are safeguarded; the storage is nonvolatile and retains instructions when power to the computer is turned off.
Term
registers
Definition
High-speed storage areas in the CPU that store very small amounts of data and instructions for short periods of time.
Term
secondary storage
Definition
Technology that can store large amounts of data for extended periods of time.
Term
server
Definition
Smaller mid-range computers that support networks, enabling users to share files, software, and other network devices.
Term
supercomputer
Definition
Computers with the most processing power available; used primarily in scientific and military work for computationally demanding tasks on large data sets.
Term
tablet computer (tablet)
Definition
A complete computer contained entirely in a flat touch screen that users operate via a stylus, digital pen, or fingertip instead of a keyboard or mouse.
Term
thin-client systems
Definition
Desktop computer systems that do not offer the full functionality of a PC.
Term
thumb drive
Definition
Storage device that fits into the USB port of a personal computer and is used for portable storage.
Supporting users have an ad free experience!