2.2 python FFA

2.2 python FFA

9th Grade

10 Qs

quiz-placeholder

Similar activities

Buoyant Force and Density Quiz

Buoyant Force and Density Quiz

9th Grade

10 Qs

Tkinter-Entry

Tkinter-Entry

9th Grade

10 Qs

Nervous System Introduction Quiz

Nervous System Introduction Quiz

9th - 12th Grade

8 Qs

2. If Elif and Else

2. If Elif and Else

9th Grade

10 Qs

2.2 python FFA

2.2 python FFA

Assessment

Quiz

others

9th Grade

Hard

Created by

Lauren Maddison

Used 38+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. How would you display “I go to Hollingworth Academy” on the screen ?
Print ("I go to Hollingworth Academy")
Print "I go to Hollingworth Academy"
print (I go to Hollingworth Academy)
print ("I go to Hollingworth Academy")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. Create a variable called food, and in it store “pizza”.
food("Pizza")
food"Pizza"
food="Pizza"
food=("Pizza")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. food = "Pizza"

How would you print "Pizza" ?

print (food)
print =food
print("food")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. If i want to input someone's age, which one would be correct.

age=int(input("what is your age?")

age=input("what is your age?")

age=input(int("what is your age?")

age=int(input("what is your age?"))

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. When do we use the data type - int?

If we input words

if we input a decimal number

If we input a whole number

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. When do we use the data type - float?

If we input words

if we input a decimal number

If we input a whole number

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. Casting is.....

converting one variable to another

converting one constant to another

converting one datatype to another

converting one number to another

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?