Python3

Python3

6th - 12th Grade

30 Qs

quiz-placeholder

Similar activities

Python

Python

8th - 9th Grade

26 Qs

Programming in Python

Programming in Python

9th Grade

25 Qs

Intro to Python - First Semester Review

Intro to Python - First Semester Review

10th Grade

25 Qs

python

python

7th Grade

30 Qs

Python Easy

Python Easy

6th - 12th Grade

30 Qs

Python

Python

5th - 9th Grade

32 Qs

Python for grade 5

Python for grade 5

1st - 11th Grade

30 Qs

Python3

Python3

Assessment

Quiz

Computers

6th - 12th Grade

Medium

CCSS
6.EE.B.6, L.2.2C

Standards-aligned

Used 11+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The number or word we give to a variable
Value
Bug
Information
Text

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the word (command) used to display numbers and text on the screen?
print
input
output
command

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a variable?
A box(memory location) where you store values
a type of graphics
Data type
a type of memory

Tags

CCSS.6.EE.B.6

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What symbol is used in python to assign values to a variable?
equals =
plus + 
forward slash /
asterisk *

Tags

CCSS.6.EE.B.6

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A syntax error means your code has a 'grammar' mistake or you used symbols/operations incorrectly
True
False

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these would work as a piece of code?
IF answer == "Yes":
if answer == "Yes"
if answer == "Yes":
if answer = "yes":

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If you want more than one option for your code, what do you use (after if)?
elif
else
ifif

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?