
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
10 questions
Python Loops Flashcard

Flashcard
•
10th Grade
10 questions
Python Data Structures

Flashcard
•
10th Grade
13 questions
CSAwesome: 1.2 - Java Basics HW Review

Flashcard
•
11th - 12th Grade
10 questions
Arrays

Flashcard
•
10th - 12th Grade
18 questions
Basic Python and Console Interaction Flashcard

Flashcard
•
12th Grade
10 questions
Викторина по алгоритмическим конструкциям ветвления

Flashcard
•
11th Grade
10 questions
Викторина по алгоритмическим конструкциям ветвления

Flashcard
•
11th Grade
18 questions
Python Basics Review

Flashcard
•
10th Grade
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Chaffey

Quiz
•
9th - 12th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
12 questions
Macromolecules

Lesson
•
9th - 12th Grade
12 questions
Classifying Polys - 1.1

Quiz
•
10th - 12th Grade
10 questions
Solving Equations Opener

Quiz
•
11th Grade