Crear actividad
Jugar Froggy Jumps
1. Under which Palette is ask() and wait() block is available?
A
Sensing
B
Events
C
Controls
2. Under which palette is if () else block available?
A
Events
B
Controls
C
Motion
3. Which block is used to check if the answer is greater than 90?
A
B
C
4. Which block is used to store the answer that was typed by the user in the input field?
A
Ask
B
Answer
C
Ask and Wait
5. Which block is used to show what the Sprite is saying?
A
Say () For ()
B
Ask ()
C
Say ()
6. Under which palette is Say () For () block available?
A
Motion
B
Looks
C
Events
7. Which blocks are used to compare variables and values, do calculations with numbers, and work with strings (text)?
A
Looks
B
Events
C
Operators
8. Which Coding Environment is used for Grade Calculator?
A
Block Coding
B
Python Coding
C
AIML
9. Grade calculator is based on which concept?
A
Loops
B
Conditions
C
Animations
10. How many if () else() were used in Grade Calculator?
A
2
B
3
C
4