学开网

国开网100万+专项题库

使用积分解锁答案,让你的形成性考核不再困难。

访
未登录
当前积分 -
单选题

下面哪一个语句定义了一个名为pageNumber的变量并将它的值赋为240( )。

  • var PageNumber=240
  • pagenumber=240
  • var pageNumber=240
  • var int named pageNumber=240
单选题

赋值运算符的作用是什么( )。

  • 给一个变量赋新值
  • 给一个变量赋予一个新名
  • 执行比较运算
  • 没有任何用处
单选题

在Javascript中,需要声明一个整数类型的变量num,以下哪个语句能实现上述要求( )。

  • int num;
  • number num;
  • var num;
  • Integer num;
单选题

写 "Hello World" 的正确 Javascript 语法是( )。

  • ("Hello World")
  • "Hello World"
  • response.write("Hello World")
  • document.write("Hello World")
多选题

Javascript的基本组成包括以下( )选项。

  • DOM
  • BOM
  • ECMAScript
  • jQuery
多选题

以下是js变量命名规范的是( )。

  • 由字母、下划线、美元符号或数字组合而成
  • 不区分大小写
  • 不能以关键字或保留字命名
  • 第一个字符必须是一个字母、下划线(_)或一个美元符号($)
单选题

分析下段代码输出结果是( )。

<html>

<body>

<script type="Text/JavaScript">

x="a";

y="b";

z=false;

function testOne(){

var x="c";

var y="d";

z=true;

console.log(x);

console.log(y);

console.log(z);

}

function testTwo(){

console.log(x);

console.log(y);

console.log(z);

}

testOne();

testTwo();

</script>

</body>

</html>

  • c d true a b true

  • c d true c d true

  • c d fasle a b true

  • a b true c d true

多选题

政府采购的基本程序一般分为( )等阶段(  )。

  • 签订采购合同

  • 选择采购方式

  • 确定采购需求

  • 履行采购合同

  • 效益评估

单选题

《中华人民共和国政府采购法》正式生效的日期是(  )。

  • 2003/1/1

  • 2003年1月1日

  • 2003年5月1日

  • 2002年10月1日

  • 2002年1月1日

  • 2003年1月11日

  • 37622

  • 2003/5/1

  • 2002/10/1

  • 社会行为规范

单选题

— Have you ever been to Tokyo?
— _________________.

  • No, I didn't go there last year

  • No, but I hope to go there next year

  • Tokyo is a busy city