
Programming Intro Python WPMS
Flashcard
•
Computers
•
9th Grade
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

10 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is an algorithm?
Back
A step by step set of instructions to solve a specific problem.
2.
FLASHCARD QUESTION
Front
What symbol would represent a decision/selection within a flowchart?
Back
Diamond
3.
FLASHCARD QUESTION
Front
What would we call number 1, number 2 and sum in Python?
number1=input("Input first number: ")
# variable to store 1st number
number2=input("Input second number: ")
# variable to store 2nd number
sum=number1 + number2
Back
Variable
4.
FLASHCARD QUESTION
Front
What data type would True and False be?
Back
Boolean
5.
FLASHCARD QUESTION
Front
What data type would 1.43 be in python?
Back
Float/Real
6.
FLASHCARD QUESTION
Front
What is a variable in Python?
Back
A reserved memory location in computer used to store data.
7.
FLASHCARD QUESTION
Front
What error message will display upon running the code: age= Input(“Input age: “))
Back
Syntax Error
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?