3 You are the manager responsible for the audit of Seymour Co. The company offers information, proprietary foods andmedical innovations designed to improve the quality of life. (Proprietary foods are marketed under and protected byregistered names.) The draft consolidated financial statements for the year ended 30 September 2006 show revenueof $74·4 million (2005 – $69·2 million), profit before taxation of $13·2 million (2005 – $15·8 million) and totalassets 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 forfood use. The drug had been developed at a cost of $4 million which is being amortised over the life of thepatent. The patent cost $11,600. In September 2006 a competitor announced the successful completion ofpreliminary trials on an alternative drug with the same beneficial properties as Tournose. The alternative drug isexpected 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 ended30 September 2006.NOTE: The mark allocation is shown against each of the three issues.

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.


相关考题:

American education ________ a great debt ________ Thomas Jefferson. A. owes⋯toB. owns⋯toC. offers ⋯toD. attribute ⋯to

The hotel ________ the guests with a shoe-cleaning service. A.givesB.supportsC.providesD.offers

Some of the students in this class seem () to help those who have difficulties in their studies. A. willingB. reluctantC. reliableD. responsible

package com.company.application;public class MainClass{public static void main(String[]args){}}And Main Class exists in the/apps/com/company/application directory.Assume the CLASSPATH environment variable is set to.”(currentdirectory).Which two java commands entered at the command line will run MainClass()A.java MainClass if run from the/apps directoryB.javacom.company.application.MainClass if run from the/apps directoryC.java-classpath/appscom.company.application.MainClass if run fro many directoryD.java-classpath.MainClass if run fromt he/apps/com/company/application directoryE.java-classpath/apps/com/company/application:.MainClass if run from the/apps directoryF.javacom.company.application.MainClassifrunfromthe/apps/com/company/application directory

packagecom.company.application;publicclassMainClass{publicstaticvoidmain(String[]args){}}AndMainClassexistsinthe/apps/com/company/applicationdirectory.AssumetheCLASSPATHenvironmentvariableissetto.(currentdirectory).WhichtwojavacommandsenteredatthecommandlinewillrunMainClass?()A.javaMainClassifrunfromthe/appsdirectoryB.javacom.company.application.MainClassifrunfromthe/appsdirectoryC.java-classpath/appscom.company.application.MainClassifrunfromanydirectoryD.java-classpath.MainClassifrunfromthe/apps/com/company/applicationdirectoryE.java-classpath/apps/com/company/application:.MainClassifrunfromthe/appsdirectoryF.javacom.company.application.MainClassifrunfromthe/apps/com/company/applicationdirectory

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 directoryB.java com.company.application.MainClass if run from the /apps directoryC.java -classpath /apps com.company.application.MainClass if run from any directoryD.java -classpath . MainClass if run from the /apps/com/company/application directoryE.java -classpath /apps/com/company/application:. MainClass if run from the /apps directoryF.java com.company.application.MainClass if run from the /apps/com/company/application directory

YouworkasadatabaseadministratorforCertkiller.com.Inyourdevelopmentenvironmentenvironment,thedevelopersareresponsibleformodifyingthetablestructureaccordingtotheapplicationrequirements.However,youwanttokeeptrackoftheALTERTABLEcommandsbeingexecutedbydevelopers,soyouenableauditingtoachievethisobjective.Whichtwoviewswouldyourefertofindouttheauditinformation?()A.DBA_AUDIT_TRAILB.DBA_AUDIT_SESSIONC.DBA_FGA_AUDIT_TRAILD.DBA_COMMON_AUDIT_TRAIL

查看审计策略是否生效的视图是?() A. DBA_AUDIT_EXISTSB. DBA_AUDIT_OBJECTC. DBA_AUDIT_POLICY_COLUMNSD. DBA_AUDIT_POLICIESE. DBA_AUDIT_SESSION

Company.comnetworkconsistsofasingleActiveDirectorydomainnamedCompany.com.Company.comhasanExchangeServer2010organization.YouhavereceivedinstructionsfromtheCIOtouseawildcardcertificateforOutlookAnywhere.YounowneedtosetuptheExchangeServer2010organizationforthewildcardcertificate.Whatshouldyoudo?()A.ThebestoptionistochangetheRPCvirtualdirectoryfromtheInternetInformationServices(IIS)Manager.B.ThebestoptionistochangethepropertiesoftheWEBOutlookProviderfromtheExchangeManagementShell.C.ThebestoptionistochangetheRPCvirtualdirectoryfromtheAutodiscovervirtualdirectory.D.ThebestoptionistochangethepropertiesoftheEXPROutlookProviderfromtheExchangeManagementShell.

已知基类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);}