3 You are the manager responsible for the audit of Albreda Co, a limited liability company, and its subsidiaries. The
group mainly operates a chain of national restaurants and provides vending and other catering services to corporate
clients. All restaurants offer ‘eat-in’, ‘take-away’ and ‘home delivery’ services. The draft consolidated financial
statements for the year ended 30 September 2005 show revenue of $42·2 million (2004 – $41·8 million), profit
before taxation of $1·8 million (2004 – $2·2 million) and total assets of $30·7 million (2004 – $23·4 million).
The following issues arising during the final audit have been noted on a schedule of points for your attention:
(a) In September 2005 the management board announced plans to cease offering ‘home delivery’ services from the
end of the month. These sales amounted to $0·6 million for the year to 30 September 2005 (2004 – $0·8
million). A provision of $0·2 million has been made as at 30 September 2005 for the compensation of redundant
employees (mainly drivers). Delivery vehicles have been classified as non-current assets held for sale as at 30
September 2005 and measured at fair value less costs to sell, $0·8 million (carrying amount,
$0·5 million). (8 marks)
Required:
For each of the above issues:
(i) comment on the matters that you should consider; and
(ii) state the audit evidence that you should expect to find,
in undertaking your review of the audit working papers and financial statements of Albreda Co for the year ended
30 September 2005.
NOTE: The mark allocation is shown against each of the three issues.
第1题:
Given:And MainClass exists in the /apps/com/company/application directory. Assume the CLASSPATHenvironment variable is set to "." (current directory). Which two java commands entered at the command line will run MainClass?()
A.java MainClass if run from the /apps directory
B.java com.company.application.MainClass if run from the /apps directory
C.java -classpath /apps com.company.application.MainClass if run from any directory
D.java -classpath . MainClass if run from the /apps/com/company/application directory
E.java -classpath /apps/com/company/application:. MainClass if run from the /apps directory
F.java com.company.application.MainClass if run from the /apps/com/company/application directory
第2题:
A. DBA_AUDIT_EXISTS
B. DBA_AUDIT_OBJECT
C. DBA_AUDIT_POLICY_COLUMNS
D. DBA_AUDIT_POLICIES
E. DBA_AUDIT_SESSION
第3题:
Company.comnetworkconsistsofasingleActiveDirectorydomainnamedCompany.com.Company.comhasanExchangeServer2010organization.YouhavereceivedinstructionsfromtheCIOtouseawildcardcertificateforOutlookAnywhere.YounowneedtosetuptheExchangeServer2010organizationforthewildcardcertificate.Whatshouldyoudo?()
A.ThebestoptionistochangetheRPCvirtualdirectoryfromtheInternetInformationServices(IIS)Manager.
B.ThebestoptionistochangethepropertiesoftheWEBOutlookProviderfromtheExchangeManagementShell.
C.ThebestoptionistochangetheRPCvirtualdirectoryfromtheAutodiscovervirtualdirectory.
D.ThebestoptionistochangethepropertiesoftheEXPROutlookProviderfromtheExchangeManagementShell.
第4题:
YouworkasadatabaseadministratorforCertkiller.com.Inyourdevelopmentenvironmentenvironment,thedevelopersareresponsibleformodifyingthetablestructureaccordingtotheapplicationrequirements.However,youwanttokeeptrackoftheALTERTABLEcommandsbeingexecutedbydevelopers,soyouenableauditingtoachievethisobjective.Whichtwoviewswouldyourefertofindouttheauditinformation?()
A.DBA_AUDIT_TRAIL
B.DBA_AUDIT_SESSION
C.DBA_FGA_AUDIT_TRAIL
D.DBA_COMMON_AUDIT_TRAIL
第5题:
Faithful representation is a fundamental characteristic of useful information within the IASB’s Conceptual framework for financial reporting.
Which of the following accounting treatments correctly applies the principle of faithful representation?
A.Reporting a transaction based on its legal status rather than its economic substance
B.Excluding a subsidiary from consolidation because its activities are not compatible with those of the rest of the group
C.Recording the whole of the net proceeds from the issue of a loan note which is potentially convertible to equity shares as debt (liability)
D.Allocating part of the sales proceeds of a motor vehicle to interest received even though it was sold with 0% (interest free) finance
The substance is that there is no ‘free’ finance; its cost, as such, is built into the selling price.
第6题:
已知基类Employee只有一个构造函数,其定义如下: Employee::Employee(int n):id(n){ } Manager是Employee的派生类,则下列对Manager的构造函数的定义中,正确的是?
A.Manager::Manager(int n):id(n){}
B.Manager::Manager(int n){id=n;}
C.Manager::Manager(int n):Employee(n){}
D.Manager::Manager(int n){Employee(n);}