Deck 4: Database Concepts II

Full screen (f)
exit full mode
Question
<strong>  Subject Table   Department Table   Refer to the tables in Q2.How many attributes are present in the Lecturer Table?</strong> A)4 B)5 C)6 D)30 <div style=padding-top: 35px>
Subject Table
<strong>  Subject Table   Department Table   Refer to the tables in Q2.How many attributes are present in the Lecturer Table?</strong> A)4 B)5 C)6 D)30 <div style=padding-top: 35px>
Department Table
<strong>  Subject Table   Department Table   Refer to the tables in Q2.How many attributes are present in the Lecturer Table?</strong> A)4 B)5 C)6 D)30 <div style=padding-top: 35px>
Refer to the tables in Q2.How many attributes are present in the Lecturer Table?

A)4
B)5
C)6
D)30
Use Space or
up arrow
down arrow
to flip the card.
Question
To maximise the flexibility of the database structure in the business environment,achieving the _______ normal form is sufficient.

A)Third
B)Boyce-Codd
C)Fourth
D)Fifth
Question
Normalisation is the process of ____________ to eliminate repeating groups and data redundancies.

A)assigning primary keys to database tables.
B)assigning attributes to entities.
C)assigning foreign keys to database tables.
D)assigning relationships to entities.
Question
The goal of normalisation is to form tables that promote:

A)structural and query independence
B)relational and data independence
C)structural and data independence
D)relational and query independence
Question
Normalisation is a modelling technique used specifically for which type of database?

A)Hierarchical
B)Network
C)Relational
D)Object oriented
Question
What normal form is the Lecturer Table at?
Lecturer Table
<strong>What normal form is the Lecturer Table at? Lecturer Table   Subject Table   Department Table  </strong> A)First normal form B)Second normal form C)Third normal form D)The table is not at any normal form. <div style=padding-top: 35px>
Subject Table
<strong>What normal form is the Lecturer Table at? Lecturer Table   Subject Table   Department Table  </strong> A)First normal form B)Second normal form C)Third normal form D)The table is not at any normal form. <div style=padding-top: 35px>
Department Table
<strong>What normal form is the Lecturer Table at? Lecturer Table   Subject Table   Department Table  </strong> A)First normal form B)Second normal form C)Third normal form D)The table is not at any normal form. <div style=padding-top: 35px>

A)First normal form
B)Second normal form
C)Third normal form
D)The table is not at any normal form.
Question
<strong>  Subject Table   Department Table   Refer to the tables in Q2.The best attribute to be chosen as the primary key for the Lecturer Table is:</strong> A)Surname B)Surname and Given_Name C)Lecturer_Code D)Given _Name <div style=padding-top: 35px>
Subject Table
<strong>  Subject Table   Department Table   Refer to the tables in Q2.The best attribute to be chosen as the primary key for the Lecturer Table is:</strong> A)Surname B)Surname and Given_Name C)Lecturer_Code D)Given _Name <div style=padding-top: 35px>
Department Table
<strong>  Subject Table   Department Table   Refer to the tables in Q2.The best attribute to be chosen as the primary key for the Lecturer Table is:</strong> A)Surname B)Surname and Given_Name C)Lecturer_Code D)Given _Name <div style=padding-top: 35px>
Refer to the tables in Q2.The best attribute to be chosen as the primary key for the Lecturer Table is:

A)Surname
B)Surname and Given_Name
C)Lecturer_Code
D)Given _Name
Question
<strong>  Subject Table   Department Table   Refer to the tables in Q2.What best describes the relationship between the entities Subject and Lecturer?</strong> A)A lecturer can teach no subjects but may also teach many subjects B)A lecturer always teaches at least one subject C)A lecturer always teaches only one subject D)A lecturer can,but does not have to,teach only one subject <div style=padding-top: 35px>
Subject Table
<strong>  Subject Table   Department Table   Refer to the tables in Q2.What best describes the relationship between the entities Subject and Lecturer?</strong> A)A lecturer can teach no subjects but may also teach many subjects B)A lecturer always teaches at least one subject C)A lecturer always teaches only one subject D)A lecturer can,but does not have to,teach only one subject <div style=padding-top: 35px>
Department Table
<strong>  Subject Table   Department Table   Refer to the tables in Q2.What best describes the relationship between the entities Subject and Lecturer?</strong> A)A lecturer can teach no subjects but may also teach many subjects B)A lecturer always teaches at least one subject C)A lecturer always teaches only one subject D)A lecturer can,but does not have to,teach only one subject <div style=padding-top: 35px>
Refer to the tables in Q2.What best describes the relationship between the entities Subject and Lecturer?

A)A lecturer can teach no subjects but may also teach many subjects
B)A lecturer always teaches at least one subject
C)A lecturer always teaches only one subject
D)A lecturer can,but does not have to,teach only one subject
Question
<strong>  Subject Table   Department Table   Refer to the tables in Q2.How many records are present in the Lecturer Table?</strong> A)4 B)5 C)6 D)30 <div style=padding-top: 35px>
Subject Table
<strong>  Subject Table   Department Table   Refer to the tables in Q2.How many records are present in the Lecturer Table?</strong> A)4 B)5 C)6 D)30 <div style=padding-top: 35px>
Department Table
<strong>  Subject Table   Department Table   Refer to the tables in Q2.How many records are present in the Lecturer Table?</strong> A)4 B)5 C)6 D)30 <div style=padding-top: 35px>
Refer to the tables in Q2.How many records are present in the Lecturer Table?

A)4
B)5
C)6
D)30
Question
A table in second normal form must not have:

A)Partial dependencies
B)Transitive dependencies
C)Abstractive dependencies
D)Binding dependencies
Question
Controlled redundancies:

A)are allowed for the convenience of structuring data,data manipulation or reporting
B)should be prevented at all costs
C)permit the formation of tables that promote structural and data independence
D)none of the options are correct
Question
Which normal form is sufficient for most business applications?

A)Second normal form
B)Third normal form
C)Fourth normal form
D)Fifth normal form
Question
For more convenient and quicker structuring,manipulating or reporting,one can:

A)Pursue the highest normal form possible through normalisation.
B)Eliminate data redundancies.
C)Leave the repeating groups as they are.
D)Create controlled redundancies via lower forms of normalisation.
Question
The process of normalisation has ______ outcomes and _____ steps to achieve those outcomes:

A)three;two
B)three;three
C)three;four
D)none of the options are correct
Question
A table in third normal form must not have:

A)Abstractive dependencies
B)Binding dependencies
C)Transitive dependencies
D)Substitutive dependencies
Question
If we want a table to have no repeating groups,what should we do?

A)Select a primary key that uniquely identifies each line in the table.
B)Remove duplicated records in the table.
C)Create another table and transfer the duplicated instances into the new table.
D)Create foreign keys in the table.
Question
__________ can be removed by making the non-key attribute that an attribute is dependent on a primary key in a new table with the attribute and by leaving the non-key attribute as a foreign key in the existing table so the attribute is dependent on the primary key but via a non-key attribute.

A)Data redundancies
B)Partial dependencies
C)Repeating groups
D)Transitive dependencies
Question
Redundancies that are allowed for the convenience of structuring data,data manipulation or reporting are referred to as:

A)Restricted redundancies
B)Controlled redundancies
C)Normalised redundancies
D)Partial redundancies
Question
Normal forms higher than 3NF are often not performed because:

A)the process usually requires artificial assumptions that rarely hold in the business environment
B)the process is too time-consuming
C)the process requires special knowledge in database design that is not generally available in the everyday business environment
D)the process is for academic use only
Question
__________ occurs where one attribute is dependent on another,but neither is part of the primary key.

A)Partial dependency
B)Transitive dependency
C)Data redundancy
D)Repeating group
Question
Which of the following is true?

A)The REA model can store non-financial data and financial data.
B)The ER model can store only financial data.
C)The REA model can store only non-financial data.
D)The ER model can store non-financial data or financial data,but not at the same time.
Question
With respect to REA models,which of the following statements is NOT true?

A)REA models the exchanges in the various processes in an organisation and brings these exchanges together to form an enterprise system.
B)REA models concern the developing of the dualities between resources,events and agents.
C)REA models assists the development of database structures that can be used to capture the details of a business process.
D)REA models have been implemented in actual accounting systems in practice.
Question
If an organisation decided to open up its database to its suppliers,it must: (i)Discuss with the suppliers how electronic connections are done (ii)Discuss with the suppliers how relevant costs are shared (iii)Discuss with the suppliers what data are actually needed by them

A)(i)(ii)
B)(ii)(iii)
C)(i)(iii)
D)(i)(ii)(iii)
Question
The software that effects transmission of data and control between client and server is called:

A)communications middleware
B)a front-end application
C)a back-end application
D)none of the options are correct
Question
When building a traditional accounting system using REA,the REA model:

A)is implemented as it is
B)is implemented as a relational database
C)is implemented as business processes
D)is implemented as an ER model
Question
<strong>  Refer to the diagram in Q27.The resource that decreases is:</strong> A)Customer order B)Inventory C)Customer payment D)Cash <div style=padding-top: 35px>
Refer to the diagram in Q27.The resource that decreases is:

A)Customer order
B)Inventory
C)Customer payment
D)Cash
Question
A client-server system distributes computing functions between two types of ________ and _______ processes: servers and clients

A)dependent;autonomous
B)dependent;non - autonomous
C)independent;autonomous
D)independent;non - autonomous
Question
<strong>  Refer to the diagram in Q27.The resource that increases is:</strong> A)Customer order B)Inventory C)Customer payment D)Cash <div style=padding-top: 35px>
Refer to the diagram in Q27.The resource that increases is:

A)Customer order
B)Inventory
C)Customer payment
D)Cash
Question
The attitude of businesses towards using REA to implement accounting systems is best described as:

A)Keen
B)Positive
C)Reluctant
D)Negative
Question
Which of the following statements about the REA model is incorrect?

A)The REA model emphasises the recording of debits and credits within a relational database environment
B)The REA provides a structured approach for modelling business processes
C)The REA model consists of resources,events,and agents.
D)The REA model provides a template for a data model that can be applied in an accounting information system.
Question
Which of the following is NOT true about the differences between REA and ER diagrams?

A)ER diagrams do not have events.
B)REA diagrams do not show cardinalities.
C)In an REA diagram,entities are sorted into separate columns.
D)Both REA and ER diagrams show relationships.
Question
Duality in the REA model refers to:

A)Debits equalling credits when recording a transaction
B)The relationship between events that bring about an increase and decrease in resources
C)An event can only relate to one resource and each event can only relate to one other event
D)Each event needing two related agents - an internal and external agent
Question
When developing an enterprise model,which of the following sequence is correct?

A)Normalisation -> Construct ER Model -> Review ER Model -> Consolidate ER Model
B)Construct ER Model -> Consolidate ER Model -> Normalisation -> Review ER Model
C)Construct ER Model -> Normalisation -> Consolidate ER Model-> Review ER Model
D)Construct ER Model -> Review ER Model -> Normalisation -> Consolidate ER Model
Question
The process of developing an enterprise model is:

A)incremental
B)interlocking
C)iterative
D)agile
Question
REA database modelling is based on the premise that:

A)revenues,expenses and accrual items need to be identified for effective modelling
B)in every exchange in a process there is a revenue,event and agent involved
C)in every exchange in a process there is a resource,event and agent involved
D)none of the options are correct
Question
In the REA diagram shown below,the event that causes an increase is:
<strong>In the REA diagram shown below,the event that causes an increase is:  </strong> A)Customer order B)Inventory C)Customer payment D)Cash <div style=padding-top: 35px>

A)Customer order
B)Inventory
C)Customer payment
D)Cash
Question
When developing an enterprise model,the connectivities and cardinalities are primarily based on:

A)The general narrative of the organisation's operations.
B)The revision from areas of the organisation with ownership of the operations,policies,and processes.
C)The Normalisation process.
D)The consolidation of ER diagrams.
Question
<strong>  Refer to the diagram in Q27.The event that causes a decrease is:</strong> A)Customer order B)Inventory C)Customer payment D)Cash <div style=padding-top: 35px>
Refer to the diagram in Q27.The event that causes a decrease is:

A)Customer order
B)Inventory
C)Customer payment
D)Cash
Question
It is proposed that there are common patterns of inflows and outflows in every exchange.All such exchanges can be best represented by:

A)ER
B)REA
C)Relational database
D)Client-server model
Question
One of the REA model's greatest advantages is that:

A)It is extremely easy and cost effective for any business to implement.
B)It enables all staff to better understand customer needs.
C)It can store both non-financial and financial data.
D)It enables businesses to identify which staff are the busiest.
Question
In a client-server architecture,the concept of 'fat' means:

A)The computer conducts most of the processing
B)Generous space exists in the computer case for extra components
C)Bulky laptops
D)More power consumption
Question
In a client-server system,which of the following software is loaded into the client computers?

A)Front-end application software
B)Back-end application software
C)Communications middleware
D)Groupware
Question
What are the normal forms beyond the third normal form? Are these normal forms used in general business scenarios?
Question
Describe two differences between ER model and REA model.
Question
The client-server architecture is based on three major components,namely:

A)PCs,servers,and network
B)Hardware,software,and people
C)Hardware,software,and communications middleware
D)Computers,network,and people
Question
What is primary key? How can we design a good primary key?
Question
Describe the concept of duality in REA.
Question
Briefly describe the nature of the REA Accounting Model.
Question
Client-server systems can normally be classified as:

A)Single-tier and multiple-tier
B)Two-tier and three-tier
C)Internal-tier and external-tier
D)Single-tier and two-tier
Question
Which of the following combination regarding the client-server architecture is correct?

A)A thin client with a fat server
B)A thin client with a thin server
C)A fat client with a fat server
D)Any combination of thin and fat clients and servers is fine.
Question
In a client-server architecture,the concept of 'thin' means:

A)Slim tower design of the computer case
B)Laptop computers are less bulky
C)The computer conducts minimal processing
D)The computer runs on less power
Question
When is an enterprise model ready for database implementation?
Question
Discuss the three major components of the client-server architecture.
Question
Discuss the outcomes of the first,second,and the third normal forms and the actions required to achieve them.
Question
In an e-commerce environment: (i)An organisation can open up its database to its suppliers (ii)An organisation can allow its employees to access internal databases from outside of the company (iii)An organisation can open up its database to its customers

A)(i)& (iii)
B)(i)& (ii)
C)(ii)& (iii)
D)(i), (ii)& (iii)
Question
What basic problems does the second normal form solve?
Question
In a client-server system,the client's request is handled by intermediate severs that coordinate the execution of the client request with other servers.This is known as a:

A)Single-tier client-server system
B)Two-tier client-server system
C)Three-tier client-server system
D)Multiple-tier client-server system
Question
Illustrate the process of enterprise model development.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/58
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 4: Database Concepts II
1
<strong>  Subject Table   Department Table   Refer to the tables in Q2.How many attributes are present in the Lecturer Table?</strong> A)4 B)5 C)6 D)30
Subject Table
<strong>  Subject Table   Department Table   Refer to the tables in Q2.How many attributes are present in the Lecturer Table?</strong> A)4 B)5 C)6 D)30
Department Table
<strong>  Subject Table   Department Table   Refer to the tables in Q2.How many attributes are present in the Lecturer Table?</strong> A)4 B)5 C)6 D)30
Refer to the tables in Q2.How many attributes are present in the Lecturer Table?

A)4
B)5
C)6
D)30
B
2
To maximise the flexibility of the database structure in the business environment,achieving the _______ normal form is sufficient.

A)Third
B)Boyce-Codd
C)Fourth
D)Fifth
A
3
Normalisation is the process of ____________ to eliminate repeating groups and data redundancies.

A)assigning primary keys to database tables.
B)assigning attributes to entities.
C)assigning foreign keys to database tables.
D)assigning relationships to entities.
B
4
The goal of normalisation is to form tables that promote:

A)structural and query independence
B)relational and data independence
C)structural and data independence
D)relational and query independence
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
5
Normalisation is a modelling technique used specifically for which type of database?

A)Hierarchical
B)Network
C)Relational
D)Object oriented
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
6
What normal form is the Lecturer Table at?
Lecturer Table
<strong>What normal form is the Lecturer Table at? Lecturer Table   Subject Table   Department Table  </strong> A)First normal form B)Second normal form C)Third normal form D)The table is not at any normal form.
Subject Table
<strong>What normal form is the Lecturer Table at? Lecturer Table   Subject Table   Department Table  </strong> A)First normal form B)Second normal form C)Third normal form D)The table is not at any normal form.
Department Table
<strong>What normal form is the Lecturer Table at? Lecturer Table   Subject Table   Department Table  </strong> A)First normal form B)Second normal form C)Third normal form D)The table is not at any normal form.

A)First normal form
B)Second normal form
C)Third normal form
D)The table is not at any normal form.
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
7
<strong>  Subject Table   Department Table   Refer to the tables in Q2.The best attribute to be chosen as the primary key for the Lecturer Table is:</strong> A)Surname B)Surname and Given_Name C)Lecturer_Code D)Given _Name
Subject Table
<strong>  Subject Table   Department Table   Refer to the tables in Q2.The best attribute to be chosen as the primary key for the Lecturer Table is:</strong> A)Surname B)Surname and Given_Name C)Lecturer_Code D)Given _Name
Department Table
<strong>  Subject Table   Department Table   Refer to the tables in Q2.The best attribute to be chosen as the primary key for the Lecturer Table is:</strong> A)Surname B)Surname and Given_Name C)Lecturer_Code D)Given _Name
Refer to the tables in Q2.The best attribute to be chosen as the primary key for the Lecturer Table is:

A)Surname
B)Surname and Given_Name
C)Lecturer_Code
D)Given _Name
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
8
<strong>  Subject Table   Department Table   Refer to the tables in Q2.What best describes the relationship between the entities Subject and Lecturer?</strong> A)A lecturer can teach no subjects but may also teach many subjects B)A lecturer always teaches at least one subject C)A lecturer always teaches only one subject D)A lecturer can,but does not have to,teach only one subject
Subject Table
<strong>  Subject Table   Department Table   Refer to the tables in Q2.What best describes the relationship between the entities Subject and Lecturer?</strong> A)A lecturer can teach no subjects but may also teach many subjects B)A lecturer always teaches at least one subject C)A lecturer always teaches only one subject D)A lecturer can,but does not have to,teach only one subject
Department Table
<strong>  Subject Table   Department Table   Refer to the tables in Q2.What best describes the relationship between the entities Subject and Lecturer?</strong> A)A lecturer can teach no subjects but may also teach many subjects B)A lecturer always teaches at least one subject C)A lecturer always teaches only one subject D)A lecturer can,but does not have to,teach only one subject
Refer to the tables in Q2.What best describes the relationship between the entities Subject and Lecturer?

A)A lecturer can teach no subjects but may also teach many subjects
B)A lecturer always teaches at least one subject
C)A lecturer always teaches only one subject
D)A lecturer can,but does not have to,teach only one subject
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
9
<strong>  Subject Table   Department Table   Refer to the tables in Q2.How many records are present in the Lecturer Table?</strong> A)4 B)5 C)6 D)30
Subject Table
<strong>  Subject Table   Department Table   Refer to the tables in Q2.How many records are present in the Lecturer Table?</strong> A)4 B)5 C)6 D)30
Department Table
<strong>  Subject Table   Department Table   Refer to the tables in Q2.How many records are present in the Lecturer Table?</strong> A)4 B)5 C)6 D)30
Refer to the tables in Q2.How many records are present in the Lecturer Table?

A)4
B)5
C)6
D)30
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
10
A table in second normal form must not have:

A)Partial dependencies
B)Transitive dependencies
C)Abstractive dependencies
D)Binding dependencies
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
11
Controlled redundancies:

A)are allowed for the convenience of structuring data,data manipulation or reporting
B)should be prevented at all costs
C)permit the formation of tables that promote structural and data independence
D)none of the options are correct
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
12
Which normal form is sufficient for most business applications?

A)Second normal form
B)Third normal form
C)Fourth normal form
D)Fifth normal form
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
13
For more convenient and quicker structuring,manipulating or reporting,one can:

A)Pursue the highest normal form possible through normalisation.
B)Eliminate data redundancies.
C)Leave the repeating groups as they are.
D)Create controlled redundancies via lower forms of normalisation.
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
14
The process of normalisation has ______ outcomes and _____ steps to achieve those outcomes:

A)three;two
B)three;three
C)three;four
D)none of the options are correct
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
15
A table in third normal form must not have:

A)Abstractive dependencies
B)Binding dependencies
C)Transitive dependencies
D)Substitutive dependencies
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
16
If we want a table to have no repeating groups,what should we do?

A)Select a primary key that uniquely identifies each line in the table.
B)Remove duplicated records in the table.
C)Create another table and transfer the duplicated instances into the new table.
D)Create foreign keys in the table.
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
17
__________ can be removed by making the non-key attribute that an attribute is dependent on a primary key in a new table with the attribute and by leaving the non-key attribute as a foreign key in the existing table so the attribute is dependent on the primary key but via a non-key attribute.

A)Data redundancies
B)Partial dependencies
C)Repeating groups
D)Transitive dependencies
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
18
Redundancies that are allowed for the convenience of structuring data,data manipulation or reporting are referred to as:

A)Restricted redundancies
B)Controlled redundancies
C)Normalised redundancies
D)Partial redundancies
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
19
Normal forms higher than 3NF are often not performed because:

A)the process usually requires artificial assumptions that rarely hold in the business environment
B)the process is too time-consuming
C)the process requires special knowledge in database design that is not generally available in the everyday business environment
D)the process is for academic use only
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
20
__________ occurs where one attribute is dependent on another,but neither is part of the primary key.

A)Partial dependency
B)Transitive dependency
C)Data redundancy
D)Repeating group
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
21
Which of the following is true?

A)The REA model can store non-financial data and financial data.
B)The ER model can store only financial data.
C)The REA model can store only non-financial data.
D)The ER model can store non-financial data or financial data,but not at the same time.
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
22
With respect to REA models,which of the following statements is NOT true?

A)REA models the exchanges in the various processes in an organisation and brings these exchanges together to form an enterprise system.
B)REA models concern the developing of the dualities between resources,events and agents.
C)REA models assists the development of database structures that can be used to capture the details of a business process.
D)REA models have been implemented in actual accounting systems in practice.
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
23
If an organisation decided to open up its database to its suppliers,it must: (i)Discuss with the suppliers how electronic connections are done (ii)Discuss with the suppliers how relevant costs are shared (iii)Discuss with the suppliers what data are actually needed by them

A)(i)(ii)
B)(ii)(iii)
C)(i)(iii)
D)(i)(ii)(iii)
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
24
The software that effects transmission of data and control between client and server is called:

A)communications middleware
B)a front-end application
C)a back-end application
D)none of the options are correct
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
25
When building a traditional accounting system using REA,the REA model:

A)is implemented as it is
B)is implemented as a relational database
C)is implemented as business processes
D)is implemented as an ER model
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
26
<strong>  Refer to the diagram in Q27.The resource that decreases is:</strong> A)Customer order B)Inventory C)Customer payment D)Cash
Refer to the diagram in Q27.The resource that decreases is:

A)Customer order
B)Inventory
C)Customer payment
D)Cash
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
27
A client-server system distributes computing functions between two types of ________ and _______ processes: servers and clients

A)dependent;autonomous
B)dependent;non - autonomous
C)independent;autonomous
D)independent;non - autonomous
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
28
<strong>  Refer to the diagram in Q27.The resource that increases is:</strong> A)Customer order B)Inventory C)Customer payment D)Cash
Refer to the diagram in Q27.The resource that increases is:

A)Customer order
B)Inventory
C)Customer payment
D)Cash
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
29
The attitude of businesses towards using REA to implement accounting systems is best described as:

A)Keen
B)Positive
C)Reluctant
D)Negative
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
30
Which of the following statements about the REA model is incorrect?

A)The REA model emphasises the recording of debits and credits within a relational database environment
B)The REA provides a structured approach for modelling business processes
C)The REA model consists of resources,events,and agents.
D)The REA model provides a template for a data model that can be applied in an accounting information system.
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
31
Which of the following is NOT true about the differences between REA and ER diagrams?

A)ER diagrams do not have events.
B)REA diagrams do not show cardinalities.
C)In an REA diagram,entities are sorted into separate columns.
D)Both REA and ER diagrams show relationships.
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
32
Duality in the REA model refers to:

A)Debits equalling credits when recording a transaction
B)The relationship between events that bring about an increase and decrease in resources
C)An event can only relate to one resource and each event can only relate to one other event
D)Each event needing two related agents - an internal and external agent
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
33
When developing an enterprise model,which of the following sequence is correct?

A)Normalisation -> Construct ER Model -> Review ER Model -> Consolidate ER Model
B)Construct ER Model -> Consolidate ER Model -> Normalisation -> Review ER Model
C)Construct ER Model -> Normalisation -> Consolidate ER Model-> Review ER Model
D)Construct ER Model -> Review ER Model -> Normalisation -> Consolidate ER Model
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
34
The process of developing an enterprise model is:

A)incremental
B)interlocking
C)iterative
D)agile
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
35
REA database modelling is based on the premise that:

A)revenues,expenses and accrual items need to be identified for effective modelling
B)in every exchange in a process there is a revenue,event and agent involved
C)in every exchange in a process there is a resource,event and agent involved
D)none of the options are correct
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
36
In the REA diagram shown below,the event that causes an increase is:
<strong>In the REA diagram shown below,the event that causes an increase is:  </strong> A)Customer order B)Inventory C)Customer payment D)Cash

A)Customer order
B)Inventory
C)Customer payment
D)Cash
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
37
When developing an enterprise model,the connectivities and cardinalities are primarily based on:

A)The general narrative of the organisation's operations.
B)The revision from areas of the organisation with ownership of the operations,policies,and processes.
C)The Normalisation process.
D)The consolidation of ER diagrams.
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
38
<strong>  Refer to the diagram in Q27.The event that causes a decrease is:</strong> A)Customer order B)Inventory C)Customer payment D)Cash
Refer to the diagram in Q27.The event that causes a decrease is:

A)Customer order
B)Inventory
C)Customer payment
D)Cash
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
39
It is proposed that there are common patterns of inflows and outflows in every exchange.All such exchanges can be best represented by:

A)ER
B)REA
C)Relational database
D)Client-server model
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
40
One of the REA model's greatest advantages is that:

A)It is extremely easy and cost effective for any business to implement.
B)It enables all staff to better understand customer needs.
C)It can store both non-financial and financial data.
D)It enables businesses to identify which staff are the busiest.
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
41
In a client-server architecture,the concept of 'fat' means:

A)The computer conducts most of the processing
B)Generous space exists in the computer case for extra components
C)Bulky laptops
D)More power consumption
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
42
In a client-server system,which of the following software is loaded into the client computers?

A)Front-end application software
B)Back-end application software
C)Communications middleware
D)Groupware
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
43
What are the normal forms beyond the third normal form? Are these normal forms used in general business scenarios?
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
44
Describe two differences between ER model and REA model.
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
45
The client-server architecture is based on three major components,namely:

A)PCs,servers,and network
B)Hardware,software,and people
C)Hardware,software,and communications middleware
D)Computers,network,and people
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
46
What is primary key? How can we design a good primary key?
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
47
Describe the concept of duality in REA.
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
48
Briefly describe the nature of the REA Accounting Model.
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
49
Client-server systems can normally be classified as:

A)Single-tier and multiple-tier
B)Two-tier and three-tier
C)Internal-tier and external-tier
D)Single-tier and two-tier
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
50
Which of the following combination regarding the client-server architecture is correct?

A)A thin client with a fat server
B)A thin client with a thin server
C)A fat client with a fat server
D)Any combination of thin and fat clients and servers is fine.
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
51
In a client-server architecture,the concept of 'thin' means:

A)Slim tower design of the computer case
B)Laptop computers are less bulky
C)The computer conducts minimal processing
D)The computer runs on less power
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
52
When is an enterprise model ready for database implementation?
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
53
Discuss the three major components of the client-server architecture.
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
54
Discuss the outcomes of the first,second,and the third normal forms and the actions required to achieve them.
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
55
In an e-commerce environment: (i)An organisation can open up its database to its suppliers (ii)An organisation can allow its employees to access internal databases from outside of the company (iii)An organisation can open up its database to its customers

A)(i)& (iii)
B)(i)& (ii)
C)(ii)& (iii)
D)(i), (ii)& (iii)
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
56
What basic problems does the second normal form solve?
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
57
In a client-server system,the client's request is handled by intermediate severs that coordinate the execution of the client request with other servers.This is known as a:

A)Single-tier client-server system
B)Two-tier client-server system
C)Three-tier client-server system
D)Multiple-tier client-server system
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
58
Illustrate the process of enterprise model development.
Unlock Deck
Unlock for access to all 58 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 58 flashcards in this deck.