一起答

软件水平考试(初级)程序员上午(基础知识)模拟试卷20

  • 卷面总分:75分
  • 浏览次数:0
  • 测试费用:免费
  • 答案解析:是
  • 练习次数:13次
  • 作答时间:150分钟
试卷简介
部分试题预览
  1. (75)is a clickable string or graphic that points to another Web page or document。

    • A.Anchor
    • B.Browser
    • C.Hypertext
    • D.Hyperlink
  2. Because Web Servers are platform. and application(74)they can send or request data from legacy or external applications including databases。

    • A.independent
    • B.coupled
    • C.related
    • D.available
  3. (73)is the sending and receiving of the message by computer. It is a fast, low-cost way of communicating worldwide。

    • A.WWW
    • B.E-mail
    • C.TFTP
    • D.TELNET
  4. One solution to major security problems is(71), which are frequently installed to fix known security holes。

    • A.additions
    • B.compensations
    • C.patches
    • D.complements
  5. Files can be lost or destroyed accidentally. Keep(72)copies of all data on removable storage media。

    • A.back
    • B.black
    • C.backdown
    • D.backup
  6. 有员工实体Employee(employeeID,name,sex,age,tel,department),其中employeeID为员工号,name为员工姓名,sex为员工性别,age为员工年龄,tel为员工电话(要求记录该员工的手机号码和办公室电话),departID为员工所在部门号(要求参照另一部门实体Department的主码departID)。

     Employee实体中存在的派生属性及其原因是(58):对Employee实体中属性departmentID的约束是(59)。

    • A.name,原因是会存在同名员
    • B.age,原因是可以用另一个属性birth替换age并可计算age
    • C.tel,原因是员工有多个电话
    • D.departID,原因是实体Department已有departID
  7. (40)

    • A.Primary Key NOTNULL
    • B.Primary Key
    • C.Foreign Key
    • D.Candidate Key
  8. (38)

    • A.7
    • B.6
    • C.5
    • D.3
  9. 函数f()、g()的定义如下所示,调用函数f()时传递给形参x的值为1。

     

     若采用传引用(call by reference)的方式调用g(y),则函数f()的返回值为(49);

     若采用传值(call by value)的方式调用g(y),则函数f的返回值为(50)。

    • A.3
    • B.6
    • C.7
    • D.8
  10. (36)

    • A.节点
    • B.用例
    • C.构件
    • D.主动类