Python Quiz 1

Python Quiz 1

2nd Grade

10 Qs

quiz-placeholder

Similar activities

Programowanie Minecraft

Programowanie Minecraft

1st - 8th Grade

12 Qs

Python Math

Python Math

1st - 12th Grade

10 Qs

F3 CL Python Ch01

F3 CL Python Ch01

1st - 12th Grade

10 Qs

iav ML Study Group Pop Quiz 3

iav ML Study Group Pop Quiz 3

1st - 2nd Grade

15 Qs

Advance Python

Advance Python

KG - Professional Development

10 Qs

Variables in Scratch

Variables in Scratch

2nd Grade - University

11 Qs

Python-basics

Python-basics

1st - 4th Grade

14 Qs

Python syntax quiz

Python syntax quiz

1st - 4th Grade

15 Qs

Python Quiz 1

Python Quiz 1

Assessment

Quiz

Computers

2nd Grade

Medium

Created by

David Jonathan Alford

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these will create a new integer variable (to hold a whole number)?

score=0

score=0.0

score=""

score=False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of information would be held in a String variable?

whole numbers only

numbers with a decimal point

text: letters, numbers and punctuation

only True or False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used in Python to show text on the screen?

print()

input()

display()

output()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used in Python to accept an entry typed in by the user?

print()

input()

keyboard()

output()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, which word is used to begin a fixed loop for 5 times?

for

while

repeat

do

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, which word is used to begin a conditional loop for that continues until input is valid?

for

while

repeat

do

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, which symbol is used as the operator to divide one number by another number?

+

-

*

/

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?