CS 2

CS 2

10th Grade

30 Qs

quiz-placeholder

Similar activities

IC3 Ch1

IC3 Ch1

3rd - 12th Grade

27 Qs

期末信息大作战

期末信息大作战

9th - 12th Grade

34 Qs

電腦系統的系統組

電腦系統的系統組

10th Grade

25 Qs

学科

学科

9th - 12th Grade

31 Qs

2022-2023 Computer Club AGM

2022-2023 Computer Club AGM

9th - 12th Grade

30 Qs

Multimedia Technology Worksheet

Multimedia Technology Worksheet

10th Grade

30 Qs

Foundations Chapter 4

Foundations Chapter 4

9th - 12th Grade

25 Qs

11 電腦系統的系統組

11 電腦系統的系統組

10th Grade

25 Qs

CS 2

CS 2

Assessment

Quiz

Computers

10th Grade

Hard

Created by

SUIHUAI HUANG

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

哪個程式碼可以判斷離英雄最近的敵人?

hero.findEnemy()

hero.locateEnemy()

hero.nearestEnemy()

hero.findNearestEnemy()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

以下哪個程式碼用來命令英雄向下走?

hero.moveLeft()

hero.moveUp()

hero.moveDown()

hero.moveRight()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

哪個指令可以命令英雄在指定座標放置陷阱?

hero.trapXY("fire-trap",x,y)

hero.buildXY("fire-trap",x,y)

hero.placeTrap("fire-trap",x,y)

hero.setTrapXY("fire-trap",x,y)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

以下哪個指令是用來移動英雄到某個座標?

hero.moveXY(x, y)

hero.goTo(x, y)

hero.walkTo(x, y)

hero.navigate(x, y)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

哪個運算子表示大於等於?

==

!=

>

>=

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

哪個指令可以讓英雄攻擊目標?

hero.shoot(enemy)

hero.attack(enemy)

hero.hit(enemy)

hero.strike(enemy)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

如何命令英雄防禦(使用盾牌)?

hero.protect()

hero.block()

hero.shield()

hero.guard()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?