Worksheets第二章 彈跳
Total questions: 5
Worksheet time: 3mins
Name
Class
Date
1.
以下哪個代碼表示我們編寫的游戲開始運行?
a)
pgzrungo()
b)
pgzrun,go()
c)
pgzrun.go()
d)
import pgzrun
2.
以下哪一個是繪圖函數?
a)
defdraw()
b)
def draw()
c)
def.draw()
d)
def draw
3.
以下哪一個是繪制空心圓的程序段?
a)
screen.draw.filled_circle((400,300),100,'white')
b)
screen.draw.filled_circle(400,300,100,'white')
c)
screen.draw.circle(400,300,100,'white')
d)
screen.draw.circle((400,300),100,'white')
4.
以下哪一個是修改背景為紅色的正確程序段.
a)
fill('White')
b)
screen.fill('Red')
c)
screen.fill(red)
d)
screen,fill('Red')
5.
以下哪一個是對於screen.draw.circle(?,?,?)的三個參數的正確描述.
a)
半徑,坐標,顏色
b)
坐標,半徑,顏色
c)
顏色,坐標,半徑
d)
坐標,顏色,半徑
100 %
