What is the starting value of the variable i in the for loop if we use the range function with two parameters? for i in range(3, 10):

Python Flashcard - ForLoops CS1

Flashcard
•
Computers
•
9th Grade
•
Hard
Heather Luman
FREE Resource
Student preview

8 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
3
2.
FLASHCARD QUESTION
Front
What does the second parameter in the range function indicate? Example: for i in range(3, 10): print(i)
Back
Ending value for 'I'
3.
FLASHCARD QUESTION
Front
In this example where the loop goes from 1 to 9 in two step increments, what is the last number to be printed? for i in range(1, 9, 2): print(i)
Back
7
4.
FLASHCARD QUESTION
Front
In this example, what is the last number to print? for i in range(10, 0, -1): print(i)
Back
1
5.
FLASHCARD QUESTION
Front
In a for loop where the loop counts up to 100 by twos, what is last value to print? for i in range(0, 100, 2): print(i)
Back
98
6.
FLASHCARD QUESTION
Front
Which for loop prints the numbers 3, 5, 7, 9? Options: for i in range(3, 10, 2): print(i), for i in range(3, 9, 2): print(i), for i in range(9): print(i), for i in range(3,9): print(i)
Back
for i in range(3, 10, 2): print(i)
7.
FLASHCARD QUESTION
Front
Three of the for loops below will provide identical values for i. Which for loop will provide values that do not match the others? for i in range(0, 5):, for i in range(5):, for i in range(0, 5, 1):, for i in range(5, 0, 1):
Back
for i in range(5, 0, 1):
8.
FLASHCARD QUESTION
Front
What would be the output of the following code: for i in range(3): print(5)
Back
5 5 5
Similar Resources on Quizizz
3 questions
Mastering JavaScript Loops and Functions

Flashcard
•
8th Grade
11 questions
Python Basics Flashcard

Flashcard
•
8th Grade
10 questions
S3 Exam Revision Page3

Flashcard
•
9th Grade
10 questions
Questions about Loops

Flashcard
•
10th Grade
9 questions
Python Programming Basics - MP2 Study

Flashcard
•
10th Grade
7 questions
BÀI 8- CHỦ ĐỀ F-TH10

Flashcard
•
9th - 12th Grade
10 questions
CS Python Fundamentals Flashcard 4 Practice

Flashcard
•
9th - 12th Grade
10 questions
Python Loops Flashcard

Flashcard
•
10th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
25 questions
Spanish preterite verbs (irregular/changed)

Quiz
•
9th - 10th Grade
10 questions
Identify Slope and y-intercept (from equation)

Quiz
•
8th - 9th Grade
10 questions
Juneteenth: History and Significance

Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1

Quiz
•
9th - 12th Grade
26 questions
June 19th

Quiz
•
4th - 9th Grade
27 questions
STAAR English 1 Review

Quiz
•
9th Grade
20 questions
Understanding Linear Equations and Slopes

Quiz
•
9th - 12th Grade