Coding Final - Code.org Interactive Animations and Games/ Creating Apps with Devices
star
star
star
star
star
Last updated about 2 years 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.
Which code is the sun
Question 2
2.
A variable is a container for storing a value
Question 3
3.
Which symbol is the assignment operator
Question 4
4.
What is the largest possible Petals that will appear on this flower
Question 5
5.
Which one will make an object opaque/transparent
Question 6
6.
What color will the word sky be?
Question 7
7.
What will line 21 do
Question 8
8.
What is a shortcut for taking a screenshot
Question 9
9.
What is a shortcut for pasting
Question 10
10.
To use a Counter Pattern to make a sprite appear animated, the code must be placed in a draw loop
Question 11
11.
What is the smallest number this block of code could make: RandomNumber(-50, 50)
Question 12
12.
A conditional means something evaluates to either true or false
Question 13
13.
Question 14
14.
Question 15
15.
Question 16
16.
Identify which one is not an Input
Question 17
17.
What direction will this sprite go if the space bar is pressed?
Question 18
18.
What lines are the Function setCoin called in the program?
Question 19
19.
Which Block of code triggers line 6?
Question 20
20.
Which one looks for a trigger/change on the App Screen?
Question 21
21.
Which one looks for a trigger/change on the Circuit Playground?
Question 22
22.
What line updates the variable?
Question 23
23.
What line is a conditional?
Question 24
24.
what does line 3 do?
Question 25
25.
what does line 13 do?
Question 26
26.
what does line 4 do?
Question 27
27.
Question 28
28.
How many times is the function updateScore called in this program
Question 29
29.
Which color wire is the negative?
Question 30
30.
Is this button wired "up" or "down"
Windows + Shift + S
Ctrl + Windows + S
Ctrl + C
Ctrl + Windows + S
Ctrl + C
Ctrl + V
-50
-100
Which ones are Boolean Operators
*
Not
<
/
-
And
Or
+
>
==
Which ones are Comparison Operators
<
>
*
Or
+
Not
/
-
And
==
Which ones are Mathematical Operators
Not
+
/
==
>
And
Or
-
*
<
33
What are some of the Sensors built into the circuit playground express?