python4-lesson12

python4-lesson12

2nd - 12th Grade

10 Qs

quiz-placeholder

Similar activities

scratch

scratch

11th - 12th Grade

10 Qs

Makecode Microbit 28.7.2021

Makecode Microbit 28.7.2021

6th Grade

10 Qs

人工智能

人工智能

8th Grade

10 Qs

基礎題目

基礎題目

10th Grade

10 Qs

Scratch小測驗2

Scratch小測驗2

1st - 5th Grade

10 Qs

C++ 變數/輸入/輸出

C++ 變數/輸入/輸出

11th Grade

10 Qs

Operation System

Operation System

10th - 12th Grade

10 Qs

四年级 认识美食设计 4/12/2020

四年级 认识美食设计 4/12/2020

4th Grade

7 Qs

python4-lesson12

python4-lesson12

Assessment

Quiz

Computers

2nd - 12th Grade

Easy

Created by

hang zheng

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

在pygame中,角色的矩形对象rect会随着图片的旋转,大小发生变化

True

False

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

碰撞矩形只用于检测和墙体的碰撞,不会随着怪物图片的旋转而发生变化

True

False

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

self.vel表示怪物的运动方向,若怪物的运动方向向右,那么self.vel.x的值应该?

大于0

小于0

等于0

都有可能

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

self.vel表示怪物的运动方向向量,现在他的方向朝上,下列哪个选项可能是self.vel的坐标?

(100,100)

(100,0)

(0,-100)

(0,0)

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

a=pg.Rect(100, 200, 30, 40)表示创建了一个矩形对象,那么这个矩形对象的宽度是

100

200

30

40

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

a=pg.Rect(100, 200, 30, 40)表示创建了一个矩形对象,那么这个矩形对象的初始坐标是?

(0,0)

(30,40)

(200,30)

(100,200)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

怪物的矩形对象会随着怪物图片的旋转而发生变化,但是矩形只会变大,不会变小

True

False

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?