Garantie de satisfaction à 100% Disponible immédiatement après paiement En ligne et en PDF Tu n'es attaché à rien 4.2 TrustPilot
logo-home
Examen

CS6400-Exam1 Questions with Correct Answers New Version (Fully Solved)

Note
-
Vendu
2
Pages
10
Grade
A+
Publié le
15-12-2024
Écrit en
2024/2025

CS6400-Exam1 Questions with Correct Answers New Version (Fully Solved) DBMS (Database Management System) - Answers is a computerized system that enables users to create and maintain a database Meta Data - Answers The database definition or descriptive information is also stored by the DBMS in the form of a database catalog or dictionary transaction - Answers an executing program or process that includes one or more database accesses, such as reading or updating of database records requirements specification and analysis - Answers The first phase in the design of the new application for an existing database or design of a brand-new database Conceptual Design - Answers Overview of the system, does not include hardware or software choices Logical Design - Answers A stage in the design phase that matches the conceptual design to the requirements of the selected DBMS and is therefore software-dependent. It is used to translate the conceptual design into the internal model for a selected database management system. Physical Design - Answers translates the logical design into physical components. The database design is implemented, populated with actual data, and continuously maintained to reflect the state of the miniworld. self-describing data - Answers includes the data item names and data values together in one structure Data Modeling - Answers Defining a database so that it faithfully represents all key components of an organization's environment. The objective is to explicitly capture and store data about every business activity the organization wishes to plan, control, or evaluate. operation - Answers (also called a function or method) -The interface (or signature) -The implementation program-operation independence - Answers User application programs can operate on the data by invoking these operations through their names and arguments, regardless of how the operations are implemented Data Abstraction - Answers allows program-data independence and program-operation independence view - Answers subset of the database or it may contain virtual data that is derived from the database files but is not explicitly stored. Concurrency Control - Answers A method of dealing with a situation in which two or more users or applications need to access the same record at the same time. OLTP (online transaction processing) - Answers Database design used for browsing and manipulating business transaction activity Isolation - Answers ensures that each transaction appears to execute in isolation from other transactions, even though hundreds of transactions may be executing concurrently atomicity - Answers ensures that either all the database operations in a transaction are executed or none are Database Administrator (DBA) - Answers the person responsible for coordinating, controlling, and managing the database Database designers - Answers are responsible for identifying the data to be stored in the database and for choosing appropriate structures to represent and store this data End users - Answers are the people whose jobs require access to the database for querying, updating, and generating reports; the database primarily exists for their use. Parametric End Users - Answers Their main job function revolves around constantly querying and updating the database, using standard types of queries and updates Sophisticated end users - Answers include engineers, scientists, business analysts, and others who thoroughly familiarize themselves with the facilities of the DBMS in order to implement their own applications to meet their complex requirements. Standalone users - Answers maintain personal databases by using ready-made program packages that provide easy-to-use menu-based or graphics-based interfaces. An example is the user of a financial software package that stores a variety of personal financial data. Casual end users - Answers occasionally access the database, but they may need different information each time. System analysts - Answers determine the requirements of end users, especially naive and parametric end users, and develop specifications for standard canned transactions that meet these requirements. Application programmers - Answers implement these specifications as programs; then they test, debug, document, and maintain these canned transactions. redundancy - Answers storing the same data multiple times data normalization - Answers database design that stores each logical data item—such as a student's name or birth date—in only one place in the database. Controlled Redundancy - Answers maintains replicas or exact copies. Denormalization - Answers The process of transforming normalized relations into non-normalized physical record specifications Persistent Storage - Answers The storage of data in a non-volatile storage medium such as a hard drive. In the absence of persistent data storage, data would only be stored in RAM (random access memory) and would be lost whenever the device lost power. impedance mismatch problem - Answers data structures provided by the DBMS were incompatible with the programming language's data structures Indexes - Answers Auxiliary files for efficiently executing queries and updates buffering or caching module - Answers maintains parts of the database in main memory buffers query processing and optimization module - Answers responsible for choosing an efficient query execution plan for each query based on the existing storage structures. backup and recovery subsystem - Answers provide facilities for recovering from hardware or software failures integrity constraints - Answers rules that help ensure the quality of information Referential Integrity - Answers A rule that prevents orphaned records. deductive database systems - Answers provide capabilities for defining deduction rules for inferencing new information from the stored database facts Triggers - Answers is a form of a rule activated by updates to the table, which results in performing some additional operations to some other tables, sending messages, and so on. stored procedures - Answers More involved procedures to enforce rules active database systems - Answers provide active rules that can automatically initiate actions when certain events and conditions occur Implications of Using the Database Approach - Answers -Potential for Enforcing Standards -Reduced Application Development Time -Flexibility -Availability of Up-to-Date Information -Economies of Scale

Montrer plus Lire moins
Établissement
CS6400
Cours
CS6400









Oups ! Impossible de charger votre document. Réessayez ou contactez le support.

École, étude et sujet

Établissement
CS6400
Cours
CS6400

Infos sur le Document

Publié le
15 décembre 2024
Nombre de pages
10
Écrit en
2024/2025
Type
Examen
Contient
Questions et réponses

Sujets

Aperçu du contenu

CS6400-Exam1 Questions with Correct Answers New Version (Fully Solved)

DBMS (Database Management System) - Answers is a computerized system that enables users to create
and maintain a database

Meta Data - Answers The database definition or descriptive information is also stored by the DBMS in
the form of a database catalog or dictionary

transaction - Answers an executing program or process that includes one or more database accesses,
such as reading or updating of database records

requirements specification and analysis - Answers The first phase in the design of the new application
for an existing database or design of a brand-new database

Conceptual Design - Answers Overview of the system, does not include hardware or software choices

Logical Design - Answers A stage in the design phase that matches the conceptual design to the
requirements of the selected DBMS and is therefore software-dependent. It is used to translate the
conceptual design into the internal model for a selected database management system.

Physical Design - Answers translates the logical design into physical components. The database design is
implemented, populated with actual data, and continuously maintained to reflect the state of the
miniworld.

self-describing data - Answers includes the data item names and data values together in one structure

Data Modeling - Answers Defining a database so that it faithfully represents all key components of an
organization's environment. The objective is to explicitly capture and store data about every business
activity the organization wishes to plan, control, or evaluate.

operation - Answers (also called a function or method)

-The interface (or signature)

-The implementation

program-operation independence - Answers User application programs can operate on the data by
invoking these operations through their names and arguments, regardless of how the operations are
implemented

Data Abstraction - Answers allows program-data independence and program-operation independence

view - Answers subset of the database or it may contain virtual data that is derived from the database
files but is not explicitly stored.

Concurrency Control - Answers A method of dealing with a situation in which two or more users or
applications need to access the same record at the same time.

, OLTP (online transaction processing) - Answers Database design used for browsing and manipulating
business transaction activity

Isolation - Answers ensures that each transaction appears to execute in isolation from other
transactions, even though hundreds of transactions may be executing concurrently

atomicity - Answers ensures that either all the database operations in a transaction are executed or
none are

Database Administrator (DBA) - Answers the person responsible for coordinating, controlling, and
managing the database

Database designers - Answers are responsible for identifying the data to be stored in the database and
for choosing appropriate structures to represent and store this data

End users - Answers are the people whose jobs require access to the database for querying, updating,
and generating reports; the database primarily exists for their use.

Parametric End Users - Answers Their main job function revolves around constantly querying and
updating the database, using standard types of queries and updates

Sophisticated end users - Answers include engineers, scientists, business analysts, and others who
thoroughly familiarize themselves with the facilities of the DBMS in order to implement their own
applications to meet their complex requirements.

Standalone users - Answers maintain personal databases by using ready-made program packages that
provide easy-to-use menu-based or graphics-based interfaces. An example is the user of a financial
software package that stores a variety of personal financial data.

Casual end users - Answers occasionally access the database, but they may need different information
each time.

System analysts - Answers determine the requirements of end users, especially naive and parametric
end users, and develop specifications for standard canned transactions that meet these requirements.

Application programmers - Answers implement these specifications as programs; then they test, debug,
document, and maintain these canned transactions.

redundancy - Answers storing the same data multiple times

data normalization - Answers database design that stores each logical data item—such as a student's
name or birth date—in only one place in the database.

Controlled Redundancy - Answers maintains replicas or exact copies.

Denormalization - Answers The process of transforming normalized relations into non-normalized
physical record specifications
€7,52
Accéder à l'intégralité du document:

Garantie de satisfaction à 100%
Disponible immédiatement après paiement
En ligne et en PDF
Tu n'es attaché à rien

Faites connaissance avec le vendeur

Seller avatar
Les scores de réputation sont basés sur le nombre de documents qu'un vendeur a vendus contre paiement ainsi que sur les avis qu'il a reçu pour ces documents. Il y a trois niveaux: Bronze, Argent et Or. Plus la réputation est bonne, plus vous pouvez faire confiance sur la qualité du travail des vendeurs.
TutorJosh Chamberlain College Of Nursing
S'abonner Vous devez être connecté afin de suivre les étudiants ou les cours
Vendu
350
Membre depuis
1 année
Nombre de followers
16
Documents
29181
Dernière vente
2 jours de cela
Tutor Joshua

Here You will find all Documents and Package Deals Offered By Tutor Joshua.

3,6

55 revues

5
19
4
14
3
12
2
0
1
10

Récemment consulté par vous

Pourquoi les étudiants choisissent Stuvia

Créé par d'autres étudiants, vérifié par les avis

Une qualité sur laquelle compter : rédigé par des étudiants qui ont réussi et évalué par d'autres qui ont utilisé ce document.

Le document ne convient pas ? Choisis un autre document

Aucun souci ! Tu peux sélectionner directement un autre document qui correspond mieux à ce que tu cherches.

Paye comme tu veux, apprends aussitôt

Aucun abonnement, aucun engagement. Paye selon tes habitudes par carte de crédit et télécharge ton document PDF instantanément.

Student with book image

“Acheté, téléchargé et réussi. C'est aussi simple que ça.”

Alisha Student

Foire aux questions