一起答
单选

根据国家标准GB8566-88计算机软件开发规范的规定,软件的开发和维护划分为8个阶段,其中单元测试是在(21)阶段完成的;集成测试的计划是在(22)阶段制定的;确认测试的计划是在(23)阶段制定的。

(68)

  • A.实现
  • B.使用
  • C.维护
  • D.调试
参考答案
查看试卷详情
相关试题
  1. (80)

    • A.Web browser's
    • B.terminal's
    • C.emulator's
    • D.network's
  2. (81)

    • A.plane
    • B.plant
    • C.plate
    • D.platform
  3. (78)

    • A.displaying
    • B.illustrating
    • C.drawing
    • D.writing
  4. (79)

    • A.direct
    • B.navigate
    • C.indicate
    • D.go-on
  5. A Web browser is simply a terminal emulator, designed to display text on a screen. The two essential differences between an ordinary terminal emulator and a Web browser are that the browser knows how to deal with(71), and that it has a mechanism for(72)graphical files. Display text, display graphics, and(73)hyperlinks-there's 99 percent of the(74)value. That's not to say that the manufacturers didn't go all-out to attach a hyperactive efflorescence of useless capabilities onto their browsers. Remember when media channels in the browser were a big deal, instead of the clutter you can't wait to delete from your favorites of bookmarks menu? Remember when client-side Java applets were supposed to become the preferred(75)for application development? Remember frames and all their nasty side effects?

    (77)

    • A.superlinks
    • B.links
    • C.hyperlinks
    • D.connections
  6. (76)

    • A.S
    • B.S,(T),b
    • C.(Sd(T)db)
    • D.S,(T)Tds,b
  7. (73)

    • A.程序可占用资源,而它不可
    • B.程序有状态,而它没有
    • C.它有状态,而程序没有
    • D.它能占有资源,而程序不能
  8. (75)

    • A.S
    • B.b
    • C.(T)
    • D.Sd(T)
  9. 假设某程序语言的文法如下:

     S→a|b|(T)

     T→TdS|S

     其中,VT={a,b,d,(,));VN={S,T},S是开始符号。考察该文法,句型(Sd(T)db)是S的一个(28)。

     其中(29)是最左素短语,(30)是该句型的直接短语。

    (74)

    • A.最左推导
    • B.最右摊导
    • C.规范推导
    • D.推导
  10. (72)

    • A.程序、数据和标示符
    • B.程序、数据和PCB
    • C.程序、标示符和PCB
    • D.数据、标示符和PCB