Quarter 2 Recap

Quarter 2 Recap

Assessment

Flashcard

Created by

Quizizz Content

Computers

10th Grade

Hard

Student preview

quiz-placeholder

45 questions

Show all answers

1.

FLASHCARD

Front

What is a variable?

Back

A symbol or container that holds values.

2.

FLASHCARD

Front

What does it mean to "declare a variable"?

Back

Defining a variable for the first time.

3.

FLASHCARD

Front

What three things does a variable have?

Back

Name, Type, Value

4.

FLASHCARD

Front

What is str?

Back

Short for string - A variable with text as the value - Enclosed in a single or double quotes

5.

FLASHCARD

Front

What is int?

Back

A variable with a whole number as a value

6.

FLASHCARD

Front

What is floating?

Back

A variable with a decimal as the value

7.

FLASHCARD

Front

What is concatenation?

Back

Adding two strings together using the "+" operator

8.

FLASHCARD

Front

Which operators can be used with strings? Options: Plus sign, Multiplication sign, Both a and b, None

Back

Both a and b

9.

FLASHCARD

Front

Write out the Python print statement in the box to the right.

Back

print("Hello, World!")

10.

FLASHCARD

Front

What do you need to write to display text on the screen?

Back

The print statement

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?