3-6int_2002_dec_q[1]
- 格式:pdf
- 大小:77.28 KB
- 文档页数:9
国家二级VF机试-试卷206(总分:12.00,做题时间:90分钟)一、基本操作题(总题数:2,分数:4.00)1.基本操作题()(分数:2.00)__________________________________________________________________________________________解析:2.在考生文件夹下完成如下基本操作; (1)从数据库stock中移去表stock_fk (不是删除)。
(2)将自由表stock name添加到数据库中。
(3)为表stock s1建立一个主索引,索引名和索引表达式均为“股票代码”。
(4)为stock name表的股票代码字段设置有效性规则,“规则”是:left(股票代码,1)="6",错误提示信息是:"股票代码的第一位必须是6"。
(分数:2.00)__________________________________________________________________________________________正确答案:(正确答案:(1)在命令窗口输入命令:MODIFYDATABASE stock,打开数据库设计器,右击数据库设计器中的 stock_fk表,选择“删除”快捷菜单命令,在弹出的对话框中单击“移去(R)”按钮,将表stock_fk从数据库stock中移出。
(2)右击stock数据库设计器的空白处,选择“添加表”快捷菜单命令,在弹出的“打开”对话框中,将考生文件夹下的stock name表添加到“stock”。
数据库中。
(3)右击数据库设计器中的表stock s1,选择“修改”快捷菜单命令,弹出表设计器,选择表设计器的“索引”选项卡,在索引名列中填入“股票代码”,在索引类型列中选择“主索引”,在索引表达式列中填入“股票代码”,单击“确定”按钮以保存表结构。
二、主观题(共15道小题)11.假设下列指令中的所有标识符均为类型属性为字的变量,请指出下列哪些指令是非法的?它们的错误是什么?(1) MOV BP, AL ;(2) MOV WORD_OP [BX+4*3][DI], SP(3) MOV WORD_OP1, WORD_OP2 ;(4) MOV AX, WORD_OP1[DX] ;(5) MOV SAVE_WORD, DS(6) MOV SP, SS:DATA_WORD [BX][SI](7) MOV [BX][SI], 2 ;(8) MOV AX, WORD_OP1+WORD_OP2(9) MOV AX, WORD_OP1-WORD_OP2+100(10) MOV WORD_OP1, WORD_OP1-WORD_OP2参考答案:假设下列指令中的所有标识符均为类型属性为字的变量,请指出下列哪些指令是非法的?它们的错误是什么?(1) MOV BP, AL ;错,寄存器类型不匹配(2) MOV WORD_OP [BX+4*3][DI], SP(3) MOV WORD_OP1, WORD_OP2 ;错,不能都是存储器操作数(4) MOV AX, WORD_OP1[DX] ;错,DX不能用于存储器寻址(5) MOV SAVE_WORD, DS(6) MOV SP, SS:DATA_WORD [BX][SI](7) MOV [BX][SI], 2 ;错,[BX][SI]未指出数据类型(8) MOV AX, WORD_OP1+WORD_OP2(9) MOV AX, WORD_OP1-WORD_OP2+100(10) MOV WORD_OP1, WORD_OP1-WORD_OP212.假设VAR1和VAR2为字变量,LAB为标号,试指出下列指令的错误之处:(1) ADD VAR1, VAR2 ;(2) SUB AL, VAR1 ;(3) JMP LAB [SI] ;(4) JNZ VAR1 ;(5) JMP NEAR LAB ;参考答案:假设VAR1和VAR2为字变量,LAB为标号,试指出下列指令的错误之处:(1) ADD VAR1, VAR2 ;不能都是存储器操作数(2) SUB AL, VAR1 ;数据类型不匹配(3) JMP LAB [SI] ;LAB是标号而不是变量名,后面不能加[SI](4) JNZ VAR1 ;VAR1是变量而不是标号(5) JMP NEAR LAB ;应使用NEAR PTR13.有符号定义语句如下:BUFF DB 1, 2, 3, ‘123’EBUFF DB 0L EQU EBUFF - BUFF问L的值是多少?参考答案:L=6。
一、选择题(每题1分,共10分)1.8031单片机的( D )口的引脚,还具有外中断、串行通信等第二功能。
a)P0 b)P1 c)P2 d)P32.单片机应用程序一般存放在(B)a)RAM b)ROM c)寄存器d)CPU3.已知某数的BCD码为0111 0101 0100 0010 则其表示的十进制数值为(B )a)7542H b)7542 c)75.42H d)75.424.下列指令中不影响标志位CY的指令有(D)。
a)ADD A,20H b)CLR c)RRC A d)INC A5.CPU主要的组成部部分为(A)a)运算器、控制器b)加法器、寄存器c)运算器、寄存器d)运算器、指令译码器6.INTEL8051CPU是(C)位的单片机a)16b)4c)8d)准167.8031复位后,PC与SP的值为(B)a )0000H,00H b)0000H,07H c)0003H,07H d)0800H,00H8.当需要从MCS-51单片机程序存储器取数据时,采用的指令为(B)。
a)MOV A,@R1b)MOVC A,@A+DPTRc)MOVX A,@R0d)MOVX A,@DPTR9.8031单片机中既可位寻址又可字节寻址的单元是(A)a)20H b)30H c)00H d)70H10.下列哪条指令是正确的( D )a)PUSH R2 b)ADD R0,Ac)MOVX A @DPTR d)MOV@R0,A二、填空题(每空1分,共30分)1.一个完整的微机系统由硬件和软件两大部分组成。
2.8051 的引脚RST是_IN_(IN脚还是OUT脚),当其端出现_高_电平时,8051进入复位状态。
8051一直维持这个值,直到RST脚收到_低_电平,8051才脱离复位状态,进入程序运行状态,从ROM 0000 H单元开始取指令并翻译和执行。
3.半导体存储器分成两大类RAM和ROM其中RAM具有易失性,常用于存储临时性数据。
第一章计算机基础知识1-1微型计算机主要由哪几部分组成?各部分有何功能?答:一台微型计算机由中央处理单元(CPU)、存储器、I/O接口及I/O设备等组成,相互之间通过三组总线(Bus):即地址总线AB、数据总线DB和控制总线CB来连接。
CPU由运算器和控制器组成,运算器能够完成各种算术运算和逻辑运算操作,控制器用于控制计算机进行各种操作。
存储器是计算机系统中的“记忆”装置,其功能是存放程序和数据。
按其功能可分为RAM和ROM。
输入/输出(I/O)接口是CPU与外部设备进行信息交换的部件。
总线是将CPU、存储器和I/O接口等相对独立的功能部件连接起来,并传送信息的公共通道。
1-3什么叫单片机?其主要由哪几部分组成?答:单片机是指把CPU、RAM、ROM、定时器/计数器以及I/O接口电路等主要部件集成在一块半导体芯片上的微型计算机。
1-4在各种系列的单片机中,片内ROM的配置有几种形式?用户应根据什么原则来选用?答:单片机片内ROM的配置状态可分四种:(1)片内掩膜(Mask)ROM型单片机(如8051),适合于定型大批量应用产品的生产;(2)片内EPROM型单片机(如8751),适合于研制产品样机;(3)片内无ROM型单片机(如8031),需外接EPROM,单片机扩展灵活,适用于研制新产品;(4)EEPROM(或FlashROM)型单片机(如89C51),内部程序存储器电可擦除,使用更方便。
1-5写出下列各数的另两种数制的表达形式(二、十、十六进制)1100010100111001000111100100100111111101101100111011011101011119862H200394E47H585249H162363F6CH291D14955D71-6写出下列各数的BCD参与:59:01011001,1996:0001100110010110,4859.2:0100100001011001.0010389.41:001110001001.01000001第二章MCS-51单片机的硬件结构2-1 8052单片机片内包含哪些主要逻辑功能部件?答:8052单片机片内包括:①8位中央处理器CPU一个②片内振荡器及时钟电路③256B数据存储器RAM。
2002年度系统设计师(高级程序员)下午试题试题一阅读以下说明和流程图 1回答问题1至问题3,将解答填入答题纸的对应栏内。
[说明]某城市电信局受理了许多用户申请在指定电话上开设长话业务。
长话包括国内长途和 国际长途。
电信局保存了长话用户档案和长话业务档案。
长话用户档案的记录格式为:用户编码 | 用户名 |用户地址长话业务档案的记录格式为:电话用户每次通话的计费数据都自动地记录在电信局程控交换机的磁带上。
计费数据 的记录格式为:该电信局为了用计算机自动处理长话收费以提高工作效率,开发了长话计费管理系 统。
该系统每月能为每个长话用户打印出长话缴费通知单。
长话缴费通知单的记录格式为:流程图1描述了该系统的数据处理过程。
该系统每天对原始的计费数据进行分类排序,并确定每个通话记录的通话类型 (市话/ 国内长途/国际长途),再根据话费单价文件,算出每个通话记录应收取的话费。
因此,形 成的日计费文件中,增加了两个数据项:通话类型和话费。
该系统每日对日计费文件进行 累计(按电话号码和通话类型,对该类型的话费进行累计,得到该电话号码该通话类型的 当月话费总计),形成月计费文件。
月计费文件经过长话出帐处理形成长话帐单文件。
长话帐单文件的记录格式为:[流程图1]出铐址理s邀费趣知单长话眶 单文件外类后的计费数据月计费 文件分类更长落赋单文皆话费单 协文件处理3 (霸计)处理弓{分类)处理1 (分类)[问题1](1) 请说明流程图1中的文件F0、F1分别是哪个文件(2) 处理1和处理5分别按照哪些数据项进行分类? [问题2]处理4能发现哪些错误(不需考虑设备故障错误)? [问题3]说明处理6的功能。
(月说喝11F V处理4 [出帐)试题二阅读下列说明和有关的图表,回答问题1至问题3,将解答填入答题纸的对应栏内。
[说明]A公司决定为该市车站开发自动售票系统,系统的要求如下:1、乘客能按以下三步操作购票:选定目的地;投入钱币;获得一张票;2、当且仅当乘客选定目的地后,系统才接收投钱;每次投入的钱只购买一张票;3、只要投入的钱不少于所需的票价,且票库中有所要求的票,则应尽快出票;4、如需找钱,贝恠出票的同时应退还多余的钱;5、如果乘客投入的钱不够票价,或者票库中没有所要求的票时,系统将全额退钱,并允许乘客另选目的地,继续购票;6、出票前乘客可以按“取消”按钮取消购票,系统将全额退出该乘客投入的钱,并允许乘客另选目的地,继续购票;7、出票结束(包括退还多余的钱)后,系统应保存销售记录,并等待乘客购票。
2002级计算机专业《大型数据库》试题A卷出题人:满君丰考试时间:120分钟考核性质:闭卷考试一、填空题.(每个空1分,共26分)1、除了Oracle之外,现今比较流行的大型数据库还用、。
2、用NET8 Configuration Assistant进行网络配置时,在地址配置中有3个重要参数,分别是、主机名、。
3、Oracle的逻辑存储结构是数据概念上的组织,主要有表空间、表、数据段、区和数据块等概念组成。
4、段可以分为:、、、5、三种事务控制命令的语句包括、、6、Oracle的进程包括、两类7、PL/SQL程序块的组成有、、8、负责定期将缓冲区“弄脏”的数据写入数据文件的进程是;而专门用于将重做项写入重做日志的进程是。
9、用于存放Oracle数据库自身管理所需信息的表空间是;用于存放用户的私有信息的表空间是。
10、在使用SQL Plus WorkSheet时,为了能让操作的结果显示在屏幕上,需要的命令行为。
11、编写PL/SQL程序用%TYPE进行变量声明的作用是;而用%ROWTYPE的作用。
2、答:数据段、索引段、临时段、回滚段。
3、答:声明部分、执行部分、异常处理部分。
4、答:Commit、Rollback、Save Point。
5、答:例程的管理、方案的管理、安全性的管理、存储管理。
二、选择题.(每个空2分,共24分)1、对数据库自身进行管理的信息被存储在A、用户表空间B、系统表空间C、临时表空间D、以上答案都对2、回滚段的作用A、读一直性B、回滚事务C、恢复数据库D、以上答案都对3、在Oracle数据文件中,存储的最基本单位是A、BYTEB、BITC、BLOCKD、以上答案都不对4、打开数据库时候,实例和数据库一般顺序经历下面几个步骤A、OPEN, NOMOUNT, MOUNTB、NOMOUNT, MOUNT, OPENC、NOMOUNT, OPEN, MOUNTD、MOUNT, OPEN, NOMOUNT5、如果本次数据库用方式关闭,下一次启动时需要进行实例恢复操作。
实验一认识实验一.实验目的1.了解仿真器的硬件结构与接线。
2.了解MCS-51单片机复位功能及复位后的内部状态。
3.通过示例程序的键入与执行,学习仿真器的使用与操作方法。
二.实验内容1.对照实验指导书,查对实验机具体接线。
2.按照开发系统的使用方法,分别查看复位后PC、SP、DPTR等特殊功能寄存器及片内、片外RAM的内容。
3.熟悉开发器的使用,将下面程序键入实验机。
ORG 2000H2000 74AA MOV A,#0AAH2002 75F0BB MOV B,#0BBH2005 E5F0 MOV A,B2007 78CC MOV R0,#0CCH2009 E8 MOV A,R0200A 80FE SJMP $4.程序键入后,检查各存储单元所储机器码是否正确如有误,重新键入,达到修正的目的。
5.单步执行示例程序,逐步检查执行结果,核查与分析结果是否相符,直到执行完最后一条指令。
6.练习连续执行示例程序,检查执行结果,核查与分析结果是否相符。
7.自己在示例程序中插入一条指令,执行并查看结果,然后删除,熟悉插入/删除操作。
8.将示例程序移到另外一个存储区,执行并查看结果,熟悉程序块移动操作。
三.实验预习要求1.认真阅读指导书的相关内容,熟悉开发系统的各种操作。
2.实验前应写出规定操作任务的具体操作方法步骤。
四.思考题1.MCS-51单片机怎样实现内部复位,画出一种复位电路。
2.PC、SP、P0、P1、P2、P3复位状态是什么?各有何意义?3.示例程序中最后一条指令SJMP $的作用是什么?如果取掉这一条指令,程序的执行将发生什么变化?4.实验机监控系统怎样实现程序“单步执行”功能?五.实验报告要求1.按实验顺序,写出实验操作的方法步骤。
2.写出实验中所遇到的问题与解决过程。
写出思考题的答案。
实验二建立数据区、数据块传送一.实验目的1.进一步熟悉实验机操作,练习程序调试方法。
2.理解并掌握建立数据区与数据块传送程序。
微机原理及应用习题库与答案习题与练习题1第1章绪论1.计算机分那几类?各有什么特点?2.简述微处理器、微计算机及微计算机系统三个术语的内涵。
答:微处理器是微计算机系统的核心硬件部件,对系统的性能起决定性的影响。
微计算机包括80X86微处理器有几代?各代的名称是什么?80386/80486:32位机。
4.采用一种总线标准进行微型计算机的硬件结构设计具有什么优点?5.一个总线的技术规范应包括哪些部分?6.总线的定义是什么?简述总线的发展过程。
7.微型计算机系统总线由哪三部分组成?它们各自的功能是什么?第3章微处理器结构及微计算机的组成1.8086是多少位的微处理器?为什么?2.EU与BIU各自的功能是什么?如何协同工作?3.086/8088与其前一代微处理器8085相比,内部操作有什么改进?4.8086/8088微处理器内部有那些寄存器,它们的主要作用是什么?答:执行部件有8个16位寄存器,AX、BX、CX、DX、SP、BP、DI、SI。
AX、BX、CX、确定5ch+98h后各标志位的值。
并说明结果的正确性。
5.8086对存储器的管理为什么采用分段的办法?6.在8086中,逻辑地址、偏移地址、物理地址分别指的是什么?具体说明。
7.给定一个存放数据的内存单元的偏移地址是20C0H,(DS)=0C00EH,求出该内存单元的物理地址。
8.8086/8088为什么采用地址/数据引线复用技术?9.8086与8088的主要区别是什么?10.怎样确定8086的最大或最小工作模式?最大、最小模式产生控制信号的方法有何不同11.8086被复位以后,有关寄存器的状态是什么?微处理器从何处开始执行程序?12.8086基本总线周期是如何组成的?各状态中完成什么基本操作?13.结合8086最小模式下总线操作时序图,说明ALE、M/IO#、DT/R#、RD#、READY信号的功能。
14.8086中断分哪两类?8086可处理多少种中断?15.8086可屏蔽中断请求输入线是什么?“可屏蔽”的涵义是什么?16.8086的中断向量表如何组成?作用是什么?17.8086如何响应一个可屏蔽中断请求?简述响应过程。
微机原理试题库合集第1套一、填空题:(每空1分,共20分)1.以8086/8088CPU标志寄存器中有6个状态标志和_____3____个控制标志。
2.若有二个数8439H和A56AH进行相加,则运算后标志寄存器中的ZF= 0 ,PF=1 ,CF= 1 ,OF= 1 。
3.8086在每个总线周期的T3状态开始对 READY 信号进行采样,若其为高电平,则进入T4状态。
4.设CS=3100H,DS=40FEH,两段的空间均为64K个单元,则两段的重叠区为 32 个单元,两段的段空间之和为 131040个单元。
5.8086/8088系统,中断向量表中,每个中断向量占用___4_____个字节。
6.对于下面的数据定义,各条MOV指令单独执行后,请填充有关寄存器的内容TABLE1 DB ?,?,?TABLE2 DW 26 DUP(?)……MOV AX,TYPE TABLE1;(AX)= 1MOV BX,TYPE TABLE2;(BX)= 2MOV CX,LENGTH TABLE2;(CX)= 26MOV DX,SIZE TABLE2;(DX)= 527.在使用8086间接输入/输出指令时,必须在执行该指令之前将相应的端口地址送入 DX__ 寄存器中。
8.8k×8位的SRAM存储芯片,需要寻址线13根。
9.8086/8088CPU复位后,代码段寄存器CS的值为___FFFFH________ 。
10.8086/8088CPU,由INTR引脚引起的中断称为___可屏蔽______中断。
11.8086/8088系统中,一个栈的深度最大为_____64_____KB。
12.存储器是计算机中的记忆设备,主要用来存放程序和_____数据____ 。
13.在微型计算机系统中,CPU对输入输出的寻址可归纳为__统一编址_和独立编址两种方式。
二、选择题 (每题1分,共10分)1.若由1K×1位的RAM芯片组成一个容量为8K字(16位)的存储器时,需要该芯片数为B 。
Section A – This ONE question is compulsory and MUST be attempted1The following draft balance sheets relate to Rod, a public limited company, Reel, a public limited company, and Line,a public limited company, as at 30 November 2002:Rod Reel Line$m$m$m Non-current AssetsT angible non-current assets – cost/valuation1,230505256Investment in Reel640Investment in Line160100_____________2,030605256_____________ Current AssetsInventory30013565T rade receivables24010549Cash at bank and in hand905080_____________630290194_____________T otal assets2,660895450_____________ Capital and reservesCalled up share capital1,500500200Share premium account30010050Revaluation Reserve70Accumulated Reserves62520060_____________2,425800380 Non-current liabilities1352520Current liabilities1007050_____________T otal equity and liabilities2,660895450_____________ The following information is relevant to the preparation of the group financial statements:(i)Rod had acquired eighty per cent of the ordinary share capital of Reel on 1 December 1999 when theaccumulated reserves were $100 million. The fair value of the net assets of Reel was $710 million at1 December 1999. Any fair value adjustment related to net current assets and these net current assets had beenrealised by 30 November 2002. There had been no new issues of shares in the group since the current group structure was created.(ii)Rod and Reel had acquired their holdings in Line on the same date as part of an attempt to mask the true ownership of Line. Rod acquired forty per cent and Reel acquired twenty-five per cent of the ordinary share capital of Line on 1 December 2000. The accumulated reserves of Line on that date were $50 million and those of Reel were $150 million. There was no revaluation reserve in the books of Line on 1 December 2000. The fair values of the net assets of Line at 1 December 2000 were not materially different from their carrying values.(iii)The group operates in the pharmaceutical industry and incurs a significant amount of expenditure on the development of products. These costs were formerly written off to the income statement as incurred but then reinstated when the related products were brought into commercial use. The reinstated costs are shown as ‘Development Inventory’. The costs do not meet the criteria in IAS38 ‘Intangible Assets’ for classification as intangibles and it is unlikely that the net cash inflows from these products will be in excess of the development costs. In the current year, Reel has included $20 million of these costs in inventory. Of these costs $5 million relates to expenditure on a product written off in periods prior to 1 December 1999. Commercial sales of this product had commenced during the current period. The accountant now wishes to ensure that the financial statements comply strictly with IAS/IFRS as regards this matter.(iv)Reel had purchased a significant amount of new production equipment during the year. The cost before trade discount of this equipment was $50 million. The trade discount of $6 million was taken to the income statement.Depreciation is charged on the straight line basis over a six year period.(v)The policy of the group is now to state tangible non-current assets at depreciated historical cost. The group changed from the allowed alternative treatment to the benchmark treatment under IAS16 ‘Property, Plant and Equipment’ in the year ended 30 November 2002 and restated all of its tangible non-current assets to historical cost in that year except for the tangible non-current assets of Line which had been revalued by the directors of Line on 1 December 2001. The values were incorporated in the financial records creating a revaluation reserve of $70 million. The tangible non-current assets of Line were originally purchased on 1 December 2000 at a cost of $300 million. The assets are depreciated over six years on the straight line basis. The group does not make an annual transfer from revaluation reserves to the accumulated reserve in respect of the excess depreciation charged on revalued tangible non-current assets. There were no additions or disposals of the tangible non-current assets of Line for the two years ended 30 November 2002.(vi)During the year the directors of Rod decided to form a defined benefit pension scheme for the employees of the holding company and contributed cash to it of $100 million. The following details relate to the scheme at30 November 2002:$mPresent value of obligation130Fair value of plan assets125Current service cost110Interest cost – scheme liabilities20Expected return on pension scheme assets10The only entry in the financial statements made to date is in respect of the cash contribution which has been included in Rod’s trade receivables. The directors have been uncertain as how to deal with the above pension scheme in the consolidated financial statements because of the significance of the potential increase in the charge to the income statement relating to the pension scheme. They wish to immediately recognise any actuarial gain.(vii)Goodwill is written off over four years on the straight line basis.(viii)The group uses the allowed alternative treatment in IAS22 ‘Business Combinations’ to allocate the cost of acquisition.Required:(a)Show how the defined benefit pension scheme should be dealt with in the consolidated financial statements.(4 marks)(b)Prepare a consolidated balance sheet of the Rod Group for the year ended 30 November 2002 in accordancewith the standards of the International Accounting Standards Board.(21 marks)(25 marks)This is a blank page. Question 2 begins on page 5.Section B – THREE questions ONLY to be attempted2Autol, a public limited company, currently prepares its financial statements under local GAAP (Generally Accepted Accounting Practice). The company currently operates in the telecommunications industry and has numerous national and international subsidiaries. It is also quoted on the local stock exchange. The company invests heavily in research and development which it writes off immediately, and uses the pooling of interests method for accounting for its subsidiaries wherever possible. The local rules in this area are not prescriptive. The company does not currently provide for deferred taxation or recognise actuarial gains and losses arising on defined benefit plans for employees. It wishes to expand its business activities and raise capital on international stock exchanges. The directors are somewhat confused over the financial reporting requirements of multi-national companies as they see a variety of local GAAPs and reporting practices being used by these companies including the preparation of reconciliations to alternative local GAAPs such as that of the United States of America, and the use of the accounting standards of the International Accounting Standards Board (IASB).The directors have considered the use of US GAAP in the financial statements but are unaware of the potential problems that might occur as a result of this move. Further the directors are considering currently the use of the accounting standards of the IASB in the preparation of the consolidated financial statements and require advice as to the potential impact on reported profit of a move from local GAAP to these accounting standards given their current accounting practice in the areas of deferred tax, research and development expenditure, employee benefits and the uniting of interests.Required:Write a report suitable for presentation to the directors of Autol that sets out the following information:(a)the variety of local GAAPs and reporting practices currently being used by multi-national companies settingout brief possible reasons why such companies might prepare financial statements utilising a particular set of generally accepted accounting practices.(6 marks)(b)advice as to whether Autol should prepare a single set of consolidated financial statements that comply onlywith US GAAP.(3 marks)(c)the problems relating to the current use of GAAP reconciliations by companies and whether the use of suchreconciliations is likely to continue into the future.(5 marks)(d)the potential impact on the reported profit of Autol if it prepared its consolidated financial statements inaccordance with the accounting standards of the IASB in relation to its current accounting practices for deferred tax, research and development expenditure, employee benefits and uniting of interests.(11 marks)(25 marks)3TAS, a public limited company, owns 100 per cent of the ordinary share capital of X and Y, who themselves are public limited companies. The group operates in the aircraft manufacturing industry which is currently a depressed market.It is accepted by the group that there is over capacity in the sector with several companies struggling to remain solvent.The trade payables of the company Y amount to $30 million and are exerting pressure on the group. The directors are afraid that the trade payables may attempt to prove that company Y is insolvent. Company Y has made small losses for the last two years and its liquidity is poor. The majority of its net current assets is in the form of work-in-progress which is unlikely to be sold and which needs some cash investment to complete. The directors have decided to put forward two different restructuring plans as at 30 November 2002.Plan 1X is to purchase the whole of TAS’ investment in Y. The purchase consideration was to be $100 million payable in cash to TAS. This amount will then be loaned on a long-term unsecured basis to Y by TAS.Plan 2The net assets and trade of Y are to be transferred to X. Y would become a non-trading company. For the purpose of plan 2 only, the purchase consideration was to be $71 million which represents the group’s view of the value of the trade and net assets of Y. This amount will be left outstanding on the inter company account between X and Y. The net assets and trade are to be transferred at book value after any necessary adjustments required by the information below.The balance sheets of TAS and its subsidiaries at 30 November 2002 produced in summary form are as follows:TAS X Y$m$m$m T angible non-current assets atdepreciated cost/valuation80027060Cost of investment in X150Cost of investment in Y95Net current assets15513025Long-term loan(10)____________1,20040075____________ Share Capital – ordinary shares of $11508070Accumulated reserves1,0503205____________1,20040075____________ TAS acquired the investment in X on 1 December 1998. The fair value of the net assets of X at that date was $134 million. Y was purchased on 1 December 2000. The fair value of the net assets at that date was $87 million.At the dates of acquisition there was no material difference between the book values and fair values of the net assets of X and Y.The following information should be taken into account in the restructuring of the group:(a)The value of the assets of Y at 30 November 2002 is currently being discussed by the directors. The tangiblenon-current assets of Y comprise entirely of a manufacturing unit which is currently operating at 30–35% of capacity due to the depressed market and over capacity in the sector. The unit was completed on 1 June 2001 at a total cost of DM135 million which was converted into dollars at an exchange rate of $1 = DM1·35. The original manufacturing unit, which was in existence at the time of TAS acquisition of Y, was sold for its carrying value on 1 June 2001 to a third party.(b)The manufacturing unit of Y was constructed with the aid of a foreign currency debt of DM13 million, whichremains in the balance sheet at 30 November 2002 at its original translated amount as at 1 December 2000.Exchange rates over the last three years are:30 November/1 December DM to $20001·32001 1·420021·6The trade payables of the company are arguing that because of the current strength of the dollar against the DM, the value of the manufacturing unit should be adjusted downwards to reflect current exchange rates.(c)The directors have produced information about the cash flows expected to be generated by the manufacturingunit of Y which has resulted in an expected value in use of $34 million as at 30 November 2002. The net selling price of the manufacturing unit is difficult to estimate but is approximately $8 million.(d)The group writes off goodwill over four years and depreciates its non-current assets at 20% per annum straightline with a full year’s charge in the year of recognition for both items. Further the directors wish to make a restructuring provision of $5 million.Required:(a)Prepare the individual balance sheets of TAS, X, and Y, and the group balance sheet in accordance withRestructuring Plan 1 as at 30 November 2002.(10 marks)(b)Prepare the individual balance sheets of TAS, X and Y in accordance with Restructuring Plan 2 as at30 November 2002.(7 marks)(c)Discuss the key considerations and implications of the proposed plans for the restructuring of the groupincluding their effect upon the position of the trade payables.(8 marks)(25 marks)The group accountant has asked for your advice as to the acceptability of the above accounting practices under International Accounting Standards/International Financial Reporting Standards as he does not wish to suffer a qualification of the audit report or have any special comment in that report.(3 marks)Required:Write a report to the group accountant advising him as to the acceptability of the above accounting practices utilised by Transystems plc.Note to candidatesCandidates do not need any knowledge of US Standard SAB101 ‘Revenue Recognition in Financial Statements’ in order to answer this question.(25 marks)5The ‘value relevance’ of published financial statements is increasingly being put into question. Financial statements have been said to no longer have the same relevance to investors as they had in the past. Investment analysts are developing their own global investment performance standards which increasingly do not use historical cost as a basis for evaluating a company. The traditional accounting ratio analysis is outdated with a new range of performance measures now being used by analysts.Companies themselves are under pressure to report information which is more transparent and which includes many non-financial disclosures. At the same time the move towards global accounting standards has become more important to companies wishing to raise capital in foreign markets. Corporate reporting is changing in order to meet the investors’ needs. However, earnings are still the critical ‘number’ in both the company and the analyst’s eyes.In order to meet the increasing information needs of investors, standard setters are requiring the use of prospective information and current values more and more with the traditional historical cost accounts and related ratios seemingly becoming less and less important.Required:(a)Discuss the importance of published financial statements as a source of information for the investor, givingexamples of the changing nature of the performance measures being utilised by investors.(11 marks)(b)Discuss how financial reporting is changing to meet the information requirements of investors and why theemphasis on the ‘earnings’ figure is potentially problematical.(8 marks)(c)Discuss whether the intended use of fair values will reduce the importance of historical cost information.(6 marks)(25 marks)End of Question Paper。