Python Quiz for 10s

Python Quiz for 10s

10th Grade

10 Qs

quiz-placeholder

Similar activities

python String and comment

python String and comment

3rd Grade - University

13 Qs

Python for kids and teenagers  - Level 1

Python for kids and teenagers - Level 1

10th Grade

15 Qs

Quiz 142 - Python inputs and outputs

Quiz 142 - Python inputs and outputs

9th Grade - University

15 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

KS3 Year 9 Python Quiz 02

KS3 Year 9 Python Quiz 02

10th Grade

8 Qs

Basic Python Coding

Basic Python Coding

6th - 12th Grade

9 Qs

Grade 8 End of Unit Revision

Grade 8 End of Unit Revision

8th Grade - University

15 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Python Quiz for 10s

Python Quiz for 10s

Assessment

Quiz

Computers

10th Grade

Medium

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

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?