You are on page 1of 6

DATO, VENICE B. I.T.

PEÑAS, ALYSSA JOYCE B. PROF. E M TORRES

ACTIVITY 1

QUESTIONS ANSWERS
Deleting means removing records or
A. Archiving a record is an information completely while Archiving means
alternative to deleting a moving the record or information in a
record? What is the permanent storage to free up a space in the
benefit that can be system. The benefit of archiving a record is it
derived from it? lets you retrieve your record when the need
of it arises.
No. Small batch sizes are preferable than
B. Are large batch sizes
large batch sizes because small ones produce
preferable to small batch
fewer queues, give faster cycle time, increase
sizes when it comes to
urgency, and decrease risk through faster
data processing? Explain.
feedback.
It is important because the information
reliability requires the use of accounting
independence. The accounting activities must
be separate and independent of the
functional areas maintaining resources.
C. Discuss the importance of Decisions makers in these functions require
accounting independence that such vital information be supplied by an
in accounting information independent source to ensure its integrity.
systems. Use an example An example of accounting independence is
aside from inventory the payroll process. It organizes all the tasks
control. of employee payment and the filing of
employee taxes. These tasks include keeping
tracks of hours, calculating wages,
withholding taxes and deductions, printing
and delivering checks and paying
employment taxes to the government.
D. Does banking system use Banking system uses both real time and batch
real/ on-line processing or processing. Real time is used when processing
both real time and batch transactions without delay like when the
processing. Provide a customers deposit money in the bank or
scenario. withdraws money from the bank, the record of
the customers reflect their current status or
the transactions they made. Batch processing
is used by the bank in terms of payroll
system, there is no need to keep track of how
much an employee has earned every minute
of the day and doing this every two weeks is
likely sufficient.
E. Give at least one criteria The criteria that influence selection of data
that influence selection of structures include the insertion of record into
data structure? What data a file. This will need sequential structure so as
structure is suited for the records will automatically be inserted into
that? the right path.
In a direct access structure, each record is
assigned in a unique disk location or address
that is determined by its key value. Because
only a single valid location exists for each
record, updating the record must occur in a
place of a destructive update approach that
leaves no backup copy of the original master
file and only the current value is available to
F. How do backup the user. If the current master becomes
procedures for files with a damaged or corrupted, no backup version
direct access structure exist from which to reconstruct the file while
differ from sequential sequential file update process produces new
files? physical masters file. The new file contains all
of the records from the original file, including
those that were updated by transactions and
those that were not updated. The original
master continues to exist. If the current
master file become lost, damaged, or
corrupted by erroneous data, a new file can
be created from the original master files and
the corresponding transaction files.
G. How do you consider I think MS Office System is a backbone
Microsoft Office Systems? system because it consist the basic system
Is it a turnkey, backbone structure in which to build. The primary
or vendor supported processing logic is programmed, and the
system? Explain your vendor then designs the user interfaces to
answer. suit the client’s unique needs.
H. If a certain system in a
business is centralized
Yes, the whole business is centralized if a
does it mean that the
certain system is centralized because
whole business is
resources and data of the company are
centralized? Explain your
shared by the management and employees of
answer. (You are
the company.
encouraged to give
practical business cases)
I. If accountants are viewed
Accountants as end users must provide a
as providers of
clear picture of their needs to the
information, then why are
professionals who design their systems.
they consulted as system
Example, the accountant must specify
users in the system
accounting rules and techniques to be used,
development process?
internal control requirements, and special
Give a practical example
algorithms such as depreciation models.
to support your answer.
J. In what scenario does real
time processing
advantageous over batch Real time processing system process
processing (Is it transactions individually at the moment the
transactions that are event occurs. Because records are not
dependent with one grouped into batches, there are no time lags
another or transactions between occurrence and recording compared
that are independent with with batch processing system.
one another?) Justify your
answer.
REA treats the accounting system as a virtual
K. The REA model is based
representation of the actual business. In other
on the premise that
words, it creates computer objects that
business data must not be
directly represent real-world-business objects.
preformatted or artificially
For example, in the sales process, one event
constrained and must
would be "sales"—where goods are given up—
reflect the all relevant
and the other would be "cash receipt", where
aspects of the underlying
cash is received. These two events are linked;
economic events.” Explain
a cash receipt occurs in exchange for a sale,
it by giving a practical
and vice versa. The duality relationship can
example of REA model
be more complex, e.g., in the manufacturing
(which is of course not on
process, it would often involve more than two
the book)
events.
The three general problem associated with
data redundancy are Wasted Storage
Space,More difficult Database Updates, A
L. What are the 3 general
Possibility of Inconsistent data. Examples,
problems associated with
Autonimous sysytem developments activities
data redundancy and give
distributed throughout the firm can result in
a practical example for
each user area reinventing the wheel. Another
each.
example customer data exist only once, but is
shared by accounting, marketing, and product
services users.
The four levels are Top management, middle
M. What are the 4 levels of
management, operation management and
activity in the pyramid
operation personnels. Example.,Operations
representing the hierarchy
manager, this individual is the leader for the
of management? Give at
operation and has overall responsibility for
least one person involved
the financial success of the business. The
in the four levels of
operations manager handles external
organization (e.g. Chief
relations with lenders, community leaders and
Executive Officer belongs
vendors.(horizontal) Frequently, this
to top management). Give
individual also is in charge of either
examples of vertical flow
production or marketing for the business. This
and horizontal flow of
person will set in motion the vision, strategic
information.
plan and goals for the business (vertical).
Three fundamental tasks of data
management, storage, retrieval and deletion,
N. What are the three storage, for assigning keys to a new records
fundamental task of data and stores them in their proper location in the
management and give a database. Retrieval is the task of locating and
practical example for each extracting an existing record from the
task. database for processing. Deletion is the task
permanently removing obsolete or redundant
records from the database.
Feedback is a form of output that is sent back
to the system as a source of data. For
example, an inventory have fallen to, or
O. What is feedback? Give a below, their minimum allowable levels.
practical example of it Internal feedback from the information will
and how is it beneficial to initiate the inventory ordering process to
the system? replenish the inventories. Similarly, external
feedback about level of uncollected customer
accounts can be used to adjust the
organization's credit-granting policy.
Cardinality is the numeric mapping between
entities instances. if we think of entities in the
ER diagram as files of records, cardinality is
the maximum number of records in one file
that are related to a single record in the other
file and vice versa. for example, each
P. What is meant by salesperson in the organization is assigned
cardinality in E-R one automobile. If instead the organization's
diagram? Provide an policy were to assign a single automobile to
example based on a case one or more persons who share it, this policy
record. would be reflected by a 1:M relationship.
Similarly, the M:M relationship between
vendor and inventory implies that the
organization buys the same type of products
from one or more vendors. A company policy
to buy particular items from a single vendor
would be reflected by a 1:M cardinality.
Q. What processing requires It is real- time processing that is requires
considerable computer considerable computer networking, because
networking? Is it real-time records are not grouped into batches, there
or batch processing? are no time lags between occurrence and
Explain. recording.
Cost accounting encompasses a body of
concepts and techniques that support the
objectives of both financial accounting and
managerial accounting. Activity - Based
Costing can be applied in service industries
other than those described here. It has
R. Why is cost accounting
become increasingly important for companies
also applicable in service -
whose markets are becoming more
oriented business such as
competitive. Since ABC is really about cost
hospitals? Explain.
management, using it allows service
companies to reduce and control their costs in
order to make correct pricing and other
decisions, and to increase their profitability. It
is likely to continue to become more prevalent
in the service industry in the future.
Management reporting is called discretionary
S. Why is management
reporting because the organization can
report considered
choose what information to report and how to
discretionary reporting?
present it.
Transaction file is called temporary file
T. Why is transaction file
because it used to change or update data in a
called a temporary file?
master file.

You might also like