
034. Extra Help

Assessment
•
Robert Giordano
•
Computers
•
9th - 12th Grade
•
Hard
Student preview

5 questions
Show all answers
1.
FILL IN THE BLANK
1 min • 1 pt
Set up a while loop to continue while num is equal to 10
while _____________:
2.
DRAG AND DROP
1 min • 1 pt
set up a while loop to continue while num1 is equal to num2
while (a) (b) (c) :
3.
FILL IN THE BLANK
1 min • 1 pt
Fill in the blank to generate a random number between 5 and 10 inclusive
import random
num = random.randint(______)
4.
DRAG AND DROP
1 min • 1 pt
Complete the if/elif/else statement to translate the numbers 1 - 3 to A - C
conditionA: (a)
conditionB: (b)
conditionC: (c)
5.
DRAG AND DROP
1 min • 1 pt
Set up a while loop that will continue while both num1 and num2 are less than 5
while (a) (b) (c) :
Similar Resources on Quizizz
Conditional statements

•
9th Grade
DFD- DIAGRAMAS DE FLUJO

•
10th Grade
SLR 9 - Advanced Programming Techniques - Part Two

•
10th Grade
Break the fear

•
11th - 12th Grade
AP Java 9-15-2023 (just functions1)

•
9th - 12th Grade
Code.org CSP Unit 4 Review

•
9th - 12th Grade
KS4 Programming Techniques (1)

•
8th - 10th Grade
C# Programming Basics Quiz

•
10th Grade