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
8 questions
Unit #4- Loops and Nested Loops

Flashcard
•
9th - 12th Grade
15 questions
Homeostasis and Feedback Loops

Flashcard
•
9th - 12th Grade
6 questions
Motor Parts

Flashcard
•
9th - 12th Grade
11 questions
2832 and 6861 Programming Flashcard

Flashcard
•
9th - 12th Grade
4 questions
CS Awesome Unit 8 Lesson 2 Traversing 2D Arrays

Flashcard
•
9th - 12th Grade
12 questions
CS Python Fundamentals Unit 4 Review

Flashcard
•
9th - 12th Grade
12 questions
CSP-A114 Flashcard

Flashcard
•
9th - 12th Grade
11 questions
Coding

Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade