Python Quiz for 10s

Python Quiz for 10s

10th Grade

10 Qs

quiz-placeholder

Similar activities

Python - Week 1

Python - Week 1

8th - 10th Grade

10 Qs

Quiz Week 6

Quiz Week 6

10th Grade

10 Qs

Python for kids and teenagers  - Level 1

Python for kids and teenagers - Level 1

10th Grade

15 Qs

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

10 Qs

Unit 1 Post Test: Basic Python

Unit 1 Post Test: Basic Python

9th - 12th Grade

10 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

python String and comment

python String and comment

3rd Grade - University

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