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

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

10th Grade

20 Qs

quiz-placeholder

Similar activities

Quiz Bahasa Pemrograman Scratch

Quiz Bahasa Pemrograman Scratch

10th Grade

21 Qs

Core Concepts in GameMaker

Core Concepts in GameMaker

10th Grade

25 Qs

Quiz Berpikir Komputasional

Quiz Berpikir Komputasional

9th Grade - University

25 Qs

Soal Latihan Blockly kelas 8

Soal Latihan Blockly kelas 8

8th Grade - University

23 Qs

แบบทดสอบกลางภาค2/2567 (วิทยาการคำนวณ))

แบบทดสอบกลางภาค2/2567 (วิทยาการคำนวณ))

10th Grade

20 Qs

Câu hỏi về Biến và Chương trình Python

Câu hỏi về Biến và Chương trình Python

10th Grade

15 Qs

PH Computasional Thinking

PH Computasional Thinking

10th Grade

15 Qs

Quiz Profesi Bidang Informatika untuk Lulusan SMK

Quiz Profesi Bidang Informatika untuk Lulusan SMK

10th Grade

15 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?