Python Basics

Python Basics

8th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

String

String

10th - 12th Grade

10 Qs

Java Math Review

Java Math Review

10th - 12th Grade

10 Qs

APCSA Exam Review 2

APCSA Exam Review 2

11th Grade

16 Qs

Data Science for Change SAMPLE QUESTIONS

Data Science for Change SAMPLE QUESTIONS

12th Grade

9 Qs

Python Unit 3 QUIZ - Graded

Python Unit 3 QUIZ - Graded

10th - 12th Grade

10 Qs

Python Variable Assignment and Output

Python Variable Assignment and Output

9th - 12th Grade

13 Qs

3.4 Python Lists

3.4 Python Lists

9th - 12th Grade

13 Qs

Robotics Quiz

Robotics Quiz

1st - 12th Grade

8 Qs

Python Basics

Python Basics

Assessment

Quiz

Mathematics

8th - 12th Grade

Medium

CCSS
6.EE.B.6, 3.NBT.A.2, 3.OA.C.7

Standards-aligned

Created by

Belle Ame

Used 1K+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print(3+4)
3+4
7
SyntaxError
print(3+4)

Tags

CCSS.3.NBT.A.2

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print("3+4")
7
3+4
34
SyntaxError

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What extension must you add to the end of a file when saving?
.xlsx
.pptx
.docx
.py

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the print function do in python?
It's a variable.
It can input data.
It displays something like a string or integer
It loops the code.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol do you use to make a comment in Python?
@
¬
;
#

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct definition for a VARIABLE?
a changeable value, such as a score in a computer game.
a value that cannot be changed

Tags

CCSS.6.EE.B.6

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data type that can only be true or false
int
string
bool
float

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?