CS Python Fundamentals Flashcard 4 Practice

Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

10 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is the best definition of the term initialization?
Back
The process of setting a variable equal to a known value.
2.
FLASHCARD QUESTION
Front
In the following code, what is output?
Options:
1 2 3 4 5 6 7,
1 2 3 4 5 6,
1 3 5 7 9 11,
1 2 3 4 5 6
Back
1 2 3 4 5 6
3.
FLASHCARD QUESTION
Front
In the following code, c would be called a(an) ...
Back
loop control variable
4.
FLASHCARD QUESTION
Front
What would be printed by the following loop? Options: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20, 1 4 7 10 13 16 19, 4 7 10 13 16 19, 4 7 10 13 16 19 22
Back
4 7 10 13 16 19 22
5.
FLASHCARD QUESTION
Front
Which of the following is NOT true about for loops? They frequently use the range function, They allow the user to have control to stop the loop, They are used when you know in advance how many times a loop should run, They can execute multiple lines of indented code
Back
They allow the user to have control to stop the loop
6.
FLASHCARD QUESTION
Front
What is output by the following code?
for x in range(5):
print (x,end="")
Back
0 1 2 3 4
7.
FLASHCARD QUESTION
Front
What is output by the following code?
for x in range(10, 1, -3):
print(x, end=" ")
Back
10 7 4
Create a free account and access millions of resources
Similar Resources on Wayground
5 questions
Enhanced For Loops

Flashcard
•
10th - 12th Grade
9 questions
Unit 4 Lesson 1 While Loops

Flashcard
•
9th - 12th Grade
8 questions
AP CSP 12-2 U4L1 Variable

Flashcard
•
9th - 12th Grade
9 questions
Unit 5 -- Lists, Loops, Traversals

Flashcard
•
9th - 12th Grade
8 questions
AP CS A Flashcard 4 Practice

Flashcard
•
9th - 12th Grade
7 questions
Java Basics #2

Flashcard
•
10th - 12th Grade
10 questions
Code.org Unit 5 Vocab Flashcard 1

Flashcard
•
9th - 12th Grade
11 questions
Sphero Block Coding

Flashcard
•
KG - 12th Grade
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade