第二章 彈跳

第二章 彈跳

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

每日一ICT 14/11/2022-27/11/2022

每日一ICT 14/11/2022-27/11/2022

10th Grade

10 Qs

Logo Quiz

Logo Quiz

8th - 10th Grade

6 Qs

P5: Variables, Motion, Ifs

P5: Variables, Motion, Ifs

6th - 9th Grade

10 Qs

MOAC Word 2016 Lesson 1

MOAC Word 2016 Lesson 1

8th Grade - University

10 Qs

Microsoft Office and Common Tools

Microsoft Office and Common Tools

4th Grade - Professional Development

10 Qs

Input Device-ict_css_9

Input Device-ict_css_9

9th Grade

8 Qs

photocap

photocap

KG - University

10 Qs

電腦課小測驗

電腦課小測驗

4th Grade - University

4 Qs

第二章 彈跳

第二章 彈跳

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

源望 姚

Used 4+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

以下哪個代碼表示我們編寫的游戲開始運行?

pgzrungo()

pgzrun,go()

pgzrun.go()

import pgzrun

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

以下哪一個是繪圖函數?

defdraw()

def draw()

def.draw()

def draw

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

以下哪一個是繪制空心圓的程序段?

screen.draw.filled_circle((400,300),100,'white')

screen.draw.filled_circle(400,300,100,'white')

screen.draw.circle(400,300,100,'white')

screen.draw.circle((400,300),100,'white')

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

以下哪一個是修改背景為紅色的正確程序段.

fill('White')

screen.fill('Red')

screen.fill(red)

screen,fill('Red')

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

以下哪一個是對於screen.draw.circle(?,?,?)的三個參數的正確描述.

半徑,坐標,顏色

坐標,半徑,顏色

顏色,坐標,半徑

坐標,顏色,半徑