文档库 最新最全的文档下载
当前位置:文档库 › 1Z0-053 325题补充P2

1Z0-053 325题补充P2

1Z0-053 325题补充P2
1Z0-053 325题补充P2

1)You are managing an Oracle Database 11g ASM instance having three disks in a disk group with ASM compatibility attribute set to 11.1.0 and redundancy set to high. One of the disks in the disk group becomes unavailable because of power failure. Which statements will be true in this scenario? (Choose all that apply.)

A. The disk is immediately dropped from the disk group.

B. The ASM tracks the extents that are modified during the outage.

C. The ASM migrates the extents from the unavailable disk to the remaining disks.

D. The disk automatically goes offline.

Answer: BD

答案解析:

题意:你正在管理一个Oracle11g数据库的ASM实例,该实例的ASM兼容属性设置为11.1.0且冗余设置为高的磁盘组中有三个磁盘。因为停电其中一个磁盘组中的磁盘变得不可用。在这种情况下哪些描述是真实的?

B,自动储存管理跟踪在OUTA期间被修改的区。

D,磁盘会自动脱机。

2)Which components are needed for successful and most efficient recovery.

A. The backup RB3 and the current online redo log files

B. the backup RB2 and the archived redo log files after the log sequence number 15622

C. Backup R81 and the archived redo log hies after the log sequence number 12871

D. The backup RB3 and the archived redo log files after the log sequence number 16721

Answer: A

答案解析:

题意:成功和最有效的恢复需要哪些组件。

A,回滚段3和当前联机重做日志文件的备份

3)You are managing an Oracle Database 11g instance with ASM storage. You lost an ASM disk group DATA.

You have RMAN backup of data as well as ASM metadata backup.

You want to re-create the missing disk group by using the ASMCMD md_restore command.

Which of these methods would you use to achieve this? (Choose all that apply.)

A. Restore the disk group with the exact configuration as the backed-up disk group, using the same disk group name, same set of disks, failure group configurations, and data on the disk group.

B. Restore the disk group with the exact configuration as the backed-up disk group, using the same disk group name, same set of disks, and failure group configurations.

C. Restore the disk group with changed disk group specification, failure group specification, disk group name, and other disk attributes.

D. Restore metadata in an existing disk group by passing the existing disk group name as an input parameter.

Answer: BCD

题意:你正在用ASM存储来管理Oracle数据库11g实例。你失去了一个ASM磁盘组数据。你有RMAN进行数据备份以及ASM元数据备份。你想通过使用ASMCMD md_restore命令来重新创建丢失的磁盘组。你会用哪种方法实现这一目标?

A,使用相同的磁盘组名称,相同的磁盘集和故障组配置和磁盘组上的数据,使用备份的磁盘组一样的确切配置来恢复磁盘组。

B,使用相同的磁盘组名称,相同的磁盘集和故障组配置,用和备份的磁盘组一样的确切配置来恢复磁盘组。

C,更改的磁盘组规范,故障组规格,磁盘组的名称,和其他磁盘属性来恢复磁盘组。

D,通过传递现有的磁盘组的名称到一个输入参数来恢复现有磁盘组中的元数据。

4)Which statement describes the effect of table redefinition on the triggers attached to the table?

A. All triggers on the table are invalidated and are automatically revalidated with the next DML execution on the table.

B. All triggers on the table are invalidated and must be manually recompiled before the next DML execution on the table.

答案解析:

题意:哪种说法描述连接到表的触发器上的表重定义效果?

A,表上的所有触发器都将失效,并自动重新验证表上的下一个DML执行。

5)Which is the source used by Automatic SQL Tuning that runs as part of the AUTOTASK framework?

A. SQL statements that are part of the AWR baseline only

B. SQL statements based on the AWR top SQL identification

C. SQL statements that are part of the available SQL Tuning Set (STS) only

D. SQL statements that are available in the cursor cache and executed by a user other than SYS

Answer: B

答案解析:

题意:哪一个是作为自动任务框架的一部分运行的自动SQL调优使用的源?

B,基于自动工作负载信息库最高位的SQL标识的SQL语句

6)View the Exhibit to examine the parameter values.

You are planning to set the value for the MEMORY_TARGET parameter of your database instance.

What value would you assign?

A. 90 MB

B. 272 MB

C. 362 MB

D. 1440 MB

Answer: C

答案解析:

memory_target = PGA + SGA

7)What is the end result of the following commands?

recover tablespace users until time '10/06/2008:22:42:00' auxiliary destination 'c:\oracle\auxiliary';

sql 'alter tablespace users online';

recover tablespace users until time '10/06/2008:20:40:00' auxiliary destination 'c:\oracle\auxiliary';

sql 'alter tablespace users online';

A. The commands will be successful. The USERS tablespace will be recovered until 10/06/2008 at 20:40.

B. The first recover tablespace command will fail because the syntax is incorrect.

C. The first alter tablespace users online command will fail because the tablespace will already be online after the recover command.

D. The second recover tablespace command will fail because it will be unable to complete the recovery.

E. The second alter tablespace users online command will fail because you cannot perform two TSPITRs in a row without

8)Which dependent object will get invalidated even if it is not affected by the table redefinition?

A. packages

B. triggers

C. synonyms

D. views

Answer: B

答案解析:

题意:哪个依赖对象会无效,即使它不会受到表定义的影响?

B,触发器。

9)View the Exhibits exhibit1 and exhibit2.

Both the processes use PROG_1 as the job template that is already available. The time taken by the jobs is recorded in the TEST_LOG table. While comparing the time taken to create the jobs, the process in exhibit1 takes less time than the process in exhibit2.

What is the reason for this?

A. It creates less metadata for the jobs.(它创建较少的作业元数据)

B. It creates jobs temporarily in memory only.

C. It writes the job metadata to disk in compressed format.

D. It updates several tables in the SYSTEM tablespace instead of creating new tables.

10)View the Exhibit and examine the output.

You executed the following command to enable Flashback Data Archive on the EXCHANGE_RATE table:

ALTER TABLE exchange_rate FLASHBACK ARCHIVE;

What is the outcome of this command?

A. The table uses the default Flashback Archive.

B. The Flashback Archive is created on the SYSAUX tablespace.

C. The Flashback Archive is created on the same tablespace where the tables are stored.

D. The command generates an error because no Flashback Archive name is specified and there is no default Flashback Archive.

Answer: D

答案解析:

补充11-20题

11)View the Exhibit exhibit1 to observe the maintenance window property.

View the Exhibit exhibit2 to examine the output of the query.

Which two statements describe the conclusions? (Choose two.)

A. The window duration should be increased.

B. RESOURCE_PERCENTAGE should be increased.

答案解析:

12)Note the output of the following query;

SQL> SELECT flashback_archieve_name, status FROM dba_flashback_archieve;

FLASHBACK_ARCHIEVE_NAME STATUS

—————————————- ———–FLA1

You executed the following command to enable Flashback Data Archive on the EXCHANGB_PATE table:

ALTER TABLE exchange_rate FLASHBACK ARCHIEVE;

What is the outcome of this command?

A. The table uses the default Flashback Data Archive.(该表使用默认闪回数据归档)

B. The Flashback Data Archive Is created In the SYSAUX tablespace.

C. The Flashback Data Archive is created in the same tablespace where the tables are stored.

D. The command generates an error because no flashback Data Archive name is specified and there is no default Flashback Data Achieve.

Answer: A,部分题库选D

答案解析:

1、首先创建一个表空间用于存储闪回数据归档

sys@TEST1107> create tablespace fla_tbs1 2 datafile '/u01/app/oracle/oradata/test1107/fla_tbs01.dbf' size 10M;

2、创建闪回数据归档

sys@TEST1107> create flashback archive fla1 tablespace fla_tbs1 quota 10M retention 1 year;

3、查询有哪些闪回数据归档以及其状态。

sys@TEST1107> select FLASHBACK_ARCHIVE_NAME,STATUS from DBA_FLASHBACK_ARCHIVE;

4、对scott.dept表启用闪回数据归档,报错,因为没有指定默认闪回归档。

sys@TEST1107> alter table scott.dept flashback archive;

ORA-55608: Default Flashback Archive does not exist

5、将FLA1指定为默认闪回数据归档。

sys@TEST1107> alter flashback archive FLA1 set default;

6、查询,此时须注意,status栏位下面的有DEFAULT的状态。

sys@TEST1107> select FLASHBACK_ARCHIVE_NAME,STATUS from DBA_FLASHBACK_ARCHIVE;

7、对表启用闪回数据归档,成功。

sys@TEST1107> alter table scott.dept flashback archive;

对于题中的显示,FLA1的状态栏位为空值,即没有指定FLA1为默认的闪回数据归档,所以,此题题库给的答案是错的。正确答案为D. B,这里没有说闪回数据归档被创建在哪个表空间,可以根据DBA_FLASHBACK_ARCHIVE_TS;来查询,此处没有提供。

sys@TEST0924> select * from DBA_FLASHBACK_ARCHIVE_TS;

C,同B答案一样,此处没有给出相关信息。

D,此命令执行时报错。

13) A database is running In ARCHIVBXXMS mode. It has two online redo log groups and each group has one member.

A LGWR Input/output (I/O) fells due to permanent media failure that has resulted In the loss of redo log file and the LWGR terminates causing the instance to crash.

The steps to recover from the loss of a current redo log group member in the random order are as follow.

1.Restore the corrupted redo log group.

2.Restore from a whole database backup.

3.Perform incomplete recovery.

4.Relocate by renaming the member of the damaged online redo log group to a new location.

5.Open the database with the RESETLOGS option.

6.Restart the database instance.

B. 7, 3, 4. and 5

C. 2, 3, 4, and 5

D. 7, 4, 3. and 5

A. Only 6 is required

Answer: C,部分题库选B

答题解析:

If a media failure damages all members of an online redo log group, then different scenarios can occur depending on the type of online redo log group affected by the failure and the archiving mode of the database.

If the damaged online redo log group is current and active, then it is needed for crash recovery; otherwise, it is not. Table 30-4 outlines the various recovery scenarios.

争议点:

网上有人说应该选择C,可以看到两个选项的区别就是第一个步骤;

如果说当发生redo日志损坏,首先应该考虑做的操作是

7) Issue a checkpoint and clear the log. 还是2) Restore from a whole database backup.

那无疑是7) 如果执行7能成功,就只需要做一次备份就好了。

但是如果7) 不成功,即已经无法执行检查点,清空日志的话,那么不完全恢复就得需要先恢复一份备份,再进行不完全恢复。

而这里,给出的选项都是最终reset logs了,那么应该选择C选项更合适。

Riveore给的解析是B选项,戴总整理的题库是C选项。初步结论:保留争议暂时选择C。

14)Indentify two advantages of using recovery catalog instead of the control file of the database in Recovery Manager (RMAN). (Choose two.)

A. You can use RMAN stored scripts.

B. Recovery is faster if data is stored in catalog in addition to the control file.

C. You can store backup information of all registered databases in one place.

D. Database backups are automatically deleted when they are older than the specified time period.

Answer: AC

15)You are using Recovery Manager (RMAN) with a recovery catalog to back up your production database. The backups and the archived redo log files are copied to a tape drive on a daily basis. Because of media failure, you lost your production database completely along with the recovery catalog database.

You want to recover the target database and make it functional. You consider performing the following steps to accomplish the task:

1.Restore an autobackup of the server parameter file.

2.Restore the control file

3.Start the target database instance

4.Mount the database

8.Set DBID for the target database

Which option illustrates the correct sequence that you must use?

A. 8, 1, 3, 2, 4, 5, 7, 6

B. 1, 8, 3, 4, 2, 5, 7, 6

C. 1, 3, 4, 2, 8, 5, 6, 7

D. 1, 3, 2, 4, 6, 5, 7, 8

Answer: A

答案解析:

设置目标数据库的DBID,还原一个服务器参数文件的自动备份,启动目标数据库实例,还原控制文件,挂载数据库,还原数据文件,恢复数据文件,以重置日志选项打开数据库

16)You configured the default backup device type as disk for RMAN backups. In your database, because of business requirements, you have to take a simultaneous duplicate backup of the data files when the RMAN BACKUP command is used. What must you set using the RMAN CONFIGURE command to achieve this?

A. MAXSETSIZE TO 2;

B. DEVICE TYPE DISK PARALLELISM 2;

C. RETENTION POLICY TO REDUNDANCY 2;

D. DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 2;

Answer: D,部分题库选C

17)Examine the following ALTER command;

SQL> ALTER DISKGROUP dgroup1 UNDROP DISKS;

What is the purpose of the command?

A. It cancels all pending disk drops within the disk group.(取消磁盘组内所有挂起的磁盘删除)

B. It adds previously dropped disks back into the disk group.

C. It restores disks that are being dropped as the result of a DROP DISKGROUP operation.

D. It mounts disks in the disk group for which the drop-disk operation has already been completed.

E. It restores all the dropped disks in the disk group for which the drop-disk operation has already been completed. Answer: A

18)Your database is running In ARCIIIVELOG mode. One of the data files, USBRDATAOI.dbf, in the users tablespace is damaged and you need to recover the file until the point of failure. The backup for the data file is available.

Which three files would be used in the user-managed recovery process performed by the database administrator (DBA)? (Choose three.)

A. redo logs.

B. control file.

C. temporary files of temporary tablespace.

D. the latest backup of only the damaged data file.(只有损坏的数据文件的最新备份)

E. the latest backup of all the data files In the USERS tablespace.

Answer: ABD

19)Your database is running in ARCHIVELOG mode. One of the data files, USERDATA01.dbf, in the USERS tablespace is damaged and you need to recover the file until the point of failure. The backup for the datafile is available.

Which three files would be used in the user-managed recovery process performed by the database administrator (DBA)? (Choose Three)

A. Redo logs.

B. Control file.

F. Archive Logs since the latest backup to point of failure.

Answer: ACF

20)You want to set the following initialization parameters for your database instance:

LOG_ARCHIVE_DEST_1 = 'LOCATION=/disk1/arch'

LOG_ARCHIVE_DEST_2 = 'LOCATION=/disk2/arch'

LOG_ARCHIVE_DEST_3 = 'LOACTION=/disk3/arch'

LOG_ARCHIVE_DEST_4 = 'LOCATION=/disk4/arch MANDATORY'

Identify the statement that correctly describes this setting.

A. The MANDATORY location must be a flash recovery area.

B. The optional destinations may not use the flash recovery area.

C. This setting is not allowed because the first destination is not set as MANDATORY.

D. The online redo log file is not allowed to be overwritten if the archived log cannot be created in the fourth destination. Answer: D

补充21-30题

21)You executed the following command in Recovery Manager (RMAN):

RMAN> REPORT NEED BACKUP days 3;

What is the output of this command?

A. a list of files that require a backup within three days.

B. a list of files requiring more than 3 days of archive logs to apply.

C. a list of files that RMAN recommends be backed up only once in every three days, based on low volatility.

D. a list of files for which a backup has already been performed in the last three days and which is required to be backed up again based on the high number of transactions performed on them.

Answer: B

22)You have configured flash recovery area in your database and you set the following Initialization parameters for your database instance:

LOG_ARCHIVE_DEST 1 = ,,LOCATION=/disk1/arch MANDATORY'

LOG _ARCHIEVE_DEST 2 = ,,LOCATION=/disk2/arch'

LOG_ARCHIVK_DEST_3 = ,,LOCATION=/diSk3/arch

LOG_ARCHIVK_DEST_4 = ' LOCATION=/disk4/arch'

LOG_ARCHIVE_MIN-SUCCEED_DEST = 2

While the database instance is functional, you realized that the destination set by the LOG_ARCHIVE_DEST_I parameter Is not available for the archived redo log file to be created in. All redo log groups have been used. What happens in an event of log switch?

A. The online redo log file Is not allowed to be overwritten.

B. The archived redo log files are written to the flash recovery area until the MANDATORY destination is made available.

C. The database instance will crash because the archived redo log file cannot be created in a destination set as MANDATORY.

D. The destination set by the LOG_ARCHIVE_DEST_1 parameter is ignored and the archived redo log files are created in the next two available locations to guarantee archive log success.

Answer: D

23)Which two statements correctly describe the relationship among the Scheduler components: job, program, and schedule? (Choose two)

A. A job is specified as part of a program definition

Answer: BD

答案解析:

?Schedule (时间表)

通过DBMS_SCHEDULER包中的过程CREATE_SCHEDULE定义调度的开始时间,结束时间以及重复间隔CREATE_EVENT_SCHEDULE 过程用来创建由事件触发的时间表,由一个特定时间段内的一个事件调起一项任务。

?Program (程序)

定义了作业的形式及内容,作业形式可以是PL/SQL匿名块,也可以是存储过程或者外部可执行文件,执行的存储过程带有输入参数时必须以匿名块运行。

?Job (作业)

通过CREATE_JOB创建一个作业,这个存储过程使用了重载,所以输入参数的选择可以非常灵活,既可以独立设置作业的时间、内容、Job Class,也可以引用已经存在的Schedule和Program来简化作业的创建。

24)What RMAN command is used to execute a tablespace point-in-time recovery?

A. recover

B. duplicate

C. restore

D. copy

E. None of the above

Answer: A

25) A user performs an update on a table. Shortly after committing the transaction, they realize that they had an error in their WHERE clause causing the wrong rows to be updated.

Which Flashback option would allow you to undo this transaction and restore the table to its previous state?

A. Flashback Drop

B. Flashback Query

C. Flashback Versions Query

D. Flashback Transaction Query

E. Flashback Table

Answer: E

26) A developer calls and reports that he accidentally dropped an important lookup table from a production database. He needs the table to be recovered. What action would you take?

A. Initiate an incomplete recovery operation using RMAN.

B. Copy the table from a development database.

C. Advise the user to rekey the data.

D. Perform a Flashback Drop operation.

E. Perform a Flashback Recovery operation.

Answer: D

27)In a Database Replay workload capture, what client request information is gathered? (Choose all that apply.)

A. SQL text

B. Shared server requests (Oracle MTS)

C. Bind variable values

D. Information about transactions

E. Remote DESCRIBE and COMMIT operations

Answer: ACD

are not corrupt.

C. Uncorrupted blocks from the flashback logs may be used to speed recovery.

D. The database can be in NOARCHIVELOG mode.

E. None of the above.

Answer: BC

29)The DBA has chosen to manage SGA and PGA memory separately in an OLTP database because of his unique knowledge of the application. Which of these are good starting points to use when configuring the maximum values for SGA and PGA, based on the amount of memory available on the system?

A. 20% SGA, 80% PGA

B. 25% SGA, 75% PGA

C. 50% SGA, 50% PGA

D. 75% SGA, 25% PGA

E. 80% SGA, 20% PGA

Answer: E

30)You notice that a long-running transaction is suspended due to a space constraint, and there is no AFTER SUSPEND triggered event addressing the issue. You also note that the critical transaction is just about to reach the

RESUMABLE_TIMEOUT value.

Which of these actions is appropriate?

A. Abort the session, fix the space problem, then resubmit the transaction.

B. Use the DBMS_RESUMABLE.SET_SESSION_TIMEOUT procedure to extend the time-out for the session while you fix the problem.

C. Do nothing, let the transaction fail, then fix the problem.

D. Use Segment Shrink to clean up the table.

E. Use the DBMS_RESUMABLE.SET_TIMEOUT procedure to extend the time-out for the session while you fix the problem. Answer: B

补充31-40题

31)Which of the following are not disabled by default?

A. Jobs

B. Chains

C. Windows

D. Window groups

E. Schedule

Answer: E

32)You notice that a job in a chain has not completed on a nonconstrained RAC database.

Which of these are valid reasons why that might occur?

A. The job priority is 1 and the resource consumer group CPU emphasis allocation is a low percentage.

B. The job affinity is to a service and one node in that service is unavailable.

C. The job affinity is to an instance and that instance is unavailable.

D. There is no service affinity.

E. None of the above.

Answer: C

33)The NLS_LANGUAGE parameter specifies the default conventions to be used for which of the following globalization

C. Symbols to represent a.m., p.m., AD, and BC

D. Affirmative and negative response strings (YES, NO)

E. None of the above

F. All of the above

Answer: F

34)The NLS_TERRITORY parameter specifies the default conventions to be used for which of the following globalization elements? (Choose all that apply.)

A. Date format

B. Decimal character

C. Group separator

D. First day of the month

E. None of the above

F. All of the above

Answer: ABC

35)What are three benefits of using ASM? (Choose three.)

A. Ease of disk administration and maintenance

B. Load balancing across physical disks

C. Software RAID-1 data redundancy with double or triple mirrors

D. Automatic recovery of failed disks

Answer: ABC

36)What components are present in an ASM instance? (Choose three.)

A. SGA

B. Database processes

C. Database datafiles

D. Control files

E. Database parameter file or spfile

Answer: ABE

37)Which of the following is a benefit of ASM fast disk resync?

A. Failed disks are taken offline immediately but are not dropped.

B. Disk data is never lost.

C. By default, the failed disk is not dropped from the disk group ever, protecting you from loss of that disk.

D. The failed disk is automatically reformatted and then resynchronized to speed up the recovery process.

E. Hot spare disks are automatically configured and added to the disk group.

Answer: A

答案解析:

ASM快速镜像重新同步可以显著减少重新同步临时故障磁盘所需的时间。如果某个磁盘因临时故障而脱机,ASM将跟踪在中断期间发生修改的区。临时故障被修复后,ASM可以快速地仅重新同步在中断期间受影响的ASM磁盘区。此功能假设受影响的ASM磁盘的内容未被破坏或修改。

某个ASM磁盘路径出现故障时,如果已设置了相应磁盘组的DISK_REPAIR_TIME属性,则ASM磁盘会脱机,但不会被删除。此属性的设置确定了ASM可容忍的磁盘中断持续时间;如果中断在此时间范围内,则修复完成后仍可重新同步。

注:跟踪机制对每个修改的分配单元使用1 位。这样可确保跟踪机制非常高效。

磁盘出现故障时,它立即脱机,但它不是在那个时候删除。默认情况下,在ASM会自动删除磁盘之前,你将有3.6小时之前纠正这一问题。您可以通过修改磁盘属性配置这个时候。

B. The ASM rebalance operation will consume fewer resources and complete in a longer amount of time.

C. The ASM rebalance operation will be parallelized and should complete in a shorter amount of time.

D. There is no ASM_POWER_LIMIT setting used in ASM.

E. None of the above

Answer: C

答案解析:

ASM_POWER_LIMIT控制重新平衡操作的速度。值的范围从1到11,11表示最快。如果省略,该值默认为1。

39)What is the default AU size of an ASM disk group? What is the maximum AU size in an ASM disk group?

A. 100KB default, 10TB maximum

B. 256KB default, 1024MB maximum

C. 10MB default, 126PB maximum

D. 64KB default, 1EB maximum

E. 1MB default, 64MB maximum

Answer: E

AU(Allocation units分配单元)在Oracle 10gR2中,ASM AU的缺省单位大小是1M,相应的条带大小是128K。

在ASM中,可以通过调整asm_ausize隐含参数的大小来进行调整,_asm_stripesize控制相应的条带化参数。

40)Which initialization parameter in an ASM instance specifies the disk groups to be automatically mounted at instance startup?

A. ASM_DISKMOUNT

B. ASM_DISKGROUP

C. ASM_DISKSTRING

D. ASM_MOUNTGROUP

Answer: B

补充41-50题

41)When an ASM instance receives a SHUTDOWN NORMAL command, what command does it pass on to all database instances that rely on the ASM instances disk groups?

A. TRANSACTIONAL

B. IMMEDIATE

C. ABORT

D. NORMAL

Answer: C

答案解析:

如果你做一个正常关闭ASM实例,如果任何Oracle数据库使用该ASM实例,将返回一个错误。使用shutdown abort命令强制关闭ASM实例。这将导致所有其他Oracle数据库连接到ASM实例被关闭,相当于关机中止命令。

Oracle强烈建议你在尝试关闭ASM实例之前关闭使用该ASM实例的所有数据库实例。

下面的列表讲述了与ASM相关的SHUTDOWN命令参数。

?NORMAL:ASM在卸载所有磁盘组并关闭ASM实例之前,将等待任何正在进行的SQL完成执行。在关闭实例之前,ASM将等待所有当前连接的用户从该实例断开。如果任何数据库实例与ASM实例连接,则SHUTDOWN命令将返回错误并保持ASM实例继续运行。NORMAL是默认关闭模式。

?IMMEDIATE或TRANSACTIONAL:ASM在卸载所有磁盘组并关闭ASM实例之前,将等待任何正在进行的SQL完成执行。ASM 不等待当前与实例连接的用户断开连接。如果任何数据库实例与ASM实例连接,则SHUTDOWN命令将返回错误并保持ASM实例继续运行。

?ABORT:ASM实例立即关闭,而不按顺序卸载磁盘组。这将导致下次启动ASM时进行恢复操作。如果有任何数据库实例与ASM 实例连接,则该数据库实例也将中止。

42)When starting up your ASM instance, you receive the followingerror:

What is the cause of theerror?

A. TheASM_DISKGROUPSparameterisconfiguredforthreediskgroups:DGROUP1,DGROUP2,andDGROUP3. Theunderlyingdisksforthesediskgroupshaveapparentlybeenlost.

B. TheformatoftheASM_DISKGROUPSparameterisincorrect.Itshouldreferencethediskgroupnumbers, not the names of the diskgroups

C. TheASM_POWER_LIMITparameterisincorrectlysetto1.Itshouldbesettothenumberofdiskgroups being attached to the ASMinstance.

D. The ASM_DISKSTRING parameter is not set; therefore disk discovery is notpossible.

E. There is insufficient information to solve thisproblem.

Answer:D

答案解析:

ASM_DISKSTRING是一个与操作系统相关的值,ASM使用它来限制搜索时考虑的磁盘集即是设置ASM启动时检查的磁盘,该选项可以同时指定多个值,并且支持通配符。比如只检查/DEV/SD*。默认值为空字符串,为空的话,表示ASM将查找系统中所有ASM拥有读写权限的设备。这在大多数情况下就足够了。如上所示的约束性更强的值可以减少ASM执行搜索所需的时间,从而提高磁盘组装载次数。从图上可以,他的ASM_DISKSTRING没有设置。

43)As DBA for the Rebel Alliance you have decided that you need to facilitate some redundancy in your database. Using ASM, you want to create a disk group that will provide for the greatest amount of redundancy for your ASM data (you do not have advanced SAN mirroring technology available to you, unfortunately).

Which of the following commands would create a disk group that would offer the maximum in data redundancy?

A. CREATE DISKGROUP dg_alliance1 NORMAL REDUNDANCY

failgroup diskcontrol1 DISK 'c:\oracle\asm_disk\_file_disk3' NAME file_ diska1

failgroup diskcontrol2 DISK 'c:\oracle\asm_disk\_file_disk4' NAME file_ diskb1;

B. CREATE DISKGROUP dg_alliance1 EXTERNAL REDUNDANCY

failgroup diskcontrol1 DISK 'c:\oracle\asm_disk\_file_disk3' NAME file_ diska1;

C. CREATE DISKGROUP dg_alliance1 HIGH REDUNDANCY

failgroup diskcontrol1 DISK 'c:\oracle\asm_disk\_file_disk1' NAME file_ disk1

failgroup diskcontrol2 DISK 'c:\oracle\asm_disk\_file_disk2' NAME file_ disk2

failgroup diskcontrol2 DISK 'c:\oracle\asm_disk\_file_disk3' NAME file_ disk3;

D. CREATE DISKGROUP dg_alliance1 MAXIMUM REDUNDANCY

failgroup diskcontrol1 DISK 'c:\oracle\asm_disk\_file_disk1' NAME file_ disk1

E. None of the above

Answer: C

答案解析:

题中说要provide for the greatest amount of redundancy for your ASM data,即使用最高级别的冗余来创建磁盘组指定冗余度,有三个选择:HIGH(高度冗余>三路)、NORMAL(标准冗余--双路)和EXTERNAL(外部存储冗余);

44)You want to migrate your database to ASM, so you have done a clean shutdown, made a closed backup of the entire You wa database, noted the location of your control files and online redo log files, and changed your spfile to use OMF. The last step is to run an RMAN script to do the conversion. Using the following steps, what is the correct order in which the following RMAN commands should be executed?

1. STARTUP NOMOUNT

2. ALTER DATABASE OPEN RESETLOGS

3. SQL "ALTER DATABASE RENAME logfile1 path TO +dgrp4" # plus all other logfiles

4. SWITCH DATABASE TO COPY

5. BACKUP AS COPY DATABASE FORMAT ,,+dgrp4

6. ALTER DATABASE MOUNT

7. RESTORE CONTROLFILE FROM ,,controlfile_location

A. 2, 5, 3, 1, 7, 6, 4

B. 1, 7, 6, 5, 4, 3, 2

C. 5, 1, 2, 7, 4, 6, 3

D. 7, 3, 1, 5, 6, 2, 4

Answer: B

答案解析:

将数据库移植到ASM存储区

由于ASM文件无法通过正常的操作系统界面访问,因此RMAN是复制ASM文件的唯一途径。虽然由于表空间的历史原因,表空间中的文件既可以是ASM文件,也可以是非ASM文件,但是RMAN命令会将非ASM文件移到ASM磁盘组中。通过以下过程,可以将整个数据库移到ASM磁盘组中:(假定你使用的是服务器参数文件。)

1. 使用V$CONTROLFILE和V$LOGFILE,获取当前控制文件和联机重做日志的文件名。

2. 像平常一样关闭数据库。按如下所述,修改数据库的服务器参数文件:

将必要的OMF目标参数设置为所需的ASM磁盘组。

删除CONTROL_FILES参数。

3. 编辑和运行RMAN命令文件,这将备份数据库、将当前数据文件移到备份中并重命名联机重做日志。使用BACKUP AS COPY命令只能移动表空间或数据文件。

4. 删除旧的数据库文件。

注:如果创建一个OMF控制文件,并且有一个服务器参数文件,则会在该服务器参数文件中创建一个CONTROL_FILES初始化参数条目。

45)How can you reverse the effects of an ALTER DISKGROUP ... DROP DISK command if it has not yet completed?

A. Issue the ALTER DISKGROUP ... ADD DISK command.

B. Issue the ALTER DISKGROUP ... UNDROP DISKS command.

C. Issue the ALTER DISKGROUP ... DROP DISK CANCEL command.

D. Retrieve the disk from the Recycle Bin after the operation completes.

Answer: B

答案解析:

在没有完全drop前,可以使用undrop取消drop

46)How can you reverse the effects of an ALTER DISKGROUP ... DROP DISK command if it has already completed?

A. Issue the ALTER DISKGROUP ... ADD DISK command.

Answer: A

47)To reference existing ASM files, you need to use a fully qualified ASM filename. Your development database has a disk group named DG2A, the database name is DEV19, and the ASM file that you want to reference is a datafile for the USERS02 tablespace.

Which of the following is a valid ASM filename for this ASM file?

A. dev19/+DG2A/datafile/users02.701.2

B. +DG2A/dev19/datafile/users02.701.2

C. +DG2A/dev19/users02/datafile.701.2

D. +DG2A.701.2

E. +DG2A/datafile/https://www.wendangku.net/doc/2f18152091.html,ers.02.701.2

Answer: B

48)Which background process coordinates the rebalance activity for disk groups?

A. ORBn

B. OSMB

C. RBAL

D. ASMn

Answer: C

49)On the development database rac0, there are six raw devices:

/dev/raw/raw1 through /dev/raw/raw6.

/dev/raw/raw1 and /dev/raw/raw2 are 8GB each, and the rest are 6GB each.

An existing disk group +DATA1, of NORMAL REDUNDANCY, uses /dev/raw/raw1 and /dev/raw/raw2.

Which series of the following commands will drop one of the failure groups for +DATA1, create a new disk group +DATA2 using two of the remaining four raw devices, and then cancel the drop operation from +DATA1?

A. ALTER DISKGROUP DATA1 DROP DISK DATA1_0001;

CREATE DISKGROUP DATA2 NORMAL REDUNDANCY

FAILGROUP DATA1A DISK '/dev/raw/raw3' FAILGROUP DATA1B DISK '/dev/raw/raw4';

ALTER DISKGROUP DATA1 UNDROP DISKS;

B. ALTER DISKGROUP DATA1 DROP DISK DATA1_0001;

CREATE DISKGROUP DATA2 HIGH REDUNDANCY

FAILGROUP DATA1A DISK '/dev/raw/raw3' FAILGROUP DATA1B DISK '/dev/raw/raw4';

ALTER DISKGROUP DATA1 UNDROP DISKS;

C. ALTER DISKGROUP DATA1 DROP DISK DATA1_0001;

CREATE DISKGROUP DATA2 NORMAL REDUNDANCY

FAILGROUP DATA1A DISK '/dev/raw/raw3' FAILGROUP DATA1B DISK '/dev/raw/raw4';

ALTER DISKGROUP DATA1 UNDROP DATA1_0001;

D. ALTER DISKGROUP DATA1 DROP DISK DATA1_0001

ADD DISK GROUP DATA2 NORMAL REDUNDANCY

FAILGROUP DATA1A DISK '/dev/raw/raw3' FAILGROUP DATA1B DISK '/dev/raw/raw4';

ALTER DISKGROUP DATA1 UNDROP DISKS;

Answer: A

答案解析:

50)Which type of database file is spread across all disks in a disk group?

A. All types of files are spread across all disks in the disk group.

B. Datafiles

C. Redo log files

D. Archived redo log files

E. Control files

Answer: A

补充51-60题

51)Which of the following ALTER DISKGROUP commands does not use V$ASM_OPERATION to record the status of the operation?

A. ADD DIRECTORY

B. DROP DISK

C. RESIZE DISK

D. REBALANCE

E. ADD FAILGROUP

Answer: A

答案解析:

V$ASM_OPERATION 是记录当前磁盘的操作信息。B,C,D,E 都会涉及到磁盘的操作,只有A是涉及目录的操作,所以选A。

52)If you use ALTER DISKGROUP ... ADD DISK and specify a wildcard for the discovery string, what happens to disks that are already a part of the same or another disk group?

A. The command fails unless you specify the FORCE option.

B. The command fails unless you specify the REUSE option.

C. The command must be reissued with a more specific discovery string.

D. The other disks, already part of the disk group, are ignored.

Answer: C,部分题库选A或D

答案解析:https://www.wendangku.net/doc/2f18152091.html,/jyzhao/p/5260603.html

53)You are an Oracle DBA responsible for an ASM instance. The disk controller on your system fails. You suspect that the disk itself is okay. You know it will take 24 hours to replace the controller and you don't want to have to rebuild the disks from scratch. What do you do?

A. Take the whole disk group offline and wait for the controller card to be installed. Once it's installed, bring the disk group online again.

B. Change the ASM parameter ASM_PREFERRED_READ_FAILURE_GROUPS to indicate that you want to read from the

non-failed disk. Once the disk controller is replaced, reset the parameter to its original value.

C. You have no choice but to rebuild the disk. Drop the disk from the disk group and wait for the controller to be replaced. Once the controller is replaced, add the disk back into the disk group and allow ASM to rebuild it.

D. If you are using any setting other than REDUNDANCY EXTERNAL for your disk group, you will have to recover any data on that disk from a backup. The database will be unavailable until you can correct the problem and perform recovery.

E. Change the attribute DISK_REPAIR_TIME on the disk group to a time greater than 24 hours.

Answer: E

答案解析:Set the DISK_REPAIR_TIME Disk Group Attribute Appropriately

54)As the DBA, you run the following query on your ASM instance. What is the implication of the results of the query? (Choose two.)

0 DGROUP1 DISMOUNTED

2 DGROUP2 MOUNTED

3 DGROUP3 MOUNTED

A. The DGROUP1 disk group was unmounted by another DBA.

B. A datafile has been lost, causing the ASM disk group DGROUP1 to go into the DISMOUNTED state

C. One of the redundant disks (DGROUP1) has been lost in a disk group.

D. This query has no meaning in an ASM instance.

E. A disk associated with a disk group was discovered after the ASM instance initially opened.

Answer: AE

答案解析:

显然,出于某种原因,当ASM实例启动时磁盘组1未挂载或者在ASM实例启动后磁盘丢失然后又出现了(也许是硬件故障)。ASM 会发现新的磁盘,即使在ASM实例打开之后。

55)Your database is in NOARCHIVELOG mode. You start to do a backup, but your users complain that they dont want you to shut down the database to perform the backup. What options are available to you?

A. Put the database in hot backup mode and perform an online backup, including backing up the archived redo logs.

B. Just back up the database datafiles without shutting down the database.

C. You will have to wait until you can shut down the database to perform the backup.

D. Mark each datafile as backup in progress, back them up individually, and then mark them as backup not in progress. No archived redo logs will need to be backed up.

E. Only back up the datafiles that the user will not be touching. Once the user has finished what they were doing, you can shut down the database and back up the datafiles the user changed during the course of the remaining backup

Answer: C

答案解析:

题意:你的数据库是运行在非归档记录模式。你开始做一个备份,但你的用户抱怨说,他们不想让你关闭数据库以执行备份。哪些选项你可以利用?

C,你将不得不等待,直到你可以关闭数据库以执行备份。

非归档模式只能冷备份或者启动到mount状态使用rman来备份;冷备份必须是数据库关闭的情况下完成,是将关键性文件拷贝到另外位置的一种做法。对于备份Oracle信息而言,冷备份是最快和最安全的方法。当数据库开着的时候,执行数据库文件系统备份无效。

用冷备份进行数据库恢复:如果数据库是运行在非归档日志模式下,将备份文件拷贝回原来的目录即可。非归档日志模式下数据库只能恢复到备份时刻的状态。

56)When performing an online backup, what is the proper order of the following steps?

a.Issue the alter database end backup command.

b.Back up the archived redo logs.

c.Issue the alter database begin backup comman

d.

d.Back up the database files.

e.Determine the beginning log sequence number.

f.Determine the ending log sequence number.

g.Force a log switch with the alter system switch logfile command.

A.a, b, c, d, e, f, g

B.c, d, a, b, e, g, f

C.f, d, b, g, a, c, e

D.e, c, d, a, g, f, b

E.a, f, b, g, e, c, d

Answer: D

答案解析:

57)You want to put a specific tablespace called MY_DATA in hot backup mode so you can back it up. What command would you use?

A. alter tablespace MY_DATA begin backup;

B. alter tablespace MY_DATA start backup;

C. alter tablespace MY_DATA backup begin;

D. alter MY_DATA begin backup;

E. You cannot back up individual tablespaces.

Answer: A

答案解析:

启动备份模式:复制数据文件之前,必须将每个数据文件都置于备份模式。请使用ALTER TABLESPACE和ALTER DATABASE命令的BEGIN BACKUP子句来执行此操作。

58)You backed up the database at 8 a.m. today using an online backup. Accounting made a large change to the underlying data between 10 a.m. and noon. Which of the following actions would ensure that the changes could be recovered using the 8 a.m. backup?

A. Create a manual incremental online database backup.

B. Back up all the archived redo logs generated since the 8 a.m. backup.

C. Create a brand-new backup after all the changes have been applied.

D. There is no way to make the changes recoverable based on the 8 a.m. backup.

E. Perform an online backup of the tablespace(s) that contained changed data.

Answer: B

答案解析:

在8点进行一次备份,在10点有很多业务;如果要恢复且要包含这些变化数据,则需要8点的备份以及8点到中午的归档日志和在线日志。

59)What are the different logging modes available in Oracle Database 11g? (Choose two.)

A. NOLOG mode

B. NOARCHIVELOG mode

C. LOGGING mode

D. HOTDATABASE mode

E. ARCHIVELOG mode

Answer: BE

60)Which is the correct command to put the database in ARCHIVELOG mode?

A. alter database archivelog

B. alter system enable archivelog mode

C. alter database enable archive

D. alter database archivelog enable

E. None of the above

Answer: A

补充61-70题

61)What is the correct order of steps to perform an online database backup?

a.alter database begin backup;

b.alter database end backup;

c.Back up the database datafiles.

d.Back up the archive log files.

C.a, c, b, d, e

D.d, b, c, a, e

E.a, c, b, e, d

Answer: E

答案解析:a.数据库开始备份;c.备份数据库的数据文件;b.数据库结束备份;e.系统日志文件切换;d.备份归档日志文件。

62)Which command will result in a trace file being created with the create controlfile command contained in it?

A. alter database backup controlfile;

B. alter database backup controlfile to trace;

C. alter database controlfile backup;

D. alter database controlfile backup to '/ora01/oracle/ctrl_backup.ctl';

E. alter database begin controlfile backup;

Answer: B

63)Which of the following is a valid way of putting a tablespace named DAVE_TBS into hot backup mode?

A. alter tablespace DAVE_TBS backup mode;

B. alter tablespace DAVE_TBS start backup;

C. alter tablespace DAVE_TBS begin backup;

D. alter tablespace DAVE_TBS backup begin;

E. alter tablespace DAVE_TBS backup;

Answer: C

64)Every Sunday the Unix system administrator has a job that executes a full backup of the entire Unix system your database is on. Is this backup usable for backup and recovery of your database?

A. Yes, if the database is in ARCHIVELOG mode.

B. Yes, if the database is in NOARCHIVELOG mode.

C. No, the backup is not usable in any way.

D. Only if the ENABLE_ONLINE_BACKUP parameter is set to TRU

E.

Answer: C

65)Which is not a valid way of backing up a control file?

A. Backing up the control file to trace

B. Copying the existing control file of the database to the backup location during a hot backup

C. Copying the existing control file of the database to the backup location during a cold backup

D. Creating a backup control file

E. Using the create controlfile command

Answer: B

66)Which of the following parameters defines the location where Oracle should create archived redo logs?

A. LOG_ARCHIVE_1

B. LOG_DESTINATION_1

C. LOG_ARCHIVED_DESTINATION_1

D. LOG_ARCHIVE_DEST_1

E. LOG_ARCHIVE_SOURCE_1

Answer: D

67)Archived redo logs can be copied to more than one destination by Oracle.

68)What will be the result of the following configuration?

Log_archive_dest_1=location=c:\oracle\arch\mydb

Log_archive_dest_2=location=z:\oracle\arch\mydb

A. An error will occur during database startup because the second parameter is not valid.

B. An error will occur during database startup since you are trying to create archived redo logs in two different locations.

C. Archived redo logs will be created in two different locations by the ARCH process.

D. Archived redo logs will be created in two different locations by the LGWR process.

E. Neither parameter setting is valid, so the database will not start up.

Answer: C

69)Which view provides information on the backup status of the datafiles in the database?

A. V$BACKUP

B. V$BACKUP_STATUS

C. V$BACKUP_DATAFILE

D. V$DATAFILE_BACKUP

E. V$TABLESPCE_BACKUP

Answer: A

70)Another DBA issues a shutdown abort command on a database on which you were running an online backup. What will happen when you try to restart the database?

A. Oracle will automatically take the datafile out of hot backup mode, generate a warning message, and then open the database.

B. Oracle will automatically take the datafile out of hot backup mode and then open the database.

C. Oracle will generate an error when trying to open the database, indicating that a datafile is in hot backup mode.

You will need to correct this error before you can open the database.

D. The database will open with the file in hot backup mode. You can restart the backup at any time.

E. The datafile in hot backup mode will be corrupted and you will have to recover it.

Answer: C

补充71-80题

71)What is the proper command to shut down the database in a consistent manner?

A. Shutdown abort

B. Shutdown kill

C. Shutdown nowait

D. shutdown immediate

E. shutdown halt

Answer: D

72)If you issue the command shutdown abort prior to trying to put the database in ARCHIVELOG mode, what will be the result when you issue the command alter database archivelog?

A. The alter database archivelog command will fail.

B. The alter database archivelog inconsistent command must be used to put the database in ARCHIVELOG mode.

C. The alter database archivelog command will succeed.

D. The alter database archivelog command will ask if you want to make the database consistent first.

E. There is no alter database archivelog command. The correct command is alter database alterlogging.

Answer: A

第二章练习题+答案

第二章练习题 一、单项选择题 1、根据借贷记账法的原理,记录在账户贷方的是()。A A.费用的增加 B.收入的增加 C.负债的减少 D.所有者权益的减少 资产和费用的增加记借,减少记贷;收入、负债和所有者权益增加记贷,减少记借。 2、我国《企业会计准则》将会计要素分为六类,《企业会计制度》将的会计科目分为()。 B A.六类 B.五类 C.七类 D.三类 资产、负债、权益、成本、损益五大类 3、借贷记帐法中资产类帐户的余额一般在()。 B A.无余额 B.借方 C.贷方 D.借方或贷方 4、资产类账户期末余额的计算公式是()。 A A.期末余额 = 期初借方余额 + 本期借方发生额–本期贷方发生额 B.期末余额 = 期初贷方余额 + 本期贷方发生额–本期借方发生额 C.期末余额 = 期初借方余额 + 本期借方发生额 D.期末余额 = 期初贷方余额 + 本期贷方发生额 5、下列错误能够通过试算平衡查找的是()。 D A.重记经济业务 B.借贷方向相反 C.漏记经济业务 D.借贷金额不等 试算平衡的具体内容就是检查会计分录的借贷金额是否平衡。 6、“待摊费用”账户本期期初余额3500元,借方本期发生额1500元,本期摊销500元,则该账户期末余额为()。 B

A.借方4500元 B.贷方4500元 C.借方3500元 D.贷方1000元 待摊费用属于资产类,按照资产类账户计算期末余额。 7、对账户记录进行试算平衡是根据()的基本原理。 C A.账户结构 B.会计要素划分的类别 C.会计等式 D.所发生的经济业务的内容 8、复式记账法是指对每一笔业务都要以相等的金额在相互联系的()中进行登记的记账方法。 D A.一个账户 B.两个账户 C.三个账户 D.两个或两个以上的账户 9、借贷记账法的记账规则是()。 D A.同增、同减、有增、有减 B.同收、同付、有收、有付 C.有增必有减,增减必相等 D.有借必有贷,借贷必相等 D 10、会计账户的开设依据是()。C A.会计对象 B.会计要素 C.会计科目 D.会计方法 11、收到某单位的预付购货款存入银行,所引起的会计要素变动是() B A一项资产增加,一项资产得减少 B一项资产增加,一项负债得增加 C一项资产增加,一项负债得减少 D一项负债增加,一项负债得减少 借:银行存款(资产) 贷:预收账款(负债) 12、对于每一个账户来说,期末余额()。 C A.只能在借方 B.只能在贷方 C.只能在账户的一方 D.可能在借方或贷方 某些账户的余额是只可能出现在借方的,比如现金账户。 13、一般来说双重性质账户的期末余额( )。C A.在借方 B.在贷方

数据库试题及答案

、选择题(40 X 1=40分) 1 .用二维表数据来表示实体及实体之间联系的数据模型称为( 2 .表在数据库中是一个非常重要的数据对象,它是用来( 数据库是在计算机系统中按照一定的数据模型组织、 操作的软件系统叫 —,由计算机、操作系统、 存储和应用的 —,支持数据库各种 DBMS 、数据库、应用程序及用户等组成的一 A 、概念数据模型 B 、结构数据模型 C 物理数据模型 D 、逻辑数据模型 11.数据是信息的符号表示或称载体;信息则是数据的内涵,是数据的 12 .下列关于关系数据模型的术语中, 最接A 、 显示 B 、查询 C 、存放 D 、检索 3. 数据库创建后就可以创建表了,创建表可以用( 等方法来创建。 A 、 企业管理器 B 、查询分析器 C 、 OSQL D 、企业管理器和 CREAT E TABL 语句 个整体叫 。(D A 、文件的集合、操作系统、文件系统 B 、 数据的集合、数据库管理系统、数据库系统 C 、命令的集合、数据库系统、软件系统 D 、 程序的集合、命令系统、数据库系统 7 .下面对于关系的叙述中,哪个是不正确的? A 、关系中的每个属性是不可分解的 C 、任意的一个二维表都是一个关系 B 、 (B ) 在关系中元组的顺序是无关紧要的 每一个关系只有一种记录类型 8 . SQL 中,下列涉及空值的操作,不正确的是( C ) A. AGE IS NULL B. AGE IS NOT NULL C. AGE = NULL D. NOT (AGE IS NULL) 10 .在数据库技术中,实体-联系模型是一种 D )。 A 、实体--联系模型 B 、层次模型 C 、网状模型 D 、关系模型 C )各种数据内容的。 A 、语法解释 B 、语义解释 C 、语意说明 D 、用法说明 哪一个术语所表达的概念与二维表中的 “行” 的概念

《管理会计》第二章练习题及答案

第二章练习题及答案 一、单项选择题: 1、在财务会计中,应当将销售费用归属于下列各项中的( A.制造费用 B.主要成本 C. 加工成本 D. 非生产成本 2、 按照管理会计的解释,成本的相关性是指( ) A. 与决策方案有关的成本特性 B. 与控制标准有关的成本特性 C. 与资产价值有关的成本特性 D. 与归集对象有关的成本特性 3、 阶梯式混合成本又可称为( ) A. 半固定成本 B. 半变动成本 C.延期变动成本 D.曲线式成本 4、 将全部成本分为固定成本、变动成本和混合成本所采用的分类标志是 A. 成本的目标 B. 成本的可辨认性 C.成本的经济用途 D.成本的性态 5、 在历史资料分析法的具体应用方法中,计算结果最为精确的方法是( A. 高低点法 B. 散布图法 C.回归直线法 D.直接分析法 6、 当相关系数 r 等于 +1时,表明成本与业务量之间的关系是( A. 基本正相关 B. 完全正相关 C. 完全无关 D. 基本无关 7、在不改变企业生产经营能力的前提下,采取降低固定成本总额的措施通常是 指降低( )。 A. 约束性固定成本 B. 酌量性固定成本 C. 半固定成本 D. 单位固定成本 8、 单耗相对稳定的外购零部件成本属于( )。 A. 约束性固定成本 B. 酌量性固定成本 C. 技术性变动成本 D. 约束性变动成本 9、 下列项目中,只能在发生当期予以补偿,不可能递延到下期的成本是( )。 A. 直接成本 B. 间接成本 C. 产品成本 D. 期间成本 10、 为排除业务量因素的影响,在管理会计中,反映变动成本水平的指标一般是指( )。 A. 变动成本总额 B. 单位变动成本 C.变动成本的总额与单位额 D.变动成本率 11、 在管理会计中,狭义相关范围是指( ) A.成本的变动范围 B.业务量的变动范围 C.时间的变动范围 D.市场容量的变动范围 12、 在应用历史资料分析法进行成本形态分析时,必须首先确定 a ,然后 才能计算出b 的 方法时( ) A. 直接分析法 B. 高低点法 C.散布图法 D.回归直线法 13、 某企业在进行成本形态分析时,需要对混合成本进行分解。据此可以断 定:该企业应 用的是( ) A.高低点法 B.回归直线法 C.多步分析程序 D.同步分析程序 14、在应用高低点法进行成本性态分析时,选择高点坐标的依据是( )。 )。 )。

第二章补充作业题解

第二章正弦交流电路习题解(8题) 2.1 (正弦交流电路基本概念)已知电流h =20?-2sin (1000t 30 )A , i 2 =30sin (1000t -20 )A 。求出各电流的频率,有效值,初相位,并在同一坐标中上画出 i l 、 i 2的相量,比较它们相位领先与落后的关系。 解:i i : I=20A ,初相:30°,频率: 3 =1000rad 。 i 2: I=21.2A ,初相:一20°,频率:3 =1000rad 。 i i 比i 2相位超前5O 0 2.2 (正弦交流电路基本概念)将下列各相量所对应的瞬时值函数式写出来( f = 50Hz ): U i =(6 j8)V , I =(3-j3)A , U 2 —6-j8V u i =10..2si n(314t 53.10)(V) 解:U 2=10 2sin(314t-126.90 )(V) i =18si n( 314t 450 )(A) 图2.3习题2.3的图 2.3 (纯电容电路,纯电感电路)如图 2.3所示各电路, 已知 u =100、2 sin(50t 30 ) V , 测得I =1A 。写出i 的表达式,并求电容 C 或电感 (a) 200」F ; (b) 2H ) (a) 50 100 U =100 300 (V) =200(牛) (b )图:U =100 300 (V) X L X L 型=2(H) X C 100 U 100 =100,) = 100(") Z :L = 的值。(答 (b L

u =10、、2 si n( 1000二t)V 。求电流i ,电压U R和U C , U R和U C与电压U的相位差。画出电压、 电流的相量图。 (答案:i =0.27 ..2sin(1000二t 57.8 )mA,u R=54. 2sin(1000二t 57.8 )V,u C-8.59 2sin(1000 :t -32.2 )V

数据库考题及答案

Data Structures and Algorithms – MidTerm Exam 1. Let ‘I’ be “push”, ‘O’ be “pop” and ‘P’ be “print” directly. To convert the infix expression a+(b*c–d)/e to its postfix through a stack, the sequence of operations are PIIPIPOIPOOIPOO (For example: (a+b) is converted to ab+ by IPIPOO.) (5 points) 2. In a binary tree of N nodes, there are N+1 NULL pointers representing children. (2 points) 3. A sorting algorithm is stable if elements with equal keys are left in the same order as they occur in the input. Which of the following algorithms is/are stable? Answer: (a) (c) (8 points) (a) insertion sort; (b) quick sort; (c) merge sort; (d) heap sort 4. The following routine removes duplicates from an array-based list A[0] … A[N-1]. LastPosition is initially N-1. for ( i = 0; i < LastPosition; i ++ ) { j = i + 1; while ( j < LastPosition ) if ( A[i] == A[j] ) Delete(j); ++; j else } (a) What is the function of Delete? (3 points) Delete A[ j ] by shifting A[ j+1 ] … A[ LastPosition-1 ] to the left. LastPosition -- . (b) T worst( N ) = O( N2 ) . (2 points) (c) Using linked list implementation, T worst( N ) =O( N2 ) . (2 points) 5. Among the given trees, d has the same inorder and preorder traversal results, and b has the same postorder and inorder traversal results. (4 points) (a) (b) (c) (d) (e) 6. Show the result of inserting { 51, 25, 36, 88, 42, 52, 15, 96, 87, 30 } into (a) an initially empty binary search tree; (b) an initially empty AVL tree; (c) an initially empty 2-3 tree. (30 points)

第二章补充习题

1、桌上有一只盘子,最多可容纳两个水果,每次只能放入或取出一个水果。爸爸专向盘中放苹果,妈妈放专向盘中放桔子;两个儿子专等吃盘子中的桔子,两个女儿专等吃盘子中的苹果。请用P、V操作来实现爸爸、妈妈、儿子、女儿之间的同步与互斥关系。 答:本题中需设置4个信号量,其中empty表示还可以向盘中放几个水果,其初值为2;apple对应已放入盘中的苹果,orange对应已放入盘中的桔子,它们的初值均为0;mutex 用来实现对盘子的互斥访问(包括放和取),其初值为1。相应的进程可描述为: father(){ while(1){ P(empty); P(mutex); 向盘中放苹果; V(mutex); V(apple); } { } mother(){ while(1){ P(empty); P(mutex); 向盘中放桔子; V(mutex); V(orange); } } < son (){ /* 两个儿子对应同一段代码*/ while(1){ P(orange); P(mutex); 从盘中取桔子; V(mutex); V(empty); 吃桔子; } } ^ daughter(){ /* 两个女儿对应同一段代码*/ while(1){ P(apple); P(mutex); 从盘中取苹果; V(mutex); V(empty);

吃苹果; } } ] 2、某招待所有100个床位,住宿者住入要先登记(在登记表上填写姓名及床位号),离去时要撤消登记(在登记表上删去姓名和床位号)。请给出住宿登记及撤消登记过程的算法描述。 答:本题中,被住宿者竞争的资源主要有床位和住宿登记表两种,可分别为它们设置初值为100的信号量bed及初值为1的信号量mutex。住宿登记过程的算法描述如下:P(bed); P(mutex); 在登记表上填写姓名及床位号; v(mutex); 撤消登记过程的算法描述如下: P(mutex); 在登记表上删去姓名和床位号; V(mutex); | V(bed); 3、一阅览室,读者进入阅览室必须先在一张登记表(TB)上登记,该表为每一座位设一个表目,读者离开时要消掉其登记信息,阅览室共有100个座位。为了描述读者的动作,请用Pascal语言和P、V操作写出进程间的同步算法。 约定: (1)flag的值:0座位空闲,1座位被占用。 (2)用语句i=getflag(0)可搜索到一个空座位i,用语句=0或1可给标志位赋值。 (3)用i=getname(readername)可搜索到某读者所登记的座位号i;用=0或=readername 可给姓名字段赋值,0表示消除读者姓名。 (4)计数信号量用count,互斥信号量用mutex。 答:本题中,读者要竞争座位、登记表两种资源,故可分别为它们设置初值为100的信号量count,以及初值为1的信号量mutex。读者的动作可描述为: reader(){ while(1){ ¥ P(count); /* 申请一个座位*/ P(mutex); /* 申请登记表*/ i=getflag(0); /* 在登记表上搜索一个空座位*/ =1; /* 登记该座位已被占用*/ =readername; /* 登记读者姓名*/ V(mutex);/* 释放登记表*/ 进入阅览室,坐下并开始阅览; P(mutex); /* 申请登记表*/ i=getname(readername); /* 在登记表上搜索读者登记的座位号*/ =0; /* 撤消登记信息*/ 》 =0;

SQL数据库选择题及答案

1、在数据库技术中,独立于计算机系统的模型是 C 、E-R 模型 D 、层次模型 C 。 A 、面向对象的模型 B 、关系模型 2、数据库系统的控制中枢是 _B_。A 、数据库、b 、数据库管理系统 C 、数据库管理员 D 、 数据库应用系统 3、使用 SQL 命令将学生表 STUDENT 中的学生年龄 AGE 字段的值增加 1 岁,应该使用的 命令是 __C_。 C 、UPDATE STUDENT SET AGE = AGE + 1 D 、UPDAT E STUDENT AGE WITH AGE + 1 4、 在关系数据库中,建立数据库表时,将年龄字段值限制在 12?40岁之间的这种约束属于 __B__。 A 、 视图完整性约束 B 、域完整性约束 C 、参照完整性约束 D 、实体完整性约束 5、 在 SQL 语句中,与 X BETWEEN 20 AND 30 等价的表达式是 __D_。 A 、 X>=20 AND X<30 B 、 X>20 AND X<30 C 、 X>20 AN D X<=30 D 、 X>=20 AND X<=30 6、在数据库中,概念模型是 _D_。A 、用于现实的建模,与具体的 DBMS 有关B 、用于信 息世界的建模,与具体的 DBMS 有关 C 、用于现实的建模,与具体的 DBMS 无关D 、 用于信息世界的建模,与具体的 DBMS 无关 7、数据库的并发操作可能带来的问题包括 __B_。A 非法用户的使用B 丢失更新C 数据独立 性会提高 D 增加数据冗余度 8、在关系数据库中,模式对应的是 表 C 、基本表 D 、索引 9、能实现绝 对的与平台无关性的 C 、 WebbaseAPI D 、 JDBC C 、 SQL 不能嵌入到高级语言程序中 D 、 SQL 是一种 DBMS 11、数据库系统是 由__A_组成的。A 、数据库、数据库管理系统和用户 B 、数据文件、命令文件和报表 C 、数据库文件结构和数据 D 、常量、变量和函数 12、在SQL 查询时,使用 WHER E 子句指出的是 _B_。A 、查询目标B 、查询条件 C 、查 询视图D 、查 询结果 13、在下列RDMBS 产品中,属于小型数据库系统的是 D 、Informix A 、UPDAT E SET AGE WITH AGE + 1 B 、 REPLACE AGE WITH AGE +1 A ___ 。A 、视图和所有基本表 B 、视图和部分基本 Web 数据库访问技术是 _D_。 A 、 ADO B 、 ActiveX 10、在下列描述中,正确的描述是 __B 合操作方式 A 、 SQL 是一种过程化语言 B 、 SQL 采用集 _A_。A 、Access B 、Oracle C 、Sybase

第二章习题答案

第2章习题 2-3 同时掷两个正常的骰子,也就是各面呈现的概率都是l/6,求: (1) “3和5同时出现”事件的自信息量; (2)“两个1同时出现”事件的自信息量; (3)两个点数的各种组合(无序对)的熵或平均信息量; (4) 两个点数之和(即 2,3,…,12构成的子集)的熵; (5)两个点数中至少有一个是1的自信息。 解:(1)P (3、5或5、3)=P (3、5)+P (5、3)=1/18 I =log2(18)= 4.1699bit 。 (2)P (1、1)=l/36。I =log2(36)=5.1699bit 。 (3)相同点出现时(11、22、33、44、55、66)有6种,概率1/36。 不同点出现时有15种,概率1/18。 H (i ,j )=6*1/36*log 2(36)+15*1/18*log 2(18)=4.3366bit/事件。 =3.2744bit/事件。 (5)P (1、1or1、j or i 、1)=1/36+5/36+5/36=11/36。 I =log2(36/11)=1.7105bit/ 2-5 居住某地区的女孩中有25%是大学生,在女大学生中有75%身高为1.6m 以 上,而女孩中身高1.6m 以上的占总数一半。假如得知“身高1.6m 以上的某女孩是大学 生”的消息,问获得多少信息量?、 解:P (女大学生)=1/4;P (身高>1.6m / 女大学生)=3/4;P (身高>1.6m )=1/2; P (女大学生 / 身高>1.6m )=P (身高>1.6m 、女大学生)/P (身高>1.6m ) =3/4*1/4*2=3/8 I =log2(8/3)=1.4150bit 。 2-7两个实验123{,,}X x x x =和123{,,}Y y y y =,联合概率()i j ij p x y p =为 1112132122 2331 32 337/241/2401/241/41/2401/247/24p p p p p p p p p ???? ????=???????????? (1)如果有人告诉你X 和Y 的实验结果,你得到的平均信息量是多少? (2)如果有人告诉你Y 的实验结果,你得到的平均信息量是多少? (3)在已知Y 的实验结果的情况下,告诉你X 的实验结果,你得到的平均信息量是多少?

SQL数据库选择题及答案

1、在数据库技术中,独立于计算机系统的模型是_C__。A、面向对象的模型B、关系模型C、E-R模型D、层次模型 2、数据库系统的控制中枢是__B_。A、数据库、b、数据库管理系统 C、数据库管理员 D、数据库应用系统 3、使用SQL命令将学生表STUDENT中的学生年龄AGE字段的值增加1岁,应该使用的命令是__C_。 A、UPDATE SET AGE WITH AGE+1 B、REPLACE AGE WITH AGE+1 C、UPDATE STUDENT SET AGE=AGE+1 D、UPDATE STUDENT AGE WITH AGE+1 4、在关系数据库中,建立数据库表时,将年龄字段值限制在12~40岁之间的这种约束属于__B__。 A、视图完整性约束 B、域完整性约束 C、参照完整性约束 D、实体完整性约束 5、在SQL 语句中,与X BETWEEN 20 AND 30 等价的表达式是

__D_。A、X>=20 AND X<30 B、X>20 AND X<30 C、X>20 AND X<=30 D、X>=20 AND X<=30 6、在数据库中,概念模型是_D__。A、用于现实的建模,与具体的DBMS有关B、用于信息世界的建模,与具体的DBMS有关C、用于现实的建模,与具体的DBMS无关D、用于信息世界的建模,与具体的DBMS无关 7、数据库的并发操作可能带来的问题包括__B_。A非法用户的使用B丢失更新C数据独立性会提高D增加数据冗余度 8、在关系数据库中,模式对应的是__A___。A、视图和所有基本表B、视图和部分基本表C、基本表D、索引 9、能实现绝对的与平台无关性的Web数据库访问技术是_D_。A、ADO B、ActiveX C、WebbaseAPI D、JDBC 10、在下列描述中,正确的描述是__B___。A、SQL 是一种过程化语言B、SQL 采用集合操作方式

第二章作业题

第一章作业题 1. 19世纪末,经典物理学遇到了哪些无法解释的问题? 2. 哪些现象揭示了光的波粒二象性? 3. 得布罗意关系是什么?哪些实验证实了微观粒子的波粒二象性? 4. 若电子被U 伏电势加速,其德布罗意波长是多少? () 课后习题: 1.2;1.3; 补充描写同一状态?些与请问下列波函数中,哪:11ψ /33/22/21,,x i x i x i e e e ===-ψψψ .)24(,3,/26/)2(5/24 x i x i x i e i e e +==-=+-ψψψπ 补充2:设)()(2 221为常数αψαx Ae x -=,求A = ? 第二章作业题 1. ()?ψψψV dxdydz t r dxdydz t z y x t z y x 222,,,,(,,,,( ,的物理意义。 2. 归一化条件()1,2=ψ?∞ dxdydz t r 的物理意义? 3. 与自由粒子相联系的波是什么波?表达式? 4. 简述态叠加原理。 5. 写出坐标表象的动量算符、能量算符; 6. 写出几率流密度的表达式以及粒子数守恒定律. 7. 写出波函数的标准条件。 8. 什么是定态?写出含时薛定谔方程,定态薛定谔方程。

9. 写出一维无限深势阱中(a ~0)的能级表达式和波函数表达式。 10. 什么是束缚态、非束缚态? 11. 写出一维谐振子能级表达式。写出一维谐振子正交归一化性质。 课本作业: 2.2;2.3;2.4;2.5 补充1: 设粒子限制在矩形匣子中运动,即 ???∞<<<<<<=其余区域 ,0,0,0 ,0),,(c z b y a x z y x V 求粒子的能量本征值和本征波函数。如c b a ==,写出归一化的基态波函数及能量。 补充2: 补充3: 22 )1()(ξξξξ--=e d d e H n n n n 0)(2)(2)()(2)(111=+-=-+-ξξξξξξξn n n n n nH H H nH d dH

思修第二章练习题及答案

第二章“弘扬中国精神共筑精神家园”练习题 一、单项选择题(下列每题给出的备选项中,只有一个选项符合要求) 1、中华民族精神的核心是() A.勤劳勇敢 B.团结统一、爱好和平 C.自强不息 D.爱国主义 2、“慎独”是我国传统的道德修养方法。下列体现“慎独”要求的是() A.言者无罪,闻者足戒;有则改之,无则加勉 B.不积跬步,无以至千里;不积小流,无以成江海 C.三人行,必有我师焉,择其善者而从之,其不善者而改之 D.即使在个人独处、无人监督时,也坚守自己的道德信念,自觉按道德要求行事,不做任何不道德的事 3、实现中国梦,必须弘扬中国精神。这种精神是凝心聚力的兴 核心的时代精神() A.改革创新、爱国主义 B.爱国主义、改革创新 C.无私奉献、艰苦奋斗 D.改革开放、与时俱进 4、“一方水土养一方人”,“禾苗离土即死,国家无土难存”,因此,作为中华儿女要() A.爱祖国的大好河山 B.爱自己的骨肉同胞 C.爱祖国的灿烂文化 D.爱自己的国家 5、常常被称为国家和民族的“胎记”的是()

A、文化传统 B、爱国传统 C、思想传统 D、历史传统 6、在当代中国,兴国强国就是要() A.抵御外侮 B.维护国家的根本利益 C.实现中华民族伟大复兴的中国梦 D.推进祖国统一和民族团结 7、中华民族精神源远流长,包含着丰富的内容,其中,夸父追日、大禹治水、愚公移山、精卫填海等动人的传说,体现的是中华民族精神的() A.勤劳勇敢 B.团结统一 C.自强不 息 D.爱好和平 8、社会主义核心价值体系的精髓是() A.马克思主义指导思想 B.中国特色社会主义共同理想 C.民族精神和时代精神 D.社会主义荣辱观 9、爱国主义与个人实现人生价值的关系() A.爱国主义阻碍个人实现人生价值 B.爱国主义是个人实现人生价值的力量源泉 C.爱国主义与个人实现人生价值无关 D.爱国主义有时会帮助个人实现人生价值 10、实现中华民族伟大复兴的动力是() A.强大国防 B.强大外交 C.爱国主 义 D.强大经济

第二章作业题答案

2-1 什么叫流线、流管?流线与迹线有什么区别? 答:流线就是在流场中某一瞬间作出的一条空间曲线,使这一瞬间在该曲线上各点的流体质点所具有的速度方向与曲线在该点的切线方向重合。 在流场中经过一封闭曲线(不是流线)的所有流线所围成的管状表面,称为流管。 流线是反映流场某瞬时流速方向的曲线。其是同一时刻,由不同流体质点组成的。迹线是同一质点不同时刻的轨迹线。在定常流动中,流线形状不随时间改变,流线与迹线重合。在非定常流动中,流线的形状随时间而改变,流线与迹线不重合。 2-2 直角坐标系中,流场速度分量的分布为 22u xy =,22v x y = 试证过点(1,7)的流线方程为 2248y x -= 积分得22y x c -= 代入点(1,7)求积分常数48c = ∴过点(1,7)的流线方程为2248y x -= 2-3 设流场中的速度大小及流线的表达式为 V =22y xy +=常数 求速度分量的表达式。 解:对22y xy +=常数求导,2220dy dy y y x dx dx ++=,得出dy y dx x y -=+ u 和v 的关系,x y u v y +=- 代入V =得v y =± 求得u 和v 的表达式:,v y u x y ==--或,v y u x y =-=+ 2-4 求第2-3题中速度分量u 的最大变化率及方向。 解:梯度矢量G grad i j k x y z ???????==++???

()u x y =±+ ()u u G grad i j i j x y ???==+=±+?? G = 2-5 试证在柱坐标系(,,r z θ)下,速度的散度表达式为 1()r r V V w divV V r r z θθ???=+++??? 证:u v w divV x y z ???=++??? cos x r θ=,sin y r θ=,r dr V dt =,rd V dt θθ= cos sin r dx u V V dt θθθ==- sin cos r dy v V V dt θθθ==+ sin cos u u r u u u x r x x r r θθθθθ???????=+=-??????? cos sin v v r v v v y r y y r r θθθθθ???????=+=+??????? cos r u V r r θ??=?? ,sin (sin cos )r u V V V θθθθθθθ ??=--+?? sin r v V r r θ??=?? ,cos (cos sin )r v V V V θθθθθθθ ??=+-?? 222222cos sin sin sin cos cos r r r r r r u v V V V V V V V V V x y r r r r r r r r r θθθθθθθθθθθθ????????+=+++++=++????????代入1()r r u v w V V w divV V x y z r r z θθ??????=++=+++?????? 2-6 在不可压流中,下列哪几个流动满足质量守恒条件? (a )3sin u x y =- 23cos v x y =- (b )3sin u x y = 23cos v x y =- (c )2sin cos u r θθ= 22sin v r θ=- (d )2k V r = 22x y +=常数

数据库期末考试试题及答案

一、选择题(每题1分,共20分) 1.在数据管理技术的发展过程中,经历了人工管理阶段、文件系统阶段和数据库系统阶段。在这几个阶段中,数据独立性最高的是( A )阶段。 A. 数据库系统 B. 文件系统 C. 人工管理 D.数据项管理 2.数据库三级视图,反映了三种不同角度看待数据库的观点,用户眼中的数据库称为(D)。 A. 存储视图 B. 概念视图 C. 内部视图 D. 外部视图 3.数据库的概念模型独立于(A)。 A.具体的机器和DBMS B. E-R图 C. 信息世界 D. 现实世界 4.数据库中,数据的物理独立性是指(C)。 A. 数据库与数据库管理系统的相互独立 B. 用户程序与DBMS的相互独立 C. 用户的应用程序与存储在磁盘上的数据库中的数据是相互独立的 D. 应用程序与数据库中数据的逻辑结构相互独立 5.关系模式的任何属性(A)。 A. 不可再分 B. 可再分 C. 命名在该关系模式中可以不惟一 D.以上都不是 6.下面的两个关系中,职工号和设备号分别为职工关系和设备关系的关键字: 职工(职工号,职工名,部门号,职务,工资) 设备(设备号,职工号,设备名,数量) 两个关系的属性中,存在一个外关键字为( C )。 A. 职工关系的“职工号” B. 职工关系的“设备号” C. 设备关系的“职工号” D. 设备关系的“设备号” 7.以下四个叙述中,哪一个不是对关系模式进行规X化的主要目的( C )。 A. 减少数据冗余 B. 解决更新异常问题 C. 加快查询速度 D. 提高存储空间效率 8.关系模式中各级X式之间的关系为( A )。 A. B. C. D. 9.保护数据库,防止未经授权或不合法的使用造成的数据泄漏、非法更改或破坏。这是指数据的( A )。 A. 安全性 B.完整性 C.并发控制 D.恢复 10.事务的原子性是指( B )。 A. 事务一旦提交,对数据库的改变是永久的 B. 事务中包括的所有操作要么都做,要么都不做 C. 一个事务内部的操作及使用的数据对并发的其他事务是隔离的 D. 事务必须使数据库从一个一致性状态变到另一个一致性状态 11.下列哪些运算是关系代数的基本运算( D )。 A. 交、并、差 B. 投影、选取、除、联结 C. 联结、自然联结、笛卡尔乘积 D. 投影、选取、笛卡尔乘积、差运算

第二章练习题(含答案)

第二章地球上的大气练习题 读大气受热过程图,回答1-2题。 1.图中() A. 晴朗天气,a大部分为大气吸收 B. 湖泊湿地,b能和缓的加热大气 C. 二氧化碳增多,c较少补偿地面失热 D. 冰雪地面,a→b的转化率增加 2.甲、乙、丙代表太阳辐射能在自然界常见的三种类型,则() 读下列图表,回答3-4题。 3.下列说法正确的是()。 A.北京晴转多云,最低气温出现在午夜 B.上海中雨,可能诱发滑坡、泥石流灾害 C.哈尔滨有雾,大气能见度低 D.西宁晴,外出应做好防晒、防中暑准备 4.该日上海与北京最高气温不同,下图中能正确解释其根本原因的序号是()。 A.① B.② C.③ D.④ 左图为南昌附近一个蔬菜大棚的照片,右图为地球大气受热过程示意图,图中数字代表 某种辐射。回答5-6题。 5.乙图中()。 A.①能量大部分被大气所吸收 B.②是近地面大气的根本热源 C.③只出现在夜晚 D.④表示散失的少量长波辐射 6.照片拍摄季节,南昌的农民一般会给大棚覆盖黑色尼龙网,而不是我们常见的白色塑料薄膜或者玻璃大棚。照片拍摄的时间以及这样做的目的分别是()。 A.7-8月;削弱①以减少农作物水分蒸腾 B.10-11月;阻挡②以防止夜间温度过低 C.12-次年1月;增加③以提高土壤的温度 D.6-7月;增强④以降低白天大气的温度 据石家庄机场透露,7日,16时30分,受雾霾影响 石家庄机场能见度由1400米骤降至100米,导致55个

航班被迫取消。16时58分石家庄机场能见度提高,达到起飞标准,第一个离港航班NS3267石家庄至深圳顺利起飞,机场航班陆续恢复正常。下图为我国四个雾霾多发地区。回答7-8题。 7.雾霾天气使能见度降低的原因之一是: A.雾霾吸收地面辐射,增强大气逆辐射 B.雾霾削弱了地面辐射 C.雾霾对太阳辐射有反射作用 D.雾霾改变了太阳辐射的波长 8.图中四地深秋初冬时节多雾,其原因说法正确的是: A.昼夜温差较大,水汽不易凝结,直接附着在地面上 B.昼夜温差减小,水汽不易凝结,直接悬浮于大气中 C.昼夜温差减小,水汽易凝结,但风力微弱,水汽不易扩散 D.昼夜温差较大,水汽易凝结,且该季节晴好天气多,有利于扬尘的产生 火山冬天是指因一座较大的火山爆发,全球数年或者某年没有夏天而只有冬天。2014年9月2日冰岛东南部的巴达本加火山喷发,产生大量的火山灰。下图为火山喷发对大气影响示意图。回答9-10题。 9.火山冬天现象的主要成因是()。 A.火山灰和二氧化硫弥漫在对流层散射了太阳辐射 B.火山灰和二氧化硫到达平流层削弱了太阳辐射 C.火山灰和二氧化硫削弱了大气逆辐射 D.火山喷发形成酸雨削弱了太阳辐射 10.下列说法正确的是()。 A.火山爆发的动力是太阳辐射 B.火山喷发的火山灰对航空运输不会产生影响 C.冰岛冬季受低压控制,天气晴朗 D.火山喷发可能会导致降雨量增大 某学校地理兴趣小组设计并做了实验(如下图)。完成11-12题。 11.该实验的主要目的是测试()。 A. 水循环 B. 温室效应 C. 热力环流 D. 海陆热力性质差异 12.下图中所示地理现象的成因与所示实验原理相同的是()。 A.① B.② C.③ D.④ 下图为某滨海地区某日某时等压面垂直剖面图(相邻两个等压面气压差相等),回答13-14

第二章补充作业2

第二章补充题2 1. 在CA6140型车床上车削下列螺纹: (1) 公制螺纹 P=3mm; (2) 英制螺纹 a=4.5牙/in (3) 公制螺纹L=48mm (4) 模数螺纹 m=4mm。试写出其传动路线表达式。 2. 欲在CA6140型车床上车削L=10mm的公制螺纹,试写出其传动路线表达式。并试指出能够加工这一螺纹的传动路线有哪几条? 3. 当CA6140型车床的主轴转速为450~1400r/min(其中500r/min除外)时, 为什么能获得细进给量?在进给箱中变速机构调整情况不变条件下,细进给量与常用进给量的比值是多少? 4.分析CA6140型卧式车床的纵、横向机动进给运动的开停如何实现?进给 运动的方向如何变换? 5.CA6140型车床主传动链中,能否用双向牙嵌式离合器或双向齿轮式离合器 代替双向多片式摩擦离合器,实现主轴的开停及换向?在进给传动链中,能否采用单向摩擦离合器或电磁离合器代替齿轮式离合器M3, M4,M5? 为什么? 6.CA6140型车床的进给传动系统中,主轴箱和溜板箱中各有一套换向机构,它们的作用有何不同?能否用主轴箱中的换向机构来变换纵、横向机动进给 141

的方向?为什么? 7. 卧式车床进给传动系统中,为何既有光杠又有丝杠来实现刀架的直线运 动?可否单独设置丝杠或光杠?为什么? 8.为什么卧式车床溜板箱中要设置互锁机构?丝杠传动与纵向、横向机动进给能否同时接通?纵向和横向机动进给之间是否需要互锁?为什么? 9.卧式车床刀架横向进给方向相对与主轴轴线存在垂直度误差,将会影响哪 些加工工序的加工精度?产生的加工误差是什么? 10. 车削工件时圆度超差与机床的有关因素有哪些? 142

第二章练习题及答案

思考与练习 一、单项选择题 1.下列各项中属于产品成本项目的有 ( ) A. 制造费用 B. 外购材料 C. 折旧费 D. 外购动力 2.下列各项中不应计入产品成本的是( ) A. 生产工人薪酬 B. 车间、分厂管理人员薪酬 C. 厂部管理人员薪酬 D. 车间一般耗用材料 3.下列各项中应计入产品成本的是( ) A. 因筹资支付给银行的手续费 B. 职工教育经费 C. 专设销售机构人员的薪酬 D. 车间一般耗用材料 4.下列各项中,属于直接生产费用的是( ) A. 机物料消耗 B. 辅助生产工人工资 C. 基本生产工人工资 D. 厂房折旧费用 5.下列各项中,属于间接生产费用的是( ) A. 原料费用 B. 主要材料费用 C. 车间折旧费用 D. 基本生产工人工资 6.下列各项中属于期间费用的是( ) A. 直接材料 B. 机物料消耗 C. 机修费用 D. 直接人工 7.“生产成本”账户借方登记( ) A.完工入库产品成本 B.生产过程中发生的各项生产费用 C.分配转出的劳务费用 D.尚未完工的在产品成本 8.基本生产成本应该按( )分设专栏或专行进行登记。 A.产品名称 B.成本项目 C.费用要素 D.费用项目 二、多项选择题 1. 下列各项中不应计入成本费用的支出有( ) A. 对外投资的支出 B. 购置无形资产、其他资产的支 出 C. 滞纳金、罚款、违约金 D. 专设销售机构人员的薪酬 2.下列各项属于工业企业费用要素的有( ) A. 折旧费 B. 职工薪酬 C. 直接人工 D. 税金 3.下列各项中应列入“财务费用”账户的有( )

A. 利息支出 B. 汇兑损失 C. 利息收入 D. 金融机构手续费 4.工业企业生产费用按其计入产品成本的方法进行分类,可以分为() A. 直接生产费用 B. 直接计入费用 C. 间接生产费用 D. 间接计入费用 5.下列各项中,应该列入直接生产费用的( ) A. 原料费用 B. 机物料消耗 C. 基本生产工人工资 D. 主要材料费用 6.为了进行成本的审核和控制,必须做好的基础工作包括() A. 制定先进可行的消耗定额 B. 建立健全原始记录制度 C. 建立健全财产物资的盘点验收制度 D. 制定企业内部结算价格7.在划分各种产品的费用界限时,应特别注意()之间费用界限的划分。 A.盈利产品和亏损产品 B.生产费用和经营费用 C.可比产品和不可比产品 D.完工产品和在产品 8.以下税金中,属于工业企业要素费用的是( ) A.增值税 B.房产税 C.土地使用税 D.车船使用税 三、判断题 1.产品成本项目是指生产费用按其经济内容所进行的分类。 () 2.企业为了形成和扩大生产能力,购建固定资产和无形资产等,使企业在较长的时期(多个会计年度)内受益的支出,均属收益性支出。() 3.直接生产费用大多是直接计入费用。( ) 4.“制造费用”账户属于损益类账户。 ( ) 5.机物料消耗和辅助生产车间工人工资等, 均属间接生产费用。 ( ) 四、综合题 1.某企业2010年3月份的支出情况如下: ⑴本月生产甲、乙两种产品。其中,甲产品发生直接费用77 000元,乙产品发生直接费用33 000元,共计110 000元。 ⑵本月车间一般消耗用材料5 200元,车间管理人员薪酬3 400元,车间管理人员办公费等1 400元,共计10 000元。 ⑶购买某项固定资产,支付3 700元。 ⑷预付车间经营性租入固定资产的改良支出6 000元。(摊销期为20

05_数据库选择题(答案)

《大学计算机基础》数据库部分选择题 1.下列四项中,不属于数据库特点的是( D ) A.数据共享 B.数据完整性 C.数据冗余较小 D.数据独立性低 2.( C )是长期存储在计算机内的有组织、可共享的数据集合。A.数据库管理系统 B.数据库系统 C.数据库 D.文件组织 3.数据库系统不仅包括数据库本身,还包括相应的硬件、软件和( D ) A.数据库管理系统 B.数据库应用系统 C.相关的计算机系统 D.各类相关人员 4.在数据库系统阶段,数据是( D ) A.有结构的 B.无结构的 C.整体无结构,记录内有结构 D.整体结构化 5.在文件系统阶段,数据( A ) A.无独立性 B.独立性差 C.具有物理独立性 D.具有逻辑独立性 6.在数据模型的三大要素中,数据的完整性约束条件规定了数据及其联系的( A ) A.制约和存储规则 B.动态特性 C.静态特性 D.数据结构 8.数据库系统与文件系统本质的不同表现在( A ) A.数据库中的数据是按一定的数据结构组织的 B.数据库中的数据项需指明数据类型和取值范围。 C.数据库提供了便利的存取方法。 D.数据库具有更高的数据存储量 9.DBA代表( A ) A.数据库管理员 B.数据库管理系统 C.数据定义语言 D.数据操纵语言 10.关系数据库的数据及更新操作必须遵循( D )等完整性规则。A.实体完整性和参照完整性

B.参照完整性和用户自定义完整性。 C.实体完整性和用户自定义完整性。 D.实体完整性、参照完整性和用户自定义完整性 11.以下几种功能中,( B )是DBMS的控制功能。 A.数据定义 B.数据恢复 C.数据修改 D.数据查询 12数据库系统是在( C )的基础上发展起来的 A.操作系统 B.编译系统 C.文件系统 D.应用程序系统 13.数据的收集、整理、组织、存储、查询、维护和传送等操作,统称为( B ) A.数据操作 B.数据处理 C.数据维护 D.数据管理 14.数据库管理系统中能实现对数据库中数据的查询、插入、删除、修改等操作,这类功能称为( C ) A.数据定义功能 B.数据管理功能 C.数据操纵功能 D.数据控制功能 15.现实世界中事物的特性在信息特性中称为( D ) A.实体 B.键 C.记录 D.属性 16.数据模型的三要素是( D ) A.外模式、模式和内模式 B.关系模型、层次模型和网状模型C.实体、属性和联系 D.数据结构、数据操纵和完整性约束 17.ER模型是数据库设计的工具之一,用于建立数据库的( A )A.概念模型 B.结构模型 C.物理模型 D.文件模型 18、关系模型用( A )来实现关系之间的数据联系 A.外键 B.地址指针 C.主键 D.索引 19.关系模型的结构是( B ) A.层次结构 B.二维表结构 C.网状结构 D.封装结构 20.学生社团可以接纳多名学生参加,但每个学生只能参加一个社团,

相关文档