Programming Intro Python WPMS

Programming Intro Python WPMS

Assessment

Flashcard

Computers

9th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?