Python Basics

Python Basics

8th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

MTH1W1 Practice with Pseudocode and Python/Edublocks

MTH1W1 Practice with Pseudocode and Python/Edublocks

9th Grade

10 Qs

Chapter 1 Review

Chapter 1 Review

9th - 12th Grade

15 Qs

PYTHON - SKILL#1.1 - JR

PYTHON - SKILL#1.1 - JR

11th Grade

13 Qs

IDT S1 Final Review Part 2

IDT S1 Final Review Part 2

8th - 12th Grade

10 Qs

Computer Science Terms #1

Computer Science Terms #1

8th - 12th Grade

15 Qs

Python - 1.5 Practice

Python - 1.5 Practice

9th - 12th Grade

16 Qs

IDT Unit 2 Quiz Review

IDT Unit 2 Quiz Review

8th - 12th Grade

10 Qs

Intro to Python

Intro to Python

KG - University

10 Qs

Python Basics

Python Basics

Assessment

Quiz

Mathematics

8th - 12th Grade

Medium

CCSS
6.EE.B.6, RI.9-10.4, 3.NBT.A.2

+5

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.A.2B

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?