
Intro to programming Final Review

Flashcard
•
Computers
•
11th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

16 questions
Show all answers
1.
FLASHCARD QUESTION
Front
A while loop can be used in which of the following situations? Repeat a set of statements till a condition remains True. Repeat a set of statements a finite or an infinite number of times. Iterate through a string, list, and tuple.
Back
All of the above
2.
FLASHCARD QUESTION
Front
What is a variable?
Back
A box(memory location) where you store values
3.
FLASHCARD QUESTION
Front
What symbol is used in python to assign values to a variable? Options: equals =, plus +, minus -, asterisk *
Back
equals =
4.
FLASHCARD QUESTION
Front
What will be the output?
name = "Dave"
print (name)
Back
Dave
5.
FLASHCARD QUESTION
Front
Which statement correctly assigns the string "Tanner" to the variable name? Options: name = print( "Tanner") , input("Tanner"), name= "Tanner", name = input("Tanner")
Back
name= "Tanner"
6.
FLASHCARD QUESTION
Front
Loop that runs till the condition is true
Back
while
7.
FLASHCARD QUESTION
Front
Choose the correct output of the following code.
for i in range(10,15):
print(i)
Back
10
11
12
13
14
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Parallel lines and transversals

Flashcard
•
10th - 12th Grade
16 questions
Py-12/4/24: Do Now

Flashcard
•
9th - 12th Grade
15 questions
First Semester Art History Flashcard 24-25

Flashcard
•
9th - 12th Grade
18 questions
Python Basics Review

Flashcard
•
10th Grade
11 questions
Python Loops

Flashcard
•
9th - 11th Grade
16 questions
Identifying Coins

Flashcard
•
KG
15 questions
Ben 10 omnitrix

Flashcard
•
KG
15 questions
Organic Chemistry

Flashcard
•
11th - 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
20 questions
Digital Citizenship

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

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

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

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade