83 A computer tape which contains historical project information is called ____ tape.A. DatabaseB. Baseline.C. Archive.D. Lessons learned.E. Life cycle summary

83 A computer tape which contains historical project information is called ____ tape.

A. Database

B. Baseline.

C. Archive.

D. Lessons learned.

E. Life cycle summary


相关考题:

从供选择的答案中选出应填入英语文句中()的正确的答案。The C programming language has (A) one of the most (B) programming languages, and it has been implemented on most personal computers and multiuser systems, especially those designed for research and development. It evolved from the version described in Kernighan and Ritche's work (called "KR C" after the authors into(C) variants, including the standard ANSI C, which (D) many type-checking features and includes a standard library. Of the two main (E), KR C is probably the most commonly used on multiuser computers, with ANSI C close behind in the personal computing world, ANSI C is far more common.A~E:① much ② variants ③ complex ④ incorporates ⑤ several⑥ become ⑦ popular ⑧ editions ⑨ come ⑩ users

You are tuning RMAN to optimize performance.You want tape I/O to be asynchronous when you perform tape backups. Which action should you take?() A. Set the BACKUP_TAPE_IO_SLAVES parameter to FALSEB.Set the BACKUP_TAPE_IO_SLAVES parameter to TRUEC. Use compression when performing tape backupsD. Configure multiple SBT channels

WhatcommandwouldyouusetosetapersistentsettinginRMANsothatbackupsareallwrittentoatapedevice?() A.CONFIGUREDEFAULTDEVICETYPETOTAPEMEDIAB.CONFIGUREDEFAULTDEVICETYPETOTAPEC.CONFIGUREDEFAULTDEVICETYPETOSBTD.CONFIGUREDEFAULTDEVICETYPETOSBT_TAPE

Whatneedstobedonebeforeyoucanstarttheupgrade?() A.OntheWindows95computer,replacetheCPUwithafastermodel.B.OntheWindows95computer,reformatthediskwithFAT32.C.OntheWindows98computer,reformatthediskwithFAT32.D.OntheWindows98computer,increasetheamountoffreediskspaceontheharddisk.E.OntheWindowsNTWorkstation4.0computer,replacetheCPUwithafastermodel.F.OntheWindowsNTWorkstation4.0computer,increasetheamountoffreediskspaceontheharddisk.

YouhaveanExchangeServer2010organization.Thenetworkcontainsthecomputersshowninthefollowingtable.YouneedtoidentifythecomputersthatcanruntheExchangeServer2010managementtools.Whichtwocomputersshouldyouidentify?()A.Computer1B.Computer2C.Computer3D.Computer4E.Computer5

MIDI enables people to use( )computers and electronic musical instruments.There are actually three components to MIDI,the communications"( )",the Hardware interface and a distribution( )called"Standard MIDI Files".In the context of the WWW,the most interesting component is the( )Format.In principle,MIDI files contain sequences of MIDI Protocol messages:However,when MIDI Protocol(请作答此空)are stored in MIDI files,the events are also time-stamped for playback in the proper sequence.Music delivered by MIDI files is the most common use of MIDI today.A.messagesB.packetsC.frameD.information

MIDI enables people to use ( )computers and electronic musical instruments. There are actually three components to MIDI, the communications"( )", the Hardware interface and a distribution( )called "Standard MIDI Files". In the context of the WWW, the most interesting component is the ( )Format. In principle, MIDI files contain sequences of MIDI Protocol messages: However, when MIDI Protocol(请作答此空)are stored in MIDI files, the events are also time-stamped for playback in the proper sequence. Music delivered by MIDI files is the most common use of MIDI today.A.messagesB.packetsC.frame]D.information

2、若要统计a.dat文件的信息并将结果追加到output.ls文件中,可以使用的命令是A.wc > a.dat > output.lsB.wc > a.dat >> output.lsC.a.dat > wc >> output.lsD.wc < a dat >> output.ls

新建一个流对象,下列()选项的代码是错误的。A.new BufferedReader(new FileInputStream("a.dat"));B.new BufferedWriter(new FileWriter("a.txt"));C.new DataOutputStream(new FileOutputStream("a.txt"));D.new ObjectInputStream(new FileInputStream("a.dat"));

新建一个流对象,下列()选项的代码是错误的。A.new BufferedWriter(new FileWriter("a.txt"));B.new BufferedReader(new FileInputStream("a.dat"));C.new DataOutputStream(new FileOutputStream("a.txt"));D.new ObjectInputStream(new FileInputStream("a.dat"));