UDA-python-variables

UDA-python-variables

5th - 9th Grade

5 Qs

quiz-placeholder

Similar activities

Ms. Molloy Computer Science quick quiz

Ms. Molloy Computer Science quick quiz

7th Grade

10 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

2nd quiz

2nd quiz

8th Grade

7 Qs

Loops

Loops

9th - 12th Grade

10 Qs

Python Activity

Python Activity

9th Grade

10 Qs

Week 3 Arduino Basics Quiz

Week 3 Arduino Basics Quiz

7th - 12th Grade

10 Qs

Python Basic

Python Basic

6th - 8th Grade

10 Qs

Culture day and programming

Culture day and programming

9th Grade

10 Qs

UDA-python-variables

UDA-python-variables

Assessment

Quiz

Mathematics, Computers

5th - 9th Grade

Hard

Created by

egezon baruti

Used 10+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line of Python code is valid?

var a = 12

a = 12

a: 12

12 = a

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the best variable name for Player 1's username?

p1 user name = "taulant"

1_player_username = "taulant"

palyer1_username = "taulant"

p1u = "taulant"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block of code will produce an error?

time_until_midnight = "5"

print ( "There are " + time_until_Midnight + " hours until midnight" )

input = "5"

print ( "There are " + input+ " hours until midnight" )

time_until_midnight = "5"

print ( "There are " + time_until_midnight + " hours until midnight" )

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What's the output for the following code?


print( len( "95637+12" ))

15

95649

8

95659

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A

B

C

D