Coding Final - Code.org Interactive Animations and Games/ Creating Apps with Devices
star
star
star
star
star
Last updated 13 days ago
30 questions
Note from the author:
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
Based on the 2023/24 Code.org curriculum for the units Interactive Animations and Games, as well as the Creating Apps with Devices (adafruit circuit express).
Question 1
1.
Question 2
2.
Question 3
3.
Question 4
4.
Question 5
5.
Question 6
6.
Question 7
7.
Question 8
8.
Question 9
9.
Question 10
10.
Question 11
11.
Question 12
12.
Question 13
13.
Question 14
14.
Question 15
15.
Question 16
16.
Question 17
17.
Question 18
18.
Question 19
19.
Question 20
20.
Question 21
21.
Question 22
22.
Question 23
23.
Question 24
24.
Question 25
25.
Question 26
26.
Question 27
27.
Question 28
28.
Question 29
29.
Question 30
30.
Which code is the sun
ellipse (300, 50, 50, 50)
ellipse (0, 300, 400, 100)
ellipse (150, 100, 200, 100)
A variable is a container for storing a value
True
False
Which symbol is the assignment operator
=
/
+
>
What is the largest possible Petals that will appear on this flower
75
50
30
100
Which one will make an object opaque/transparent
scale
tint
rotation
alpha
What color will the word sky be?
blue
green
red
yellow
What will line 21 do
rotates a background
draws a background
rotates a sprite
draws a sprite
What is a shortcut for taking a screenshot
Ctrl + Windows + S
Ctrl + Alt + Delete
Ctrl + V
Windows + Shift + S
Ctrl + C
What is a shortcut for pasting
Windows + Shift + S
Ctrl + Windows + S
Ctrl + C
Ctrl + V
Ctrl + Alt + Delete
To use a Counter Pattern to make a sprite appear animated, the code must be placed in a draw loop
True
False
What is the smallest number this block of code could make: RandomNumber(-50, 50)
50
0
-100
100
-50
A conditional means something evaluates to either true or false
True
False
Which ones are Boolean Operators
<
==
*
And
+
Or
>
Not
/
-
Which ones are Comparison Operators
==
Not
>
-
And
<
/
+
Or
*
Which ones are Mathematical Operators
/
Or
Not
-
==
And
*
+
<
>
Identify which one is not an Input
keyWentUp "space"
mouseDown "leftButton"
keyDown "z"
speakers on
What direction will this sprite go if the space bar is pressed?
down
left
up
right
What lines are the Function setCoin called in the program?
2
24
33
22
Which Block of code triggers line 6?
onEvent("button1", "click")
setScreen ("leftScreen")
OnEvent("leftButton", "click")
Which one looks for a trigger/change on the App Screen?
onEvent
getProperty
setProperty
onBoardEvent
Which one looks for a trigger/change on the Circuit Playground?
getProperty
onBoardEvent
setProperty
onEvent
What line updates the variable?
10
4
2
6
What line is a conditional?
4
10
2
6
what does line 3 do?
stores "Mr. Knemeyer" in a variable
Displays "Mr. Knemeyer" at the bottom of the screen
Changes the background color
Changes the Font size
what does line 13 do?
stores "Mr. Knemeyer" in a variable
Displays "Mr. Knemeyer" at the bottom of the screen
Changes the background color
Changes the Font size
what does line 4 do?
stores "Mr. Knemeyer" in a variable
Displays "Mr. Knemeyer" at the bottom of the screen
Changes the background color
Changes the Font size
What are some of the Sensors built into the circuit playground express?
Light
Motion
Bluetooth
Sound
Pressure
Temperature
Humidity
How many times is the function updateScore called in this program