Câu Hỏi Ôn Tập CodeCombat

Câu Hỏi Ôn Tập CodeCombat

10th Grade

20 Qs

quiz-placeholder

Similar activities

Pemrograman Visual dan Scratch

Pemrograman Visual dan Scratch

7th Grade - University

15 Qs

Kompiuterio pagrindai

Kompiuterio pagrindai

6th Grade - University

17 Qs

Ulangan Harian Sistem Komputer

Ulangan Harian Sistem Komputer

10th Grade

20 Qs

LATIHAN PRA BAB MANAJEMEN KONTEN DIGITAL

LATIHAN PRA BAB MANAJEMEN KONTEN DIGITAL

10th Grade

20 Qs

Pygame Debugging Quiz

Pygame Debugging Quiz

10th Grade

18 Qs

Module 2 Quiz

Module 2 Quiz

10th Grade

15 Qs

Unity - Unit 4

Unity - Unit 4

9th - 12th Grade

20 Qs

ATS-2 2025 INFORMATIKA VIII

ATS-2 2025 INFORMATIKA VIII

8th Grade - University

19 Qs

Câu Hỏi Ôn Tập CodeCombat

Câu Hỏi Ôn Tập CodeCombat

Assessment

Quiz

Information Technology (IT)

10th Grade

Easy

Created by

Dung Tran

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Gốc tọa độ (0, 0) trong CodeCombat nằm ở vị trí nào trên bản đồ?

Chính giữa

Góc trên‑trái

Góc dưới‑trái

Góc dưới‑phải

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lời gọi phương thức nào đúng cú pháp để di chuyển hero tới (15, 40)?

hero.moveXY(15,40)

moveXY.hero(15,40)

hero.move(15,40)

hero.moveXY{x:15,y:40}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để sinh một munchkin tại (20,25) bạn dùng:

game.spawnXY("munchkin",20,25)

spawnXY.game("munchkin",20,25)

game.spawnPlayerXY("munchkin",20,25)

hero.spawn("munchkin",20,25)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lựa chọn hàm tạo player mới đúng là:

game.spawnPlayerXY("champion",x,y)

game.spawnXY("champion",x,y)

player.spawnXY("champion",x,y)

game.addPlayer(x,y)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh nào tạo mục tiêu thu thập 10 vật phẩm?

game.addCollectGoal(10)

game.collectGoal(10)

addCollectGoal.game(10)

game.setCollect(10)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để yêu cầu hero sống sót 30 giây, ta dùng:

game.addSurviveGoal(30)

game.addDefeatGoal(30)

game.setSurvive(30)

game.surviveTime(30)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Thuộc tính nào truy cập máu tối đa của hero?

hero.maxHealth

hero.healthMax

hero.hp_max

hero.hpTotal

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?