Python Basics

Python Basics

8th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Quis WEB ( PHP One )

Quis WEB ( PHP One )

12th Grade

10 Qs

3.4 Python Lists Take 2

3.4 Python Lists Take 2

9th - 12th Grade

14 Qs

Computer Science Terms #1

Computer Science Terms #1

8th - 12th Grade

15 Qs

8 grade

8 grade

8th Grade

10 Qs

Coding 101 - Quiz Review

Coding 101 - Quiz Review

8th Grade

10 Qs

Python Skills

Python Skills

1st Grade - Professional Development

15 Qs

Arduino

Arduino

12th Grade

14 Qs

computer science league

computer science league

6th - 12th Grade

10 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?