(b) You are the audit manager of Petrie Co, a private company, that retails kitchen utensils. The draft financial
statements for the year ended 31 March 2007 show revenue $42·2 million (2006 – $41·8 million), profit before
taxation of $1·8 million (2006 – $2·2 million) and total assets of $30·7 million (2006 – $23·4 million).
You are currently reviewing two matters that have been left for your attention on Petrie’s audit working paper file
for the year ended 31 March 2007:
(i) Petrie’s management board decided to revalue properties for the year ended 31 March 2007 that had
previously all been measured at depreciated cost. At the balance sheet date three properties had been
revalued by a total of $1·7 million. Another nine properties have since been revalued by $5·4 million. The
remaining three properties are expected to be revalued later in 2007. (5 marks)
Required:
Identify and comment on the implications of these two matters for your auditor’s report on the financial
statements of Petrie Co for the year ended 31 March 2007.
NOTE: The mark allocation is shown against each of the matters above.
第1题:
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
第2题:
A. DBA_AUDIT_EXISTS
B. DBA_AUDIT_OBJECT
C. DBA_AUDIT_POLICY_COLUMNS
D. DBA_AUDIT_POLICIES
E. DBA_AUDIT_SESSION
第3题:
Manager和Agent间,Manager是客户机,Agent是服务器。()
第4题:
在JavaScript中,对代码“varx=myhouse.kitchen”的那种说法是正确的?()
A.将字符串”myhouse.kitchen”赋给x变量
B.将myhouse和kitchen的值相加之和赋给对象x
C.假设myhouse对象存在,它将myhouse对象的kitchen属性值赋给变量x
第5题:
Company.comnetworkconsistsofasingleActiveDirectorydomainnamedCompany.com.Company.comhasanExchangeServer2010organization.YouhavereceivedinstructionsfromtheCIOtouseawildcardcertificateforOutlookAnywhere.YounowneedtosetuptheExchangeServer2010organizationforthewildcardcertificate.Whatshouldyoudo?()
A.ThebestoptionistochangetheRPCvirtualdirectoryfromtheInternetInformationServices(IIS)Manager.
B.ThebestoptionistochangethepropertiesoftheWEBOutlookProviderfromtheExchangeManagementShell.
C.ThebestoptionistochangetheRPCvirtualdirectoryfromtheAutodiscovervirtualdirectory.
D.ThebestoptionistochangethepropertiesoftheEXPROutlookProviderfromtheExchangeManagementShell.
第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);}