niusouti.com

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


相似考题
更多“83A computer tape which contains historical project information is called ____ tape. A.Dat ”相关问题
  • 第1题:

    YouhaveanExchangeServer2010organization.Thenetworkcontainsthecomputersshowninthefollowingtable.YouneedtoidentifythecomputersthatcanruntheExchangeServer2010managementtools.Whichtwocomputersshouldyouidentify?()

    A.Computer1

    B.Computer2

    C.Computer3

    D.Computer4

    E.Computer5


    参考答案:B, C

  • 第2题:

    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.messages
    B.packets
    C.frame]
    D.information

    答案:A
    解析:
    MIDI使得人们能够使用多媒体计算机和电子乐器。实际上MIDI有3种元素:通信协议、硬件接口和被称为标准MIDI文件的发布格式。在WWW环境中,最重要的元素是音频格式。在原理上,MIDI文件包含了MIDI协议报文序列。然而当MIDI协议报文被存储在MIDI文件中时,事件都被加上了时间戳,以便于按照适当的顺序回放。由MIDI文件提供的音乐是MIDI当前最通常的应用。

  • 第3题:

    新建一个流对象,下列()选项的代码是错误的。

    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"));


    B

  • 第4题:

    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.messages
    B.packets
    C.frame
    D.information

    答案:A
    解析:
    MIDI使得人们能够使用多媒体计算机和电子乐器。实际上MIDI有3种元素:通信协议、硬件接口和被称为标准MIDI文件的发布格式。在WWW环境中,最重要的元素是音频格式。在原理上,MIDI文件包含了MIDI协议报文序列。然而当MIDI协议报文被存储在MIDI文件中时,事件都被加上了时间戳,以便于按照适当的顺序回放。由MIDI文件提供的音乐是MIDI当前最通常的应用。

  • 第5题:

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

    A.wc > a.dat > output.ls

    B.wc > a.dat >> output.ls

    C.a.dat > wc >> output.ls

    D.wc < a dat >> output.ls


  • 第6题:

    新建一个流对象,下列()选项的代码是错误的。

    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"));


    B