Python Quiz 1

Python Quiz 1

2nd Grade

10 Qs

quiz-placeholder

Similar activities

Hoạt động khởi động Tin 10_Cánh diều

Hoạt động khởi động Tin 10_Cánh diều

1st - 10th Grade

15 Qs

python test part 2

python test part 2

1st - 2nd Grade

11 Qs

python

python

1st - 3rd Grade

13 Qs

Python

Python

KG - 9th Grade

8 Qs

Testing Knowledge

Testing Knowledge

1st - 3rd Grade

11 Qs

Principles of Programming

Principles of Programming

KG - University

13 Qs

Python One Mark

Python One Mark

KG - 10th Grade

10 Qs

การกำหนดค่าให้ตัวแปรภาษาโปรแกรม

การกำหนดค่าให้ตัวแปรภาษาโปรแกรม

2nd Grade

9 Qs

Python Quiz 1

Python Quiz 1

Assessment

Quiz

Computers

2nd Grade

Medium

Created by

David Jonathan Alford

Used 3+ 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?