Python Basics

Python Basics

8th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Percent Error Problems

Percent Error Problems

6th - 8th Grade

15 Qs

Representing Functions

Representing Functions

9th - 12th Grade

15 Qs

IM Algebra 1 Unit 4 Assessment Review

IM Algebra 1 Unit 4 Assessment Review

8th - 10th Grade

13 Qs

Python Variable Assignment and Output

Python Variable Assignment and Output

9th - 12th Grade

13 Qs

Robotics Quiz

Robotics Quiz

1st - 12th Grade

8 Qs

Java Math Review

Java Math Review

10th - 12th Grade

10 Qs

Data Science for Change SAMPLE QUESTIONS

Data Science for Change SAMPLE QUESTIONS

12th Grade

9 Qs

ASK (operasi perbandingan)

ASK (operasi perbandingan)

7th Grade - University

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