Python Quiz for 10s

Python Quiz for 10s

10th Grade

10 Qs

quiz-placeholder

Similar activities

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

10 Qs

Fundamentals of Python

Fundamentals of Python

9th - 12th Grade

13 Qs

CodeHS Python Variables

CodeHS Python Variables

7th - 12th Grade

10 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python - Week 1

Python - Week 1

8th - 10th Grade

10 Qs

Quiz Week 6

Quiz Week 6

10th Grade

10 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python Basics: Operators and Variables

Python Basics: Operators and Variables

10th Grade

10 Qs

Python Quiz for 10s

Python Quiz for 10s

Assessment

Quiz

Computers

10th Grade

Medium

CCSS
6.EE.A.2B

Standards-aligned

Created by

Sharda Koirala

Used 33+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In python the ' STRING data type' can be defined as...?

holds alphanumeric text

hold whole numbers

holds numbers with a decimal point

holds either a true or false value

2.

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output from the following code?print ("hello world")

Hello World

hello world

print hello world

world

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Stores a piece of data, and gives it a specific name
variable
whitespace
interpreter
modulus

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Surrounds multi-line comments

'''

**

#

%

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A line of text that Python won't try to run as code
comment
modulus
variable
boolean

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct way to write a variable in Python?
myVariable = 10
my Variable = 10
myVariable is 10
myVariable: 10

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?