Python Quiz for 10s

Python Quiz for 10s

10th Grade

10 Qs

quiz-placeholder

Similar activities

Unit 1 Post Test: Basic Python

Unit 1 Post Test: Basic Python

9th - 12th Grade

10 Qs

Lớp 10: Câu hỏi TN củng cố kiến thức

Lớp 10: Câu hỏi TN củng cố kiến thức

10th Grade

10 Qs

แบบทดสอบก่อนเรียนภาษาPython

แบบทดสอบก่อนเรียนภาษาPython

10th Grade

10 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

15 Qs

Python Domain

Python Domain

10th - 11th Grade

13 Qs

Python Errors

Python Errors

9th - 10th Grade

14 Qs

Understanding Python Basics

Understanding Python Basics

8th Grade - University

14 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

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?