Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
Q 1/2
Score 0
Delicea is working on a basketball game and is experimenting with the variables she will use for the game.
Her code looks as below,
score β 1
shots β 0
DISPLAY (score)
DISPLAY (shots)
shots β 3
score β shots
DISPLAY (shots)
DISPLAY (score)
What will be the output of code?
30
1 0 3 4
1 0 4 3
1 0 3 3
1 0 1 3
Q 2/2
Score 0
Mrunmayee is programming a kitty simulator. Here's part of her code:
hunger β 6
cuddliness β 9
playfulness β 7
DISPLAY (playfulness)
DISPLAY (cuddliness)
DISPLAY (hunger)
After running that code, what will be displayed?
30
6 9 7
7 6 9
6 7 9
7 9 6
2 questions
Q.
Delicea is working on a basketball game and is experimenting with the variables she will use for the game.
Her code looks as below,
score β 1
shots β 0
DISPLAY (score)
DISPLAY (shots)
shots β 3
score β shots
DISPLAY (shots)
DISPLAY (score)
What will be the output of code?
1
30 sec
Q.
Mrunmayee is programming a kitty simulator. Here's part of her code:
hunger β 6
cuddliness β 9
playfulness β 7
DISPLAY (playfulness)
DISPLAY (cuddliness)
DISPLAY (hunger)
After running that code, what will be displayed?