Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Business
Study Set
Accounting Information Systems Study Set 13
Quiz 13: Data Management Concepts
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 121
Essay
Discuss the relative benefits and drawbacks of the following file organization methods: a.sequential b.indexed-sequential c.direct
Question 122
Multiple Choice
________ is a multidimensional generalization of the 2-dimensional relational table which provides incredibly fast response times.
Question 123
Multiple Choice
ACID
Question 124
Short Answer
Below are three situations in which the Data Definition Language (DDL),the Data Manipulation Language (DML),or the Data Query Language (DQL)of a database management system will be used.Indicate on the line beside each situation which of the languages would likely be used. ________ A.A programmer uses COBOL to make revisions to the company's payroll application. ________ B.The zip code file in a customer master file is expanded to accommodate the nine digit "zip plus 4" zip codes. ________ C.The personnel director requests a special report regarding the number of employees in the company with a post-secondary education.
Question 125
Multiple Choice
High level query languages include the below except
Question 126
Multiple Choice
Object-oriented modeling can be ________ easily into object-oriented program code.
Question 127
Short Answer
Presented below is a list of terms relating to accounting information systems,followed by definitions of those terms. Required: Match the letter next to each definition with the appropriate term.Each answer will be used only once. ________ 1.DBA ________ 2.Inheritance ________ 3.Occurrence ________ 4.Branch ________ 5.Database model ________ 6.Record ________ 7.Fully inverted file ________ 8.Trailer record ________ 9.Record key ________ 10.Field A.The connection between children and parent(s)in a tree structure B.Individual who has overall responsibility for database administration C.The smallest block of data that will be stored and retrieved in the information system D.A synonym for schema E.A relationship created when an object class is divided into subclasses F.A file in which all fields are indexed G.A specific set of data values for a record H.A logical grouping of fields (data items)that concern a certain entity I.A data item or combination of data items that uniquely identify a particular record in a file J.A fixed-length extension of a master record
Question 128
Multiple Choice
What defines an entire database being loaded into computer-internal high-speed random access memory or other high-speed electronic storage device?
Question 129
Multiple Choice
In practice,________ databases outperform ________ databases in a wide range of common tasks that are typically performed in a business environment.
Question 130
Short Answer
Presented below is a list of terms relating to accounting information systems,followed by definitions of those terms. Required: Match the letter next to each definition with the appropriate term.Each answer will be used only once. ________ 1.Logical data structure ________ 2.Key ________ 3.Node ________ 4.DQL ________ 5.Element ________ 6.Hypertext systems ________ 7.DML ________ 8.SELECT ________ 9.First normal form ________ 10.DDL A.Defines the logical structure of the database (schema) B.A synonym for field C.A synonym for record key D.Systems that allow users to browse through databases in random fashion by selecting key words or objects E.The rational manner in which records and fields in the database are structured and organized F.Almost all statements in SQL begin with this word G.The commands for updating,editing,manipulating,and extracting data from a database H.A user-friendly language or interface that allows the user to request information from the database I.Relational tables that do not contain any repeating groups J.A synonym for repeated group
Question 131
Essay
Describe the duties of the database administrator (DBA)regarding the data dictionary.
Question 132
Essay
A database contains the following data: Student Schedule (Student#,Student_name,Major,Course#1,ClassTime1,Location1,Course#2,ClassTime2,Location2,Course#3,ClassTime3,Location3) Required: Normalize this relation through the third normal form.