Beginning Programming Final

Beginning Programming Final

Assessment

Flashcard

Computers

7th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

44 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which is not a variable type? Options: integer, string, boolean

Back

modulus

2.

FLASHCARD QUESTION

Front

Fix this code:
print("Hello world)

Back

print("Hello world")

3.

FLASHCARD QUESTION

Front

What is an example of a boolean?

Back

var = True

4.

FLASHCARD QUESTION

Front

Fix the code:
print = "Hello World"
Options: print("Hello World"), print("hello world"), print("Hello world")

Back

print("Hello World"), print("hello world"), print("Hello world")

5.

FLASHCARD QUESTION

Front

What goes inside of the input? ex. input(?)

Back

the question to the user

6.

FLASHCARD QUESTION

Front

True or False: Indentation and spaces matter in Python Code

Back

True

7.

FLASHCARD QUESTION

Front

What symbol is used to create a python comment? Options: ^, $, #, *

Back

#

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?