3 You are the manager responsible for the audit of Seymour Co. The company offers information, proprietary foods and
medical innovations designed to improve the quality of life. (Proprietary foods are marketed under and protected by
registered names.) The draft consolidated financial statements for the year ended 30 September 2006 show revenue
of $74·4 million (2005 – $69·2 million), profit before taxation of $13·2 million (2005 – $15·8 million) and total
assets of $53·3 million (2005 – $40·5 million).
The following issues arising during the final audit have been noted on a schedule of points for your attention:
(a) In 2001, Seymour had been awarded a 20-year patent on a new drug, Tournose, that was also approved for
food use. The drug had been developed at a cost of $4 million which is being amortised over the life of the
patent. The patent cost $11,600. In September 2006 a competitor announced the successful completion of
preliminary trials on an alternative drug with the same beneficial properties as Tournose. The alternative drug is
expected to be readily available in two years time. (7 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 Seymour Co for the year ended
30 September 2006.
NOTE: The mark allocation is shown against each of the three issues.
第1题:
packagecom.company.application;publicclassMainClass{publicstaticvoidmain(String[]args){}}AndMainClassexistsinthe/apps/com/company/applicationdirectory.AssumetheCLASSPATHenvironmentvariableissetto.(currentdirectory).WhichtwojavacommandsenteredatthecommandlinewillrunMainClass?()
A.javaMainClassifrunfromthe/appsdirectory
B.javacom.company.application.MainClassifrunfromthe/appsdirectory
C.java-classpath/appscom.company.application.MainClassifrunfromanydirectory
D.java-classpath.MainClassifrunfromthe/apps/com/company/applicationdirectory
E.java-classpath/apps/com/company/application:.MainClassifrunfromthe/appsdirectory
F.javacom.company.application.MainClassifrunfromthe/apps/com/company/applicationdirectory
第2题:
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
第3题:
Company.comnetworkconsistsofasingleActiveDirectorydomainnamedCompany.com.Company.comhasanExchangeServer2010organization.YouhavereceivedinstructionsfromtheCIOtouseawildcardcertificateforOutlookAnywhere.YounowneedtosetuptheExchangeServer2010organizationforthewildcardcertificate.Whatshouldyoudo?()
A.ThebestoptionistochangetheRPCvirtualdirectoryfromtheInternetInformationServices(IIS)Manager.
B.ThebestoptionistochangethepropertiesoftheWEBOutlookProviderfromtheExchangeManagementShell.
C.ThebestoptionistochangetheRPCvirtualdirectoryfromtheAutodiscovervirtualdirectory.
D.ThebestoptionistochangethepropertiesoftheEXPROutlookProviderfromtheExchangeManagementShell.
第4题:
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
第5题:
A. DBA_AUDIT_EXISTS
B. DBA_AUDIT_OBJECT
C. DBA_AUDIT_POLICY_COLUMNS
D. DBA_AUDIT_POLICIES
E. DBA_AUDIT_SESSION
第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);}