python4-lesson01

python4-lesson01

4th - 10th Grade

15 Qs

quiz-placeholder

Similar activities

因特网

因特网

5th Grade

15 Qs

運算思維三

運算思維三

7th - 9th Grade

10 Qs

Списки Python + Pygame

Списки Python + Pygame

KG - University

10 Qs

Lists, Subroutines and Sequence in Pseudocode - Python

Lists, Subroutines and Sequence in Pseudocode - Python

1st - 11th Grade

14 Qs

著作權 合理使用2

著作權 合理使用2

7th Grade

11 Qs

5年级 华文语法

5年级 华文语法

5th Grade

10 Qs

七年級資訊科技_上學期_資訊與生活_1-1

七年級資訊科技_上學期_資訊與生活_1-1

7th Grade

18 Qs

113.2國三第二章網路連接(2)

113.2國三第二章網路連接(2)

9th Grade

10 Qs

python4-lesson01

python4-lesson01

Assessment

Quiz

Computers

4th - 10th Grade

Medium

Created by

hang zheng

Used 17+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

python中,能帮助我们进行编写游戏的库是?

pygame

turtle

random

game

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

如果我们要用pygame编写游戏,第一行代码应该是?

pygame.init()

import pygame

pygame.display.update

pygame.done()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

游戏中的帧率是指什么?

游戏中显示一帧所用的时间

游戏中每一秒运行的代码数

游戏中每一秒显示的帧数(画面数量)

整个游戏又多少幅画面

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下列选项中,哪一个不是游戏的常见事件?

游戏退出事件

键盘按下事件

鼠标按下事件

摄像头移动事件

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

在进行游戏画面的渲染时,渲染的先后顺序是?

先进行人物的渲染,再进行背景的渲染

先进行背景的渲染,再进行人物的渲染

人物和背景同时渲染,没有先后之分

随机渲染,有时人物先渲染,有时背景先渲染

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

在pygame平面直角坐标系中,(0,0)点位于窗口的哪个位置?

窗口左上角

窗口正中心

窗口右上角

窗口左下角

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

在pygame平面直角坐标系中,沿着x轴向右,人物的x坐标会如何变化?

变大

变小

不变

忽大忽小

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?