Python Arcade 10Com at 26/5/2021

Quiz
•
Computers
•
10th Grade
•
Hard
Peter Erhard
Used 4+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Why did this python code produce an error?
It is no python code.
Indentation is wrong.
The if statement is incorrect
can't see an error
2.
FILL IN THE BLANK QUESTION
20 sec • 1 pt
What statement need to be there for ????
output = "x: " + ?????(self.player_sprite.center_x)
arcade.draw_text(output, 10, 20, arcade.color.WHITE, 14)
output = "y: " + ?????(self.player_sprite.center_y)
arcade.draw_text(output, 10, 40, arcade.color.WHITE, 14)
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is str in this python code?
output = "x: " + str(self.player_sprite.center_x)
arcade.draw_text(output, 10, 20, arcade.color.WHITE, 14)
Python arcade library function
Variable
string
build-in python function
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is a 'if' statement?
... programming conditional statement that, if proved true, performs a certain functionality.
Python Library used to provide build in functions.
A loop statement to provide extended functionality.
Sorry, don't know
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many variables have been defined here?
7
5
3
0
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How does the movement, speed of a sprite (character) get controlled in python arcade?
In pushing buttons down.
In controlling the x and y co-ordinates
The code controls it automatically
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
What statements are correct to the programming lines 37 to 47?
The assembly a for-loop
The code saves us from having to repeat the same code (adding a bomb) several times.
The are a if-clause
The code belongs together.
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
GameMaker - Quiz #2

Quiz
•
9th - 12th Grade
10 questions
GCSE SLR12 Classification of Languages

Quiz
•
7th - 12th Grade
15 questions
L2 scratch

Quiz
•
7th Grade - University
15 questions
Fall Feast Tynker Tutorial Check Up

Quiz
•
7th Grade - University
11 questions
Variables in Scratch

Quiz
•
2nd Grade - University
10 questions
Javascript Part 1

Quiz
•
10th Grade
16 questions
Python Beginner

Quiz
•
9th - 10th Grade
10 questions
Exploring Python: Input and Output Essentials

Quiz
•
9th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade